mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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
|
||||
|
||||
```
|
||||
git show -s --pretty='format:Fixes: %h (\"%s\")' <COMMIT>
|
||||
git show -s --pretty='format:Fixes: %h ("%s")' <COMMIT>
|
||||
```
|
||||
|
||||
or create an alias
|
||||
|
Loading…
Reference in New Issue
Block a user