]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: fix author vs. committer copy/paste error
authorMiroslav Koškár <mk@mkoskar.com>
Tue, 23 Jun 2020 14:24:43 +0000 (16:24 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2020 00:00:41 +0000 (17:00 -0700)
Signed-off-by: Miroslav Koškár <mk@mkoskar.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/pretty-formats.txt

index 31c6e8d2b86ad6b7a4db1059fe24516ad63c71e7..8939acda96a710cd433620f255efd50b9f6bb7f5 100644 (file)
@@ -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