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