aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <code@khaugsbakk.name>2024-03-05 21:29:42 +0100
committerJunio C Hamano <gitster@pobox.com>2024-03-05 13:04:26 -0800
commit15cb03728f2fa6f153f873307ec92bb187681766 (patch)
tree539d26dce70dd5ec24a0391acfa03ca38f463d55 /Documentation/config
parent3ccc4782ce9b454c0428a7d6a4d0fd7c3d1eaea7 (diff)
downloadgit-15cb03728f2fa6f153f873307ec92bb187681766.tar.gz
advice: use double quotes for regular quoting
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>
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/advice.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/advice.txt b/Documentation/config/advice.txt
index c8d6c625f2..dd52041bc9 100644
--- a/Documentation/config/advice.txt
+++ b/Documentation/config/advice.txt
@@ -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::