Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.4.0-beta1
-
8b9456e41c9fd756c3a02c096a68ee127e33652e
Description
- Create some files that are not in the project
- Modify a file that is part of the project
- Git Commit - unrelated files are filtered out
- Switch window and switch back - unrelated files appear
VcsBaseSubmitEditor::filterUntrackedFilesOfProject() is used to find untracked files that are part of the project, in order to filter out the rest of them.
This function uses VcsBaseSubmitEditor::currentProjectFiles(), which gets the current project by calling ProjectExplorer::ProjectTree::currentProject().
When the submit editor is open, currentProject() returns 0, so no files are filtered out.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-14533 A manual "git add" with an open "git commit" dialog leads to all untracked files being listed there
- Closed