Code

Documentation/git-rebase: fix an example
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 Aug 2007 19:20:25 +0000 (12:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Aug 2007 19:20:25 +0000 (12:20 -0700)
The example miscounted the commit to rebase from.
Noticed by Cliff Brake.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt

index 96907d48632be36d0d8c66f6a0b4d937b7a38cb6..a1b6dce73d2f2075ef163bf4d6cdea1abc6104ce 100644 (file)
@@ -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: