diff options
author | 2015-09-03 19:17:52 -0700 | |
---|---|---|
committer | 2015-09-03 19:17:53 -0700 | |
commit | e654e3b574bf1e4cc7556c2f01188eaf41271901 (patch) | |
tree | 0b4c602a405775accc9c51fcfd4a77487e89dab8 /Documentation/pretty-formats.txt | |
parent | Merge branch 'jk/fix-alias-pager-config-key-warnings' into maint (diff) | |
parent | rev-list: make it obvious that we do not support notes (diff) | |
download | tgif-e654e3b574bf1e4cc7556c2f01188eaf41271901.tar.xz |
Merge branch 'jk/rev-list-has-no-notes' into maint
"git rev-list" does not take "--notes" option, but did not complain
when one is given.
* jk/rev-list-has-no-notes:
rev-list: make it obvious that we do not support notes
Diffstat (limited to 'Documentation/pretty-formats.txt')
-rw-r--r-- | Documentation/pretty-formats.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index dc865cbb27..671cebd95c 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -139,7 +139,9 @@ The placeholders are: - '%f': sanitized subject line, suitable for a filename - '%b': body - '%B': raw body (unwrapped subject and body) +ifndef::git-rev-list[] - '%N': commit notes +endif::git-rev-list[] - '%GG': raw verification message from GPG for a signed commit - '%G?': show "G" for a Good signature, "B" for a Bad signature, "U" for a good, untrusted signature and "N" for no signature |