Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.8.0-rc
-
Windows 7 64 bit
git version 1.8.1.msysgit.1
-
be5133cf72fc5c9f140ea090be12798887b885ab, 49bad12787084c52bf81aa661a437c0c50532a20
Description
- Have a git repository with some commits.
- Create a branch which is some commits behind master branch and check it out.
- Open a file from this repository in Creator.
- Select "Tools" -> "Git" -> "Local Repository" -> "Branches..." from the menu.
- In the Branches dialog, hover the mouse over the branch from step 2 and note the commit ID being shown.
- Click on "Local Branches" -> "master" and click "Rebase".
- After rebasing finished, hover the mouse over the branch from step 2 again.
Creator will still show the same ID as in step 5.
The top commit's ID for a branch must change when rebasing the branch. The dialog should update to reflect this change.