rebase: add --reset-author-date
commitfe28ad8520a0ecac5dfcbfa019727aa6d79c36dc
authorRohit Ashiwal <rohit.ashiwal265@gmail.com>
Fri, 1 Nov 2019 14:00:03 +0000 (1 19:30 +0530)
committerJunio C Hamano <gitster@pobox.com>
Sat, 2 Nov 2019 06:37:12 +0000 (2 15:37 +0900)
tree742e7c996b8975c328b2ff6c6c6474f78025a315
parent08187b4cbac2b2f870bb9c786d545b67f0262f74
rebase: add --reset-author-date

The previous commit introduced --ignore-date flag to interactive
rebase, but the name is actually very vague in context of rebase -i
since there are two dates we can work with. Add an alias to convey
the precise purpose.

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