From e37fe0d33890c8746f803e1e4ef921d5b263167e Mon Sep 17 00:00:00 2001 From: Peter Urbanec Date: Thu, 11 May 2017 16:09:12 +1000 Subject: 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/kdiff3/src/main.cpp b/kdiff3/src/main.cpp index 3549c92..fed486d 100644 --- a/kdiff3/src/main.cpp +++ b/kdiff3/src/main.cpp @@ -67,24 +67,23 @@ int main(int argc, char *argv[]) parser.addOption(QCommandLineOption(QStringList()<show();