diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-03-26 12:40:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-26 12:40:04 -0700 |
commit | c17866d7b693771e558d972b52d786c29e7ddd76 (patch) | |
tree | 19bea4e03f0bdfc143c0afa8564fda620ded3d1f /Documentation/config.txt | |
parent | 1d663835799f4c654fd46733e04fbaaaa0baf63a (diff) | |
parent | 48dfe969fc703f1f77f8944bbef033e58b815634 (diff) | |
download | git-c17866d7b693771e558d972b52d786c29e7ddd76.tar.gz |
Merge branch 'gp/avoid-explicit-mention-of-dot-git-refs' into maint
* gp/avoid-explicit-mention-of-dot-git-refs:
Fix ".git/refs" stragglers
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
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. |