Re: [PATCH 3/3] rebase: add options passed to git-am
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:25
Michele Ballabio [off-list ref] writes:
Add the options --committer-date-is-author-date and --ignore-date to git-rebase. They were introduced in commit a79ec62d0 for git-am. Signed-off-by: Michele Ballabio <redacted> --- I'm not sure if force_rebase should be set in this case.
Good thinking. These are clearly "I want to change these commit" request just like the "--whitespace=fix" option is, so I think it is probably a good idea.