Message ID | 15594b2a3a89203461c3791fdbe8816945f86740.1709670287.git.code@khaugsbakk.name (mailing list archive) |
---|---|
State | Accepted |
Commit | 15cb03728f2fa6f153f873307ec92bb187681766 |
Headers | show |
Series | advise about ref syntax rules | expand |
diff --git a/Documentation/config/advice.txt b/Documentation/config/advice.txt index c8d6c625f2a..dd52041bc94 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::
Use double quotes like we use for “die” in this document. Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> --- Documentation/config/advice.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)