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>
This commit is contained in:

committed by
Junio C Hamano

parent
56a05720b1
commit
f3838ce16a
@ -1516,7 +1516,7 @@ receive.denyDeletes::
|
|||||||
the ref. Use this to prevent such a ref deletion via a push.
|
the ref. Use this to prevent such a ref deletion via a push.
|
||||||
|
|
||||||
receive.denyCurrentBranch::
|
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.
|
to the currently checked out branch of a non-bare repository.
|
||||||
Such a push is potentially dangerous because it brings the HEAD
|
Such a push is potentially dangerous because it brings the HEAD
|
||||||
out of sync with the index and working tree. If set to "warn",
|
out of sync with the index and working tree. If set to "warn",
|
||||||
|
Reference in New Issue
Block a user