Skip to content

Commit 087bf54

Browse files
mkoskargitster
authored andcommitted
doc: fix author vs. committer copy/paste error
Signed-off-by: Miroslav Koškár <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d8b8217 commit 087bf54

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
@@ -178,8 +178,8 @@ The placeholders are:
178178
'%ce':: committer email
179179
'%cE':: committer email (respecting .mailmap, see
180180
linkgit:git-shortlog[1] or linkgit:git-blame[1])
181-
'%cl':: author email local-part (the part before the '@' sign)
182-
'%cL':: author local-part (see '%cl') respecting .mailmap, see
181+
'%cl':: committer email local-part (the part before the '@' sign)
182+
'%cL':: committer local-part (see '%cl') respecting .mailmap, see
183183
linkgit:git-shortlog[1] or linkgit:git-blame[1])
184184
'%cd':: committer date (format respects --date= option)
185185
'%cD':: committer date, RFC2822 style

0 commit comments

Comments
 (0)