]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: improve the example that illustrates git-notes path names
authorNoam Yorav-Raphael <noamraph@gmail.com>
Mon, 3 Aug 2020 19:10:15 +0000 (19:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2020 19:40:09 +0000 (12:40 -0700)
Make it clear that the filename has only the rest of the object ID,
not the entirety of it.

Signed-off-by: Noam Yorav-Raphael <noamraph@gmail.com>
Acked-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-notes.txt

index ced2e8280ef5e4c4c930fd1abdab83834c293140..0a4200674c40af473d135ccd5df129f28a684864 100644 (file)
@@ -223,7 +223,7 @@ are taken from notes refs.  A notes ref is usually a branch which
 contains "files" whose paths are the object names for the objects
 they describe, with some directory separators included for performance
 reasons footnote:[Permitted pathnames have the form
-'ab'`/`'cd'`/`'ef'`/`'...'`/`'abcdef...': a sequence of directory
+'bf'`/`'fe'`/`'30'`/`'...'`/`'680d5a...': a sequence of directory
 names of two hexadecimal digits each followed by a filename with the
 rest of the object ID.].