Am 06.09.24 um 08:32 schrieb tobias.boesch@xxxxxxxxx: >> Von: Johannes Sixt <j6t@xxxxxxxx> >> While testing I configured meld incorrectly once and got no feedback >> whatsoever, but I would not attribute this to this patch. >> > > That's odd. I tested this again by setting merge.tool to "meld" and > configured mergetool.cmd to "some wrong path". When starting the > mergetool I got a popup saying that meld was not found in path. But if the configuration is cmd = "meld far too many arguments provided" and 'meld' *is* in the path, then there is no feedback because meld can be started successfully, but reports an error only on stdout or stderr, which is ignored by Git GUI. And the exit code seems to be ignored, too. But this can be treated in a follow-up patch if necessary. -- Hannes