diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-20 02:18:43 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-20 02:18:43 -0700 |
commit | cc93020f5213b589ff1e512185c47d8c38a4b994 (patch) | |
tree | 8579bcd4fb9b969cfebb835c1ddabcff0b388d67 /cache.h | |
parent | a0f5b7f0170629107a4aa37a6485cf1263d2b802 (diff) | |
parent | 726f852b0ed7e03e88c419a9996c3815911c9db1 (diff) | |
download | git-cc93020f5213b589ff1e512185c47d8c38a4b994.tar.gz git-cc93020f5213b589ff1e512185c47d8c38a4b994.tar.xz |
Merge branch 'np/pack'
* np/pack:
deprecate the new loose object header format
make "repack -f" imply "pack-objects --no-reuse-object"
allow for undeltified objects not to be reused
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -273,7 +273,6 @@ extern void rollback_lock_file(struct lock_file *); extern int delete_ref(const char *, const unsigned char *sha1); /* Environment bits from configuration mechanism */ -extern int use_legacy_headers; extern int trust_executable_bit; extern int has_symlinks; extern int assume_unchanged; @@ -354,7 +353,6 @@ extern int move_temp_to_file(const char *tmpfile, const char *filename); extern int has_sha1_pack(const unsigned char *sha1, const char **ignore); extern int has_sha1_file(const unsigned char *sha1); extern void *map_sha1_file(const unsigned char *sha1, unsigned long *); -extern int legacy_loose_object(unsigned char *); extern int has_pack_file(const unsigned char *sha1); extern int has_pack_index(const unsigned char *sha1); |