Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 2.8.0-rc
-
Windows 7 64 bit
git version 1.8.1.msysgit.1
-
f621ee5bc4aa144e4c907d38762fa7cf72e7a07a
Description
- Open a file which is checked in to git.
- Add a line to the file and save it.
- Select "Tools" -> "Git" -> "Current File" -> "Stage ... for Commit" from the menu.
- Select "Tools" -> "Git" -> "Current File" -> "Diff of ..." from the menu.
Creator does not display any changes. - Add another line to the file and save it again.
- Select "Tools" -> "Git" -> "Current File" -> "Diff of ..." from the menu.
Creator displays both, the staged and the unstaged change.
"Diff" in Creator should display the same as "git diff" on the command line would do, i.e. only unstaged changes. In 2.7 this used to work correctly.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-11074 Misleading texts when having staged and unstaged changes in Git
- Closed