summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorGreg Price <price@MIT.EDU>2013-02-25 00:34:14 -0500
committerJunio C Hamano <gitster@pobox.com>2013-02-24 22:23:32 -0800
commit48dfe969fc703f1f77f8944bbef033e58b815634 (patch)
tree8d256eb8da7082fdb41be0e19fc5d8776e38fb92 /Documentation/config.txt
parentdff9f8835f2f2820c4e7109d242cb06b39f7d065 (diff)
downloadgit-48dfe969fc703f1f77f8944bbef033e58b815634.tar.gz
Fix ".git/refs" stragglers
A couple of references still survive to .git/refs as a tree of all refs. Fix one in docs, one in a -h message, one in a -h message quoted in docs. Signed-off-by: Greg Price <price@mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index e452ff89ba..91f37be127 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -423,7 +423,7 @@ core.sharedRepository::
core.warnAmbiguousRefs::
If true, git will warn you if the ref name you passed it is ambiguous
- and might match multiple refs in the .git/refs/ tree. True by default.
+ and might match multiple refs in the repository. True by default.
core.compression::
An integer -1..9, indicating a default compression level.