rebase: add options passed to git-am
commit570ccad33e067616865aa9697b90c7b927d6dcf4
authorMichele Ballabio <barra_cuda@katamail.com>
Wed, 18 Mar 2009 20:53:49 +0000 (18 21:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Mar 2009 02:25:01 +0000 (18 19:25 -0700)
treed2175cc960aa57e00a8eafc1b8c948730247e9ee
parent5e75d56f1182c99364c9f5375665c814985f384d
rebase: add options passed to git-am

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>
Documentation/git-rebase.txt
git-rebase.sh