diff options
Diffstat (limited to 'bundle.h')
| -rw-r--r-- | bundle.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ int create_bundle(struct repository *r, const char *path, enum verify_bundle_flags { VERIFY_BUNDLE_VERBOSE = (1 << 0), VERIFY_BUNDLE_QUIET = (1 << 1), + VERIFY_BUNDLE_FSCK = (1 << 2), }; int verify_bundle(struct repository *r, struct bundle_header *header, |
