/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bundle: add parse_bundle_header() helper function
[git/git.git]
/
bundle.h
diff --git
a/bundle.h
b/bundle.h
index
e2aedd6
..
c6228e2
100644
(file)
--- a/
bundle.h
+++ b/
bundle.h
@@
-14,6
+14,7
@@
struct bundle_header {
struct ref_list references;
};
+int is_bundle(const char *path, int quiet);
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);