summaryrefslogtreecommitdiffstats
path: root/git-am.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-01-08 13:18:22 -0800
committerJunio C Hamano <gitster@pobox.com>2020-01-08 13:18:22 -0800
commit9d828c9ace64b3d1e04ad4aa084f210138de0b1a (patch)
treebcef4f19f8fc6d0fc229dbe36b89f4248281c853 /git-am.txt
parent6879384a1f11dc1817624e0a3c680cdedc90f8dd (diff)
downloadgit-htmldocs-9d828c9ace64b3d1e04ad4aa084f210138de0b1a.tar.gz
Autogenerated HTML docs for v2.25.0-rc2
Diffstat (limited to 'git-am.txt')
-rw-r--r--git-am.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-am.txt b/git-am.txt
index fc5750b3b..11ca61b00 100644
--- a/git-am.txt
+++ b/git-am.txt
@@ -190,8 +190,8 @@ the commit, after stripping common prefix "[PATCH <anything>]".
The "Subject: " line is supposed to concisely describe what the
commit is about in one line of text.
-"From: " and "Subject: " lines starting the body override the respective
-commit author name and title values taken from the headers.
+"From: ", "Date: ", and "Subject: " lines starting the body override the
+respective commit author name and title values taken from the headers.
The commit message is formed by the title taken from the
"Subject: ", a blank line and the body of the message up to