Bug 457325 - Wrong message in popup when reordering commits during an interactive rebase
Summary: Wrong message in popup when reordering commits during an interactive rebase
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 3.6   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-13 07:37 EST by Francois Guillot CLA
Modified: 2015-01-13 07:37 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francois Guillot CLA 2015-01-13 07:37:32 EST
The history is like this

C1 master HEAD
|
C2
|
C3
|
C4 origin/master
|
|



- Initiate an interactive rebase on origin/master (C4) from master (C1)

- The Interactive rebase window is correclty filled with :
C3
C2
C1

- Reorder the commits :
C1
C2
C3

- Start the interactive rebase

When C1 is being applied, the commit message displayed in the popup window is the one from C3
Ok for C2
When C3 is being applied, the commit message displayed in the popup window is the one from C1


=> The commit message displayed in the popup window are not affected when commits are re-ordered

NB : the rebase is correclty applied, and the history correclty shows at the end :
C3 master HEAD
|
C2
|
C1
|
C4 origin/master
|
| 

This is a very low priority UI problem