rebase -i: finishing touches to --reset-author-date
Clarify the way the `--reset-author-date` option is described, and mark its usage string translatable. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@ -392,8 +392,10 @@ See also INCOMPATIBLE OPTIONS below.
|
||||
|
||||
--ignore-date::
|
||||
--reset-author-date::
|
||||
Instead of using the given author date, reset it to the
|
||||
current time. This implies --force-rebase.
|
||||
By default, the author date of the original commit is used
|
||||
as the author date for the resulting commit. This option
|
||||
tells Git to use the current timestamp instead and implies
|
||||
`--force-rebase`.
|
||||
+
|
||||
See also INCOMPATIBLE OPTIONS below.
|
||||
|
||||
|
Reference in New Issue
Block a user