From: Kristoffer Haugsbakk Date: Tue, 5 Mar 2024 20:29:42 +0000 (+0100) Subject: advice: use double quotes for regular quoting X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=15cb03728f2fa6f153f873307ec92bb187681766;p=rit advice: use double quotes for regular quoting Use double quotes like we use for “die” in this document. Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- 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::