summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3db964b)
raw | patch | inline | side by side (parent: 3db964b)
author | Stephen Boyd <bebarino@gmail.com> | |
Tue, 5 May 2009 05:19:00 +0000 (22:19 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 6 May 2009 05:09:02 +0000 (22:09 -0700) |
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-am.txt | patch | blob | history |
index a497010ae62d6b28298aa32e82af7af74e2076e6..ea84cbb814f08a4d722af3b77c9c35059fff5a98 100644 (file)
--- a/Documentation/git-am.txt
+++ b/Documentation/git-am.txt
message as the commit author date, and uses the time of
commit creation as the committer date. This allows the
user to lie about the committer date by using the same
- timestamp as the author date.
+ value as the author date.
--ignore-date::
By default the command records the date from the e-mail
message as the commit author date, and uses the time of
commit creation as the committer date. This allows the
- user to lie about author timestamp by using the same
- timestamp as the committer date.
+ user to lie about the author date by using the same
+ value as the committer date.
--skip::
Skip the current patch. This is only meaningful when
----------
The commit author name is taken from the "From: " line of the
-message, and commit author time is taken from the "Date: " line
+message, and commit author date is taken from the "Date: " line
of the message. The "Subject: " line is used as the title of
the commit, after stripping common prefix "[PATCH <anything>]".
The "Subject: " line is supposed to concisely describe what the