From: Junio C Hamano Date: Fri, 15 Dec 2023 22:28:00 +0000 (-0800) Subject: doc: format.notes specify a ref under refs/notes/ hierarchy X-Git-Tag: v2.43.1~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d6f1cd7eea0158ef22fb8b9a1675b860a3bc7ae;p=thirdparty%2Fgit.git doc: format.notes specify a ref under refs/notes/ hierarchy There is no 'ref/notes/' hierarchy. '[format] notes = foo' uses notes that are found in 'refs/notes/foo'. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config/format.txt b/Documentation/config/format.txt index 8cf6f00d93..539b75c6b4 100644 --- a/Documentation/config/format.txt +++ b/Documentation/config/format.txt @@ -119,7 +119,7 @@ format.notes:: `--notes=`, where `ref` is the non-boolean value. Defaults to false. + -If one wishes to use the ref `ref/notes/true`, please use that literal +If one wishes to use the ref `refs/notes/true`, please use that literal instead. + This configuration can be specified multiple times in order to allow