summaryrefslogtreecommitdiffstats
path: root/pretty-formats.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-05 15:14:36 -0700
committerJunio C Hamano <gitster@pobox.com>2013-04-05 15:14:36 -0700
commitedf80bdff8acc2ba55267b047475925e8ee8c486 (patch)
treed36ba64c2487235e1fdcfcef9284b717865cb106 /pretty-formats.txt
parenta6c69e1da8b9a61b59f7f26a8c24db11fb239e13 (diff)
downloadgit-htmldocs-edf80bdff8acc2ba55267b047475925e8ee8c486.tar.gz
Autogenerated HTML docs for v1.8.2-470-g21cce
Diffstat (limited to 'pretty-formats.txt')
-rw-r--r--pretty-formats.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/pretty-formats.txt b/pretty-formats.txt
index 293965524..afac703f2 100644
--- a/pretty-formats.txt
+++ b/pretty-formats.txt
@@ -131,7 +131,8 @@ The placeholders are:
- '%B': raw body (unwrapped subject and body)
- '%N': commit notes
- '%GG': raw verification message from GPG for a signed commit
-- '%G?': show either "G" for Good or "B" for Bad 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
- '%GS': show the name of the signer for a signed commit
- '%GK': show the key used to sign a signed commit
- '%gD': reflog selector, e.g., `refs/stash@{1}`