projects
/
git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
312efe9
)
Documentation/git-rebase: fix an example
author
Junio C Hamano
<gitster@pobox.com>
Thu, 16 Aug 2007 19:20:25 +0000
(12:20 -0700)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/Documentation/git-rebase.txt
b/Documentation/git-rebase.txt
index 96907d48632be36d0d8c66f6a0b4d937b7a38cb6..a1b6dce73d2f2075ef163bf4d6cdea1abc6104ce 100644
(file)
--- 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: