https://bugs.kde.org/show_bug.cgi?id=499772
--- Comment #7 from Petr Menšík <[email protected]> --- good thing is this can be avoided by using --noauto parameter. But I have not found simple way to add it from git. It might be possible to avoid it by shell wrapper: ``` #!/bin/sh [ "$1" = "--auto" ] && shift exec /usr/bin/kdiff3 "$@" ``` Not sure why, --noauto always rendered correctly to me. Avoiding --auto might require me to save it and close unnecessary, but at least I see the text on conflicts. -- You are receiving this mail because: You are watching all bug changes.
