[git] merge operation without modified files cannot be completed #7187
Labels
bug
bugs found in the application
git
issues related to git
help wanted
issues meant to be picked up, require help
Description
If a merge operation doesn't result in some file changes, it is not possible to commit. This makes impossible to complete the merge operation without using the terminal. The message shown to the user is
No changes added to commit
.There is also no visual clue to the user to signal that there is an ongoing merge in this situation.
Reproduction Steps
The simplest case is the one where the user performing a merge operation sees only a conflicted file and nothing else. If none of the incoming changes is accepted, the file is not shown as modified and so it cannot be commited. But committing is necessary in this case to complete the merge operation (the
git status
command showsAll conflicts fixed but you are still merging. (use "git commit" to conclude merge)
).If the reproduction steps are not clear I can create a repository to show the issue.
OS and Theia version:
Seen on the master version of Theia.
Diagnostics:
The text was updated successfully, but these errors were encountered: