X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=bundle.h;h=c5a22c8d10c7bf5e27536a3b84033b77f3542445;hb=2c5c66be6ecdd10f5a88c3548a1494bf9edf483a;hp=e2aedd60d6ad1482bb6da173c853e6ba4805c8d7;hpb=c512b035556eff4d8f869afeda5fd78bc7a4966d;p=git.git diff --git a/bundle.h b/bundle.h index e2aedd60d..c5a22c8d1 100644 --- a/bundle.h +++ b/bundle.h @@ -18,7 +18,8 @@ int read_bundle_header(const char *path, struct bundle_header *header); int create_bundle(struct bundle_header *header, const char *path, int argc, const char **argv); int verify_bundle(struct bundle_header *header, int verbose); -int unbundle(struct bundle_header *header, int bundle_fd); +#define BUNDLE_VERBOSE 1 +int unbundle(struct bundle_header *header, int bundle_fd, int flags); int list_bundle_refs(struct bundle_header *header, int argc, const char **argv);