]> git.ipfire.org Git - thirdparty/git.git/commit
rebase -i: support --committer-date-is-author-date
authorRohit Ashiwal <rohit.ashiwal265@gmail.com>
Fri, 1 Nov 2019 14:00:00 +0000 (19:30 +0530)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Nov 2019 06:36:23 +0000 (15:36 +0900)
commitcbd8db17acb77ea646c739bf96c31fe7484bc491
tree3648b99f63cbb6aac5f5f89700f24dc7fa141d49
parentc068bcc59b4f16322a77b6a47b53d44b05c51fec
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>
Documentation/git-rebase.txt
builtin/rebase.c
sequencer.c
sequencer.h
t/t3422-rebase-incompatible-options.sh
t/t3433-rebase-options-compatibility.sh