Skip to content

Commit

Permalink
CONTRIBUTING: escape / code format git fixes line
Browse files Browse the repository at this point in the history
Ironically the commit mentioning how to run git fixes has a typo, and
subsequently needed a fixup. Escape the `git fixes <sha>` line to
avoid not showing <sha> in the markup.

Fixes: dded203 ("CONTRIBUTING: more updates/improvements")
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Sep 13, 2024
1 parent dded203 commit bf11a20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ dependencies between commits. Adding the following to your .gitconfig:
fixes = Fixes: %h (\"%s\")
```

and running git fixes <sha> will then generate the correctly formatted
Fixes line for the commit. Likewise, other meta data can be:
and running ```git fixes <sha>``` will then generate the correctly
formatted Fixes line for the commit. Likewise, other meta data can be:

Link: https://somesite/somewhere

Expand Down

0 comments on commit bf11a20

Please sign in to comment.