commit b849851d3317903a8ab7c040966921384d9e6508 Author: Peter Urbanec Date: Thu May 11 16:09:12 2017 +1000 Implement most of the missing command line options A number of command line options were missing, which caused kdiff3 from failing to work properly when used as the mergetool in git. In particular, git relies on the -L group of options and without those it would fail. Signed-off-by: Peter Urbanec diff --git a/src/main.cpp b/src/main.cpp index 3549c92..fed486d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -67,24 +67,23 @@ int main(int argc, char *argv[]) parser.addOption(QCommandLineOption(QStringList()<show();