aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-15 14:28:00 -0800
committerJunio C Hamano <gitster@pobox.com>2023-12-18 11:30:46 -0800
commit6d6f1cd7eea0158ef22fb8b9a1675b860a3bc7ae (patch)
tree4b6cdca8e8689b0430fa5e8d0fbb710b8222a0de /Documentation/config
parentfb7d80edcae482f4fa5d4be0227dc3054734e5f3 (diff)
downloadgit-6d6f1cd7eea0158ef22fb8b9a1675b860a3bc7ae.tar.gz
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 <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/format.txt2
1 files changed, 1 insertions, 1 deletions
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=<ref>`, 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