X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=bundle.h;h=2dc9442024fa27f775e25bbfa9dc8ba04ca1967c;hp=ceab0c747578e5c5ec7835e3d62c4521914fe7ce;hb=12210859da0c16c644dab658d9e1ef671ec28788;hpb=63e50b8678cbf9a9fd8c875d1f66f2f1a3d29088 diff --git a/bundle.h b/bundle.h index ceab0c7475..2dc9442024 100644 --- 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);