mirror of
https://github.com/git/git.git
synced 2026-03-03 12:57:59 +01:00
doc: fix author vs. committer copy/paste error
Signed-off-by: Miroslav Koškár <mk@mkoskar.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
d8b8217c8a
commit
087bf5409c
@@ -178,8 +178,8 @@ 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
|
||||
'%cl':: committer email local-part (the part before the '@' sign)
|
||||
'%cL':: committer 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
|
||||
|
||||
Reference in New Issue
Block a user