]> git.ipfire.org Git - thirdparty/git.git/commit
rebase -i: support --ignore-date
authorRohit Ashiwal <rohit.ashiwal265@gmail.com>
Fri, 1 Nov 2019 14:00:02 +0000 (19:30 +0530)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Nov 2019 06:37:12 +0000 (15:37 +0900)
commit08187b4cbac2b2f870bb9c786d545b67f0262f74
tree3c983f7377480a3df4894ea1016d38fe798e7de8
parent0185c683c90baed447e96c18aafb705c91012b25
rebase -i: support --ignore-date

rebase am already has this flag to "lie" about the author date
by changing it to the committer (current) 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/t3433-rebase-options-compatibility.sh