1
0
Fork 0

docs: Remove extra slash from the git show command

It adds extra slashes in the end result

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3504>
This commit is contained in:
Bilal Elmoussaoui 2024-01-09 08:35:17 +00:00 committed by Marge Bot
parent 1a0d00467d
commit 84739c0e96

View file

@ -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\")' <COMMIT>
git show -s --pretty='format:Fixes: %h ("%s")' <COMMIT>
```
or create an alias