summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMiroslav Koškár <mk@mkoskar.com>2020-06-23 14:24:43 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-06-24 00:00:41 (GMT)
commit087bf5409c4f0136d7443e4cda0845e1a95ec16d (patch)
treeeb5a129781ca367a50db370cb1e6fb53f3650180 /Documentation
parentd8b8217c8a16944dc61a1553464efabc450a6680 (diff)
downloadgit-087bf5409c4f0136d7443e4cda0845e1a95ec16d.zip
git-087bf5409c4f0136d7443e4cda0845e1a95ec16d.tar.gz
git-087bf5409c4f0136d7443e4cda0845e1a95ec16d.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/pretty-formats.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt
index 31c6e8d..8939acd 100644
--- a/Documentation/pretty-formats.txt
+++ b/Documentation/pretty-formats.txt
@@ -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