]> git.ipfire.org Git - thirdparty/git.git/blobdiff - bundle.h
Merge branch 'bc/sha-256-part-2'
[thirdparty/git.git] / bundle.h
index ceab0c747578e5c5ec7835e3d62c4521914fe7ce..2dc9442024fa27f775e25bbfa9dc8ba04ca1967c 100644 (file)
--- a/bundle.h
+++ b/bundle.h
@@ -15,6 +15,7 @@ struct ref_list {
 struct bundle_header {
        struct ref_list prerequisites;
        struct ref_list references;
+       const struct git_hash_algo *hash_algo;
 };
 
 int is_bundle(const char *path, int quiet);