From 84739c0e969429fced07e68602494fba90323a9a Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Tue, 9 Jan 2024 08:35:17 +0000 Subject: [PATCH] docs: Remove extra slash from the git show command It adds extra slashes in the end result Part-of: --- doc/git-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-conventions.md b/doc/git-conventions.md index 3c59ed81a..a80a4b738 100644 --- a/doc/git-conventions.md +++ b/doc/git-conventions.md @@ -21,7 +21,7 @@ If a commit fixes a regression caused by a particular commit, it can be marked with the `Fixes:` tag. To produce such a tag, use ``` -git show -s --pretty='format:Fixes: %h (\"%s\")' +git show -s --pretty='format:Fixes: %h ("%s")' ``` or create an alias