diff options
author | Philip Oakley <philipoakley@iee.org> | 2012-10-21 22:34:09 +0100 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2012-10-25 06:15:56 -0400 |
commit | e39b307d09c41ff660f4ddfcecbcb08177fcd4f3 (patch) | |
tree | d9d9a1de6bab0a3ff70a652cd896c0e85dd63eb8 /Documentation/git-notes.txt | |
parent | 76323c67b7729076e4f905f6d227329a47e6443f (diff) | |
download | git-e39b307d09c41ff660f4ddfcecbcb08177fcd4f3.tar.gz |
Doc notes: Include the format-patch --notes option
git format-patch gained a --notes option. Tell the notes user.
Signed-off-by: Philip Oakley <philipoakley@iee.org>
Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 'Documentation/git-notes.txt')
-rw-r--r-- | Documentation/git-notes.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-notes.txt b/Documentation/git-notes.txt index b95aafae2d..46ef0466be 100644 --- a/Documentation/git-notes.txt +++ b/Documentation/git-notes.txt @@ -39,6 +39,10 @@ message stored in the commit object, the notes are indented like the message, after an unindented line saying "Notes (<refname>):" (or "Notes:" for `refs/notes/commits`). +Notes can also be added to patches prepared with `git format-patch` by +using the `--notes` option. Such notes are added as a patch commentary +after a three dash separator line. + To change which notes are shown by 'git log', see the "notes.displayRef" configuration in linkgit:git-log[1]. |