Skip to content

Commit f3838ce

Browse files
Michael J Grubergitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 56a0572 commit f3838ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ receive.denyDeletes::
15161516
the ref. Use this to prevent such a ref deletion via a push.
15171517

15181518
receive.denyCurrentBranch::
1519-
If set to true or "refuse", receive-pack will deny a ref update
1519+
If set to true or "refuse", git-receive-pack will deny a ref update
15201520
to the currently checked out branch of a non-bare repository.
15211521
Such a push is potentially dangerous because it brings the HEAD
15221522
out of sync with the index and working tree. If set to "warn",

0 commit comments

Comments
 (0)