rebase -i does not use a commit it should

3 messages, 1 author, 2016-06-15 · open the first message on its own page

rebase -i does not use a commit it should

From: Kevin <hidden>
Date: 2016-06-15 22:52:43

I tried to rebase some commits, when I found out it didn't pick all
commits it should.

A distiled situation is this:

A (issues/links_footer)
B (issues/links-footer)
C
|  D (master)
|  |
|  |
|  |
|  |
| /
*

Here is the output of git log --graph --oneline --format="%h %d" master HEAD
http://paste.pocoo.org/show/529305/

And this is the output of git log --oneline --format="%h" master..

7fb46fd
6efa164
50b5950

When I do git rebase -i master, it only shows the top 2 commits, but
if I do git rebase -i 50b5950^, it does show all three committs.

Anyone knows whats going wrong?

Re: rebase -i does not use a commit it should

From: Kevin <hidden>
Date: 2016-06-15 22:52:43

Using git version 1.7.8

Re: rebase -i does not use a commit it should

From: Kevin <hidden>
Date: 2016-06-15 22:52:43

Ok, problem solved.

The issue was already present in the history of master, and thus it
would not be applied again.

On Tue, Jan 3, 2012 at 3:04 PM, Kevin [off-list ref] wrote:
Using git version 1.7.8
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help