rebase: add --reset-author-date
authorRohit Ashiwal <redacted>
Mon, 17 Aug 2020 17:40:04 +0000 (18:40 +0100)
committerJunio C Hamano <redacted>
Wed, 19 Aug 2020 22:22:56 +0000 (15:22 -0700)
commit27126692ba1688081d8427220087bb7662594bd9
tree2b01a2bcfc418c75abe7d34e00ebf6f6e1424be6
parenta3894aad67df655a9c7f3b511093f681d3a01fb7
rebase: add --reset-author-date

The previous commit introduced --ignore-date flag to rebase -i, but the
name is rather vague as it does not say whether the author date or the
committer date is ignored. Add an alias to convey the precise purpose.

Helped-by: Junio C Hamano <redacted>
Signed-off-by: Rohit Ashiwal <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-rebase.txt
builtin/rebase.c
t/t3436-rebase-more-options.sh
git clone https://git.99rst.org/PROJECT