From: Junio C Hamano Date: Tue, 19 Mar 2013 19:16:22 +0000 (-0700) Subject: Merge branch 'gp/avoid-explicit-mention-of-dot-git-refs' X-Git-Tag: v1.8.3-rc0~221 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/9adf272a38f3ac79c9f241dc348546fb0d5694ce Merge branch 'gp/avoid-explicit-mention-of-dot-git-refs' * gp/avoid-explicit-mention-of-dot-git-refs: Fix ".git/refs" stragglers --- 9adf272a38f3ac79c9f241dc348546fb0d5694ce diff --cc Documentation/config.txt index bbba728d09,91f37be127..b3023b8172 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@@ -442,8 -422,8 +442,8 @@@ core.sharedRepository: See linkgit:git-init[1]. False by default. core.warnAmbiguousRefs:: - If true, git will warn you if the ref name you passed it is ambiguous + 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.