]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sha1_file.c
more lightweight revalidation while reusing deflated stream in packing
[thirdparty/git.git] / sha1_file.c
index 4ef98053f8b5ba9988fd28afc60a1ae2fced93c9..428d791ba8e2f62e3c30627a8f9463236c77cc60 100644 (file)
@@ -711,7 +711,7 @@ int legacy_loose_object(unsigned char *map)
                return 0;
 }
 
-static unsigned long unpack_object_header_gently(const unsigned char *buf, unsigned long len, enum object_type *type, unsigned long *sizep)
+unsigned long unpack_object_header_gently(const unsigned char *buf, unsigned long len, enum object_type *type, unsigned long *sizep)
 {
        unsigned shift;
        unsigned char c;