Remove 'footnote:' from git-notes.txt which is responsible for the warnings surfacing during the generation of git documentation. --- Documentation/git-notes.txt | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt index 6a187f2..2a18894 100644 --- a/Documentation/git-notes.txt +++ b/Documentation/git-notes.txt @@ -210,10 +210,11 @@ Commit notes are blobs containing extra information about an object 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 -names of two hexadecimal digits each followed by a filename with the -rest of the object ID.]. +reasons. + +Permitted pathnames have the form 'ab'`/`'cd'`/`'ef'`/`'...'`/`'abcdef...': +a sequence of directory names of two hexadecimal digits each +followed by a filename with the rest of the object ID. Every notes change creates a new commit at the specified notes ref. You can therefore inspect the history of the notes by invoking, e.g., -- 1.7.6.485.gad3dc -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html