summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-07-16 15:27:03 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-07-16 15:27:03 -0700
commit013942f637e2e0706b5a44e58a9d285bc57c5305 (patch)
treef9919df4ac540b042a57bb1a5cd16fc139f53517 /Documentation
parentMerge branch 'sp/maint-bash-completion-optim' into maint (diff)
parentAdd pretty format %aN which gives the author name, respecting .mailmap (diff)
downloadtgif-013942f637e2e0706b5a44e58a9d285bc57c5305.tar.xz
Merge branch 'js/maint-pretty-mailmap' into maint
* js/maint-pretty-mailmap: Add pretty format %aN which gives the author name, respecting .mailmap
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/pretty-formats.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt
index 69e6d2fa44..c11d495771 100644
--- a/Documentation/pretty-formats.txt
+++ b/Documentation/pretty-formats.txt
@@ -101,6 +101,7 @@ The placeholders are:
- '%P': parent hashes
- '%p': abbreviated parent hashes
- '%an': author name
+- '%aN': author name (respecting .mailmap)
- '%ae': author email
- '%ad': author date
- '%aD': author date, RFC2822 style
@@ -108,6 +109,7 @@ The placeholders are:
- '%at': author date, UNIX timestamp
- '%ai': author date, ISO 8601 format
- '%cn': committer name
+- '%cN': committer name (respecting .mailmap)
- '%ce': committer email
- '%cd': committer date
- '%cD': committer date, RFC2822 style