Skip to content

Commit 15cb037

Browse files
LemmingAvalanchegitster
authored andcommitted
advice: use double quotes for regular quoting
Use double quotes like we use for “die” in this document. Signed-off-by: Kristoffer Haugsbakk <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3ccc478 commit 15cb037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/config/advice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ advice.*::
7575
non-fast-forward update to the current branch.
7676
pushNonFFMatching::
7777
Shown when the user ran linkgit:git-push[1] and pushed
78-
'matching refs' explicitly (i.e. used `:`, or
78+
"matching refs" explicitly (i.e. used `:`, or
7979
specified a refspec that isn't the current branch) and
8080
it resulted in a non-fast-forward error.
8181
pushRefNeedsUpdate::

0 commit comments

Comments
 (0)