From: Junio C Hamano Date: Thu, 16 Aug 2007 19:20:25 +0000 (-0700) Subject: Documentation/git-rebase: fix an example X-Git-Tag: v1.5.3-rc6~32 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/13cc4c81df8f6b45540bd50ddffd3c11f98829bf?ds=inline;hp=--cc Documentation/git-rebase: fix an example The example miscounted the commit to rebase from. Noticed by Cliff Brake. Signed-off-by: Junio C Hamano --- 13cc4c81df8f6b45540bd50ddffd3c11f98829bf 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: