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:
parent
1a0d00467d
commit
84739c0e96
@ -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
|
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
|
or create an alias
|
||||||
|
Loading…
x
Reference in New Issue
Block a user