Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git Gui: Add directly calling merge tool from gitconfig
* git Gui can open a merge tool when conflicts are detected. The merge tools that are allowed to call have to be hard coded into git Gui althgough there are configuration options for merge tools git in the git config. Git calls the configured merge tools directly from the config while git Gui doesn't. * git Gui can now call the tool configured in the gitconfig directly. * Can be enabled through setting gui.mergeToolFromConfig * Disabled by default, since option is most likely never set * bc3 and vscode tested
- Loading branch information