Commit 59e8f45
committed
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>1 parent b9849e4 commit 59e8f45
2 files changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
276 | | - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
277 | 284 | | |
278 | 285 | | |
279 | 286 | | |
| |||
0 commit comments