summaryrefslogtreecommitdiffstats
path: root/pretty-formats.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-02-15 10:38:19 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-02-15 10:38:19 +0000
commit8bc410e7932f0c634f6c651114755bfcb7dc0fb2 (patch)
tree2d04caab33cefb1472dfc97498ff4a4d443aeb9c /pretty-formats.txt
parenta5ec842daf494e5b4141432e38cd2044ebbac61e (diff)
downloadgit-htmldocs-8bc410e7932f0c634f6c651114755bfcb7dc0fb2.tar.gz
Autogenerated HTML docs for v1.6.2-rc0-90-g0753
Diffstat (limited to 'pretty-formats.txt')
-rw-r--r--pretty-formats.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/pretty-formats.txt b/pretty-formats.txt
index 3d87d3edd..159390c35 100644
--- a/pretty-formats.txt
+++ b/pretty-formats.txt
@@ -101,16 +101,18 @@ The placeholders are:
- '%P': parent hashes
- '%p': abbreviated parent hashes
- '%an': author name
-- '%aN': author name (respecting .mailmap)
+- '%aN': author name (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
- '%ae': author email
+- '%aE': author email (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
- '%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)
+- '%cN': committer name (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
- '%ce': committer email
+- '%cE': committer email (respecting .mailmap, see linkgit:git-shortlog[1] or linkgit:git-blame[1])
- '%cd': committer date
- '%cD': committer date, RFC2822 style
- '%cr': committer date, relative