Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 9.0.0
-
None
Description
Sometimes I forgot to commit my changes during development, and I start to work on the next thing without committing. (I know it is a bad habbit, but it happens with me from time to time).
In this cases I go to Tools - Git - Local repository - Commit, I select only the part of the files, write the commit message (for the selected files only) and then I click commit.
At this point the commit screen is closed.
I need to repeat the commit open process for the rest of the files.
I would envision a "Keep open after commit" checkbox to be added here:
If this checkbox is checked then after the commit the screen content would be refreshed (message set to default, files view updated, etc).
What do you think about it?
If no objections I could create a patch.