summaryrefslogtreecommitdiffstats
path: root/pretty-formats.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-22 12:21:44 -0800
committerJunio C Hamano <gitster@pobox.com>2011-12-22 12:21:44 -0800
commit962f3a392a5b5c3f552a403dcc58d9f1eae2a930 (patch)
tree801a063b399de3fc30ed779874d6aa1a0da042ad /pretty-formats.txt
parent0df9271a3b43155a867f5785c830fb58860b2a6e (diff)
downloadgit-htmldocs-962f3a392a5b5c3f552a403dcc58d9f1eae2a930.tar.gz
Autogenerated HTML docs for v1.7.8.1-362-g5d6df
Diffstat (limited to 'pretty-formats.txt')
-rw-r--r--pretty-formats.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/pretty-formats.txt b/pretty-formats.txt
index 561cc9f7d..880b6f2e6 100644
--- a/pretty-formats.txt
+++ b/pretty-formats.txt
@@ -132,6 +132,10 @@ The placeholders are:
- '%N': commit notes
- '%gD': reflog selector, e.g., `refs/stash@\{1\}`
- '%gd': shortened reflog selector, e.g., `stash@\{1\}`
+- '%gn': reflog identity name
+- '%gN': reflog identity name (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
+- '%ge': reflog identity email
+- '%gE': reflog identity email (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
- '%gs': reflog subject
- '%Cred': switch color to red
- '%Cgreen': switch color to green