aboutsummaryrefslogtreecommitdiff
path: root/git-rebase.sh
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder@ira.uka.de>2008-03-10 15:38:33 +0100
committerJunio C Hamano <gitster@pobox.com>2008-03-10 17:38:03 -0700
commit702088afc680afef231d4a24bb5890f1d96a2cc9 (patch)
tree2e3050d5a33c43e9f710da855005d1a3e584f05e /git-rebase.sh
parent5447aac755e5cfb948c627762b4665801811b026 (diff)
downloadgit-702088afc680afef231d4a24bb5890f1d96a2cc9.tar.gz
git-702088afc680afef231d4a24bb5890f1d96a2cc9.tar.xz
update 'git rebase' documentation
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>
Diffstat (limited to 'git-rebase.sh')
-rwxr-xr-xgit-rebase.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/git-rebase.sh b/git-rebase.sh
index 452c5e7e0..ff66af3ba 100755
--- a/git-rebase.sh
+++ b/git-rebase.sh
@@ -18,8 +18,7 @@ original <branch> and remove the .dotest working files, use the command
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