Skip to content

Commit e77063f

Browse files
bebarinogitster
authored andcommitted
git-am.txt: Use date or value instead of time or timestamp
Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3db964b commit e77063f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/git-am.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ default. You can use `--no-utf8` to override this.
7979
message as the commit author date, and uses the time of
8080
commit creation as the committer date. This allows the
8181
user to lie about the committer date by using the same
82-
timestamp as the author date.
82+
value as the author date.
8383

8484
--ignore-date::
8585
By default the command records the date from the e-mail
8686
message as the commit author date, and uses the time of
8787
commit creation as the committer date. This allows the
88-
user to lie about author timestamp by using the same
89-
timestamp as the committer date.
88+
user to lie about the author date by using the same
89+
value as the committer date.
9090

9191
--skip::
9292
Skip the current patch. This is only meaningful when
@@ -115,7 +115,7 @@ DISCUSSION
115115
----------
116116

117117
The commit author name is taken from the "From: " line of the
118-
message, and commit author time is taken from the "Date: " line
118+
message, and commit author date is taken from the "Date: " line
119119
of the message. The "Subject: " line is used as the title of
120120
the commit, after stripping common prefix "[PATCH <anything>]".
121121
The "Subject: " line is supposed to concisely describe what the

0 commit comments

Comments
 (0)