Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-03-19 23:16:22 +0400
committerJunio C Hamano <gitster@pobox.com>2013-03-19 23:16:22 +0400
commit9adf272a38f3ac79c9f241dc348546fb0d5694ce (patch)
tree946c61f57cf3b0120f45dcb0d557767092137836 /Documentation/config.txt
parentc2bf648b84d3b61c4250f0e921a40b75d3e72cf8 (diff)
parent48dfe969fc703f1f77f8944bbef033e58b815634 (diff)
Merge branch 'gp/avoid-explicit-mention-of-dot-git-refs'
* gp/avoid-explicit-mention-of-dot-git-refs: Fix ".git/refs" stragglers
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 bbba728d09..b3023b8172 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -443,7 +443,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.