File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ default. You can use `--no-utf8` to override this.
79
79
message as the commit author date, and uses the time of
80
80
commit creation as the committer date. This allows the
81
81
user to lie about the committer date by using the same
82
- timestamp as the author date.
82
+ value as the author date.
83
83
84
84
--ignore-date::
85
85
By default the command records the date from the e-mail
86
86
message as the commit author date, and uses the time of
87
87
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.
90
90
91
91
--skip::
92
92
Skip the current patch. This is only meaningful when
@@ -115,7 +115,7 @@ DISCUSSION
115
115
----------
116
116
117
117
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
119
119
of the message. The "Subject: " line is used as the title of
120
120
the commit, after stripping common prefix "[PATCH <anything>]".
121
121
The "Subject: " line is supposed to concisely describe what the
You can’t perform that action at this time.
0 commit comments