Skip to content

Commit 5c61d10

Browse files
committed
Merge branch 'mk/pb-pretty-email-without-domain-part-fix'
Docfix. * mk/pb-pretty-email-without-domain-part-fix: doc: fix author vs. committer copy/paste error
2 parents 65ffaca + 087bf54 commit 5c61d10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/pretty-formats.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ The placeholders are:
196196
'%ce':: committer email
197197
'%cE':: committer email (respecting .mailmap, see
198198
linkgit:git-shortlog[1] or linkgit:git-blame[1])
199-
'%cl':: author email local-part (the part before the '@' sign)
200-
'%cL':: author local-part (see '%cl') respecting .mailmap, see
199+
'%cl':: committer email local-part (the part before the '@' sign)
200+
'%cL':: committer local-part (see '%cl') respecting .mailmap, see
201201
linkgit:git-shortlog[1] or linkgit:git-blame[1])
202202
'%cd':: committer date (format respects --date= option)
203203
'%cD':: committer date, RFC2822 style

0 commit comments

Comments
 (0)