rebase: add options passed to git-am
authorMichele Ballabio <barra_cuda@katamail.com>
Wed, 18 Mar 2009 20:53:49 +0000 (21:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Mar 2009 02:25:01 +0000 (19:25 -0700)
Add the options --committer-date-is-author-date and --ignore-date
to git-rebase. They were introduced in commit a79ec62d0 for git-am.
These options imply --force-rebase.

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found