Code

document --force-rebase
authorMichele Ballabio <barra_cuda@katamail.com>
Wed, 18 Mar 2009 20:53:39 +0000 (21:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Mar 2009 02:24:51 +0000 (19:24 -0700)
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt

index 57bd333f0b3660b12382365ee2b6d8e6c2418f02..276f1510c600e9535a750beceaa90ec0c8273389 100644 (file)
@@ -258,6 +258,13 @@ OPTIONS
        context exist they all must match.  By default no context is
        ever ignored.
 
+-f::
+--force-rebase::
+       Force the rebase even if the current branch is a descendant
+       of the commit you are rebasing onto.  Normally the command will
+       exit with the message "Current branch is up to date" in such a
+       situation.
+
 --whitespace=<option>::
        This flag is passed to the 'git-apply' program
        (see linkgit:git-apply[1]) that applies the patch.