Skip to content

Commit

Permalink
Documentation/git-rebase: fix an example
Browse files Browse the repository at this point in the history
The example miscounted the commit to rebase from.
Noticed by Cliff Brake.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Aug 16, 2007
1 parent 312efe9 commit 13cc4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-rebase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 13cc4c8

Please sign in to comment.