diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-24 17:38:03 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-24 17:38:03 -0700 |
commit | 83e12e51c1826b29b5ab2ebcfa13ed99ce98ee98 (patch) | |
tree | 6206c5f4081a9514096b01c0cd876477a4900ef8 /cache.h | |
parent | 57c7d9a7756f9c0165d0aa003eb8a05c08cd9fae (diff) | |
parent | 93821bd97aa516b3b557fc5d1b32fd3431536e44 (diff) | |
download | git-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |