summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael J Gruber <git@drmicha.warpmail.net>2010-05-13 14:51:38 +0200
committerJunio C Hamano <gitster@pobox.com>2010-05-18 21:51:50 -0700
commitf3838ce16aaa8ab576a78c980b0962226f6e7a33 (patch)
tree246c6f1eebb4d357e09fdc71e8acb7694c2694ea
parent56a05720b1c2d5f82d4a3db4142b7a027cf8f3f7 (diff)
downloadgit-f3838ce16aaa8ab576a78c980b0962226f6e7a33.tar.gz
Documentation: fix minor inconsistency
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>
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 8f86050b05..c3ebd4d07c 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -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",