diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-01-08 12:44:12 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-08 12:44:12 -0800 |
commit | 202f68b252d3d4bcd6d02c0c135dc64e35348679 (patch) | |
tree | aef078d707605621832fc554cefecb1e227dfe21 /Documentation | |
parent | Merge branch 'jb/doc-multi-pack-idx-fix' (diff) | |
parent | am: document that Date: can appear as an in-body header (diff) | |
download | tgif-202f68b252d3d4bcd6d02c0c135dc64e35348679.tar.xz |
Merge branch 'pm/am-in-body-header-doc-update'
Doc update.
* pm/am-in-body-header-doc-update:
am: document that Date: can appear as an in-body header
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-am.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-am.txt b/Documentation/git-am.txt index fc5750b3b8..11ca61b00b 100644 --- a/Documentation/git-am.txt +++ b/Documentation/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 |