]> git.ipfire.org Git - thirdparty/git.git/commitdiff
advice: use double quotes for regular quoting
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Tue, 5 Mar 2024 20:29:42 +0000 (21:29 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Mar 2024 21:04:26 +0000 (13:04 -0800)
Use double quotes like we use for “die” in this document.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/advice.txt

index c8d6c625f2a6cfdeae8dc6f6a805601021948316..dd52041bc94f13fe4b3cc718bb5ead5b6d8c1221 100644 (file)
@@ -75,7 +75,7 @@ advice.*::
                non-fast-forward update to the current branch.
        pushNonFFMatching::
                Shown when the user ran linkgit:git-push[1] and pushed
-               'matching refs' explicitly (i.e. used `:`, or
+               "matching refs" explicitly (i.e. used `:`, or
                specified a refspec that isn't the current branch) and
                it resulted in a non-fast-forward error.
        pushRefNeedsUpdate::