Teach rebase to rebase even if upstream is up to date
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 13 Feb 2009 22:48:01 +0000 (23:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Feb 2009 01:17:47 +0000 (17:17 -0800)
Normally, if the current branch is up to date, the rebase is aborted.
However, it may be desirable to allow rebasing even if the current
branch is up to date. When using the '--whitespace=fix' option -f is
implied.

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found