summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
diff options
context:
space:
mode:
authorMichele Ballabio <barra_cuda@katamail.com>2009-03-18 20:53:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-19 02:24:51 (GMT)
commit5e75d56f1182c99364c9f5375665c814985f384d (patch)
treec9eea669a864033d8b0eb4fbf9b95648fc95836e /Documentation/git-rebase.txt
parentb130a72b274441bb5d687de93efef4d990c40c0a (diff)
downloadgit-5e75d56f1182c99364c9f5375665c814985f384d.zip
git-5e75d56f1182c99364c9f5375665c814985f384d.tar.gz
git-5e75d56f1182c99364c9f5375665c814985f384d.tar.bz2
document --force-rebase
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r--Documentation/git-rebase.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 57bd333..276f151 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -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.