Documentation: fix minor inconsistency
authorMichael J Gruber <git@drmicha.warpmail.net>
Thu, 13 May 2010 12:51:38 +0000 (14:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 May 2010 04:51:50 +0000 (21:51 -0700)
While we don't always write out commands in full (`git command`) we
should do it consistently in adjacent paragraphs.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
index 8f86050b05f5643240cfd760492079dbbcb73c76..c3ebd4d07c4b2839a34c48cda0d4e1612ea37f8b 100644 (file)
@@ -1516,7 +1516,7 @@ receive.denyDeletes::
        the ref. Use this to prevent such a ref deletion via a push.
 
 receive.denyCurrentBranch::
-       If set to true or "refuse", receive-pack will deny a ref update
+       If set to true or "refuse", git-receive-pack will deny a ref update
        to the currently checked out branch of a non-bare repository.
        Such a push is potentially dangerous because it brings the HEAD
        out of sync with the index and working tree. If set to "warn",