From f7f0e181754f78d85a05f756d952847b61eaa037 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 7 Feb 2023 14:02:32 +0100 Subject: [PATCH] CONTRIBUTING: fix example command line about git-notes --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe195b4aa9..7b927307f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.