On Mon, May 27, 2024 at 03:41:55PM +0000, Xing Xin via GitGitGadget wrote: [snip] > diff --git a/bundle.h b/bundle.h > index 021adbdcbb3..cfa9daddda6 100644 > --- a/bundle.h > +++ b/bundle.h > @@ -30,6 +30,11 @@ int create_bundle(struct repository *r, const char *path, > int argc, const char **argv, struct strvec *pack_options, > int version); > > +enum unbundle_fsck_flags { > + UNBUNDLE_FSCK_NEVER = 0, > + UNBUNDLE_FSCK_ALWAYS, > +}; > + > enum verify_bundle_flags { > VERIFY_BUNDLE_VERBOSE = (1 << 0), > VERIFY_BUNDLE_QUIET = (1 << 1), Wouldn't this have been a natural fit for the new flag, e.g. via something like `VERIFY_BUNDLE_FSCK`? Patrick
Attachment:
signature.asc
Description: PGP signature