From: Michael J Gruber Date: Thu, 13 May 2010 12:51:38 +0000 (+0200) Subject: Documentation: fix minor inconsistency X-Git-Tag: v1.7.2-rc0~3^2~23 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f3838ce16aaa8ab576a78c980b0962226f6e7a33;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 8f86050b0..c3ebd4d07 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",