Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-08-16 23:20:25 +0400
committerJunio C Hamano <gitster@pobox.com>2007-08-16 23:20:25 +0400
commit13cc4c81df8f6b45540bd50ddffd3c11f98829bf (patch)
treea95710d1f588c2c5c4e74b310ae2115ebab78600 /Documentation/git-rebase.txt
parent312efe9b58edb428132f0bf0fdc7f3d6a41f1183 (diff)
Documentation/git-rebase: fix an example
The example miscounted the commit to rebase from. Noticed by Cliff Brake. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-rebase.txt')
-rw-r--r--Documentation/git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 96907d4863..a1b6dce73d 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -130,7 +130,7 @@ the following situation:
then the command
- git-rebase --onto topicA~5 topicA~2 topicA
+ git-rebase --onto topicA~5 topicA~3 topicA
would result in the removal of commits F and G: