summaryrefslogtreecommitdiffstats
path: root/pretty-formats.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-11-11 13:33:46 +0900
committerJunio C Hamano <gitster@pobox.com>2019-11-11 13:33:46 +0900
commit8ac8a3d8dd001611b77776fa19ef37c2c87cd987 (patch)
treeefa3af5ebd3192b611732553c90c2d9baaa1e398 /pretty-formats.txt
parent79d41dbe0b2fcbbc1cd5f6c188073a0956174289 (diff)
downloadgit-htmldocs-8ac8a3d8dd001611b77776fa19ef37c2c87cd987.tar.gz
Autogenerated HTML docs for v2.24.0-155-gd9f6f
Diffstat (limited to 'pretty-formats.txt')
-rw-r--r--pretty-formats.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/pretty-formats.txt b/pretty-formats.txt
index b87e2e83e..31c6e8d2b 100644
--- a/pretty-formats.txt
+++ b/pretty-formats.txt
@@ -163,6 +163,9 @@ The placeholders are:
'%ae':: author email
'%aE':: author email (respecting .mailmap, see linkgit:git-shortlog[1]
or linkgit:git-blame[1])
+'%al':: author email local-part (the part before the '@' sign)
+'%aL':: author local-part (see '%al') 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
@@ -175,6 +178,9 @@ The placeholders are:
'%ce':: committer email
'%cE':: committer email (respecting .mailmap, see
linkgit:git-shortlog[1] or linkgit:git-blame[1])
+'%cl':: author email local-part (the part before the '@' sign)
+'%cL':: author local-part (see '%cl') respecting .mailmap, see
+ linkgit:git-shortlog[1] or linkgit:git-blame[1])
'%cd':: committer date (format respects --date= option)
'%cD':: committer date, RFC2822 style
'%cr':: committer date, relative