summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-07-24 17:38:03 -0700
committerJunio C Hamano <junkio@cox.net>2006-07-24 17:38:03 -0700
commit83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98 (patch)
tree6206c5f4081a9514096b01c0cd876477a4900ef8 /cache.h
parent57c7d9a7756f9c0165d0aa003eb8a05c08cd9fae (diff)
parent93821bd97aa516b3b557fc5d1b32fd3431536e44 (diff)
downloadgit-83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98.tar.gz
Merge branch 'lt/objformat'
* lt/objformat: sha1_file: add the ability to parse objects in "pack file format"
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index d433d46f23..eee5fc9f8d 100644
--- a/cache.h
+++ b/cache.h
@@ -176,6 +176,7 @@ extern int commit_lock_file(struct lock_file *);
extern void rollback_lock_file(struct lock_file *);
/* Environment bits from configuration mechanism */
+extern int use_legacy_headers;
extern int trust_executable_bit;
extern int assume_unchanged;
extern int prefer_symlink_refs;