summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5447aac)
raw | patch | inline | side by side (parent: 5447aac)
author | SZEDER Gábor <szeder@ira.uka.de> | |
Mon, 10 Mar 2008 14:38:33 +0000 (15:38 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 11 Mar 2008 00:38:03 +0000 (17:38 -0700) |
Being in the project's top directory when starting or continuing a rebase
is not necessary since 533b703 (Allow whole-tree operations to be started
from a subdirectory, 2007-01-12).
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
is not necessary since 533b703 (Allow whole-tree operations to be started
from a subdirectory, 2007-01-12).
Signed-off-by: SZEDER Gábor <szeder@ira.uka.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt | patch | blob | history | |
git-rebase.sh | patch | blob | history |
index 4b10304740f5035095c19be05859ae0b9205e9a0..e0412e0866db8f80e8bbc8f33caaa659461d90aa 100644 (file)
reject the rebase if it isn't appropriate. Please see the template
pre-rebase hook script for an example.
-You must be in the top directory of your project to start (or continue)
-a rebase. Upon completion, <branch> will be the current branch.
+Upon completion, <branch> will be the current branch.
INTERACTIVE MODE
----------------
diff --git a/git-rebase.sh b/git-rebase.sh
index 452c5e7e01e168ec4fcdc5bb87caac3f326f95ea..ff66af3ba8348ff86b25c91a1875b93f885a048c 100755 (executable)
--- a/git-rebase.sh
+++ b/git-rebase.sh
git rebase --abort instead.
Note that if <branch> is not specified on the command line, the
-currently checked out branch is used. You must be in the top
-directory of your project to start (or continue) a rebase.
+currently checked out branch is used.
Example: git-rebase master~1 topic