aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-03 23:54:55 -0700
committerJunio C Hamano <junkio@cox.net>2006-05-03 23:54:55 -0700
commitdf71b4f7f9bfc1ab273b9599e014e68d5fe9d144 (patch)
tree65746578af74c620ea0abe301028884fa2e855c3 /Documentation
parent230f544e877641666f8c3718ac4563294c2b305e (diff)
parent9f0bb90d161edf8c43f5261d12bf83f14eb02ff4 (diff)
downloadgit-df71b4f7f9bfc1ab273b9599e014e68d5fe9d144.tar.gz
git-df71b4f7f9bfc1ab273b9599e014e68d5fe9d144.tar.xz
Merge branch 'jc/symref'
* jc/symref: core.prefersymlinkrefs: use symlinks for .git/HEAD
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index b27b0d5c0..d1a4bec0d 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -64,9 +64,11 @@ core.ignoreStat::
slow, such as Microsoft Windows. See gitlink:git-update-index[1].
False by default.
-core.onlyUseSymrefs::
- Always use the "symref" format instead of symbolic links for HEAD
- and other symbolic reference files. True by default.
+core.preferSymlinkRefs::
+ Instead of the default "symref" format for HEAD
+ and other symbolic reference files, use symbolic links.
+ This is sometimes needed to work with old scripts that
+ expect HEAD to be a symbolic link.
core.repositoryFormatVersion::
Internal variable identifying the repository format and layout