You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Signed-off-by: deboeto <tobias.boesch@miele.com>
0 commit comments