Re: [PATCH 4/5] bundle: move capabilities to end of 'verify'
From: Derrick Stolee <hidden>
Date: 2022-03-23 13:40:01
On 3/23/2022 3:08 AM, Bagas Sanjaya wrote:
On 23/03/22 00.28, Derrick Stolee via GitGitGadget wrote:quoted
- Information about additional capabilities, such as "object filter", - is printed. See "Capabilities" in link:technical/bundle-format.html - for more information. Finally, 'git bundle' prints a list of - missing commits, if any. The exit code is zero for success, but - will be nonzero if the bundle file is invalid. + Then, 'git bundle' prints a list of missing commits, if any. + Finally, information about additional capabilities, such as "object + filter", is printed. See "Capabilities" in link:technical/bundle-format.html + for more information. The exit code is zero for success, but will + be nonzero if the bundle file is invalid.That means, nonzero exit code for corrupted bundle files, right?
Yes. That last sentence is unchanged from the earlier version (modulo line wrapping). Thanks, -Stolee