diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-02 22:04:34 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-02 22:04:34 -0700 |
commit | fd9088a8c74a2d508ff50f53afbca93826603b30 (patch) | |
tree | b8211a4c19ec1659f52612cac6cb6881ca9c41d2 /cache.h | |
parent | e0d7d6402d98cb5e07d7428b4af6374180bbf344 (diff) | |
parent | 9f0bb90d161edf8c43f5261d12bf83f14eb02ff4 (diff) | |
download | git-fd9088a8c74a2d508ff50f53afbca93826603b30.tar.gz |
Merge branch 'jc/symref' into next
* jc/symref:
core.prefersymlinkrefs: use symlinks for .git/HEAD
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ extern void rollback_index_file(struct cache_file *); /* Environment bits from configuration mechanism */ extern int trust_executable_bit; extern int assume_unchanged; -extern int only_use_symrefs; +extern int prefer_symlink_refs; extern int warn_ambiguous_refs; extern int diff_rename_limit_default; extern int shared_repository; |