Re:Re: [PATCH v4 2/4] unbundle: extend verify_bundle_flags to support fsck-objects
From: Xing Xin <hidden>
Date: 2024-06-11 06:47:08
From: Xing Xin <hidden>
Date: 2024-06-11 06:47:08
At 2024-06-06 20:06:41, "Patrick Steinhardt" [off-list ref] wrote:
On Thu, May 30, 2024 at 08:21:28AM +0000, Xing Xin via GitGitGadget wrote:quoted
From: Xing Xin <redacted>Tiny nit: the important change in this commit is not that you wire up the flag, but rather that we start to execute git-fsck(1) now. I'd thus
To be precise, it is adding a "--fsck-objects" flag to "git-index-pack".
propose to adapt the commit title accordingly.
This commit is mapped to [PATCH v5 3/4] due to some adjustments to the commit order and implementation details. Hope the new title can better describe the new patch. Xing Xin