Code

githooks.txt: add missing word
[git.git] / Documentation / pretty-formats.txt
index 69e6d2fa4459313e4a6bdda77847d74d9219e2e1..388d4925e6bc4bacb708f75437e9aaa216fcb9cc 100644 (file)
@@ -101,13 +101,15 @@ 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 (format respects --date= option)
 - '%aD': author date, RFC2822 style
 - '%ar': author date, relative
 - '%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