Skip to content

Commit de20baf

Browse files
noamraphgitster
authored andcommitted
docs: improve the example that illustrates git-notes path names
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 <[email protected]> Acked-by: Taylor Blau <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 47ae905 commit de20baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-notes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ are taken from notes refs. A notes ref is usually a branch which
223223
contains "files" whose paths are the object names for the objects
224224
they describe, with some directory separators included for performance
225225
reasons footnote:[Permitted pathnames have the form
226-
'ab'`/`'cd'`/`'ef'`/`'...'`/`'abcdef...': a sequence of directory
226+
'bf'`/`'fe'`/`'30'`/`'...'`/`'680d5a...': a sequence of directory
227227
names of two hexadecimal digits each followed by a filename with the
228228
rest of the object ID.].
229229

0 commit comments

Comments
 (0)