rebase -i: support --committer-date-is-author-date

rebase am already has this flag to "lie" about the committer date
by changing it to the author date. Let's add the same for
interactive machinery.

Signed-off-by: Rohit Ashiwal <rohit.ashiwal265@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Rohit Ashiwal
2019-11-01 19:30:00 +05:30
committed by Junio C Hamano
parent c068bcc59b
commit cbd8db17ac
6 changed files with 120 additions and 11 deletions

View File

@ -43,6 +43,7 @@ struct replay_opts {
int verbose;
int quiet;
int reschedule_failed_exec;
int committer_date_is_author_date;
int mainline;