CONTRIBUTING: fix example command line about git-notes

This commit is contained in:
Thomas Haller 2023-02-07 14:02:32 +01:00
parent 0ee784f1f0
commit f7f0e18175
No known key found for this signature in database
GPG Key ID: 29C2366E4DFC5728

View File

@ -404,7 +404,7 @@ $ git config --add 'notes.displayref' 'refs/notes/bugs'
For example, set notes with
```
$ git notes --ref refs/notes/bugs add -m "(cherry picked from $COMMIT_SHA)" HEAD
$ git notes --ref refs/notes/bugs add -m "(cherry picked from commit $COMMIT_SHA)" HEAD
```
You should see the notes in git-log output as well.