aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-10 10:24:02 -0700
committerJunio C Hamano <gitster@pobox.com>2020-08-10 10:24:02 -0700
commitd3e54edb93cb24de10bd040d927f86179b463da5 (patch)
tree494310c61154b187328334bd6681a2c20fb19606
parent83b8250904d3c5e6107a70c27759e91160e139b0 (diff)
parentde20baf2c95f4a92dfcf94e01f37d93e7868397c (diff)
downloadgit-d3e54edb93cb24de10bd040d927f86179b463da5.tar.gz
Merge branch 'ny/notes-doc-sample-update'
Doc updates. * ny/notes-doc-sample-update: docs: improve the example that illustrates git-notes path names
-rw-r--r--Documentation/git-notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt
index ced2e8280e..0a4200674c 100644
--- a/Documentation/git-notes.txt
+++ b/Documentation/git-notes.txt
@@ -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.].