From: Sebastian Schuberth <hidden> Date: 2016-06-15 22:44:08
Hi,
I'm running Git 1.5.3.7 under SuSE 10.0. After pulling and getting a
merge conflict, "git mergetool" by default is configured to run tkdiff.
Unfortunately, tkdiff starts with an error:
diff failed:
diff: extra operand
`Amira/QxViewer.cpp.REMOTE.28414`
diff: Try diff --help for more information.
I'm not sure whether the error is with the tkdiff integration into Git,
or with tkdiff itself (as it refers to the help for "diff").
Any insights?
--
Sebastian Schuberth
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:08
Hi,
On Mon, 28 Jan 2008, Sebastian Schuberth wrote:
I'm running Git 1.5.3.7 under SuSE 10.0. After pulling and getting a
merge conflict, "git mergetool" by default is configured to run tkdiff.
Unfortunately, tkdiff starts with an error:
diff failed:
diff: extra operand
`Amira/QxViewer.cpp.REMOTE.28414`
diff: Try diff --help for more information.
I'm not sure whether the error is with the tkdiff integration into Git,
or with tkdiff itself (as it refers to the help for "diff").
It seems that tkdiff calls diff with arguments that diff does not like.
What version of tkdiff do you use?
Ciao,
Dscho
P.S.: to make sure that it is tkdiff, I would search for this line in
tkdiff:
set g(debug) f
and change the "f" to "t".
From: Sebastian Schuberth <hidden> Date: 2016-06-15 22:44:08
quoted
I'm running Git 1.5.3.7 under SuSE 10.0. After pulling and getting a
merge conflict, "git mergetool" by default is configured to run tkdiff.
Unfortunately, tkdiff starts with an error:
diff failed:
diff: extra operand
`Amira/QxViewer.cpp.REMOTE.28414`
diff: Try diff --help for more information.
I'm not sure whether the error is with the tkdiff integration into Git,
or with tkdiff itself (as it refers to the help for "diff").
It seems that tkdiff calls diff with arguments that diff does not like.
What version of tkdiff do you use?
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:08
Hi,
On Mon, 28 Jan 2008, Sebastian Schuberth wrote:
quoted
quoted
I'm running Git 1.5.3.7 under SuSE 10.0. After pulling and getting a
merge conflict, "git mergetool" by default is configured to run tkdiff.
Unfortunately, tkdiff starts with an error:
diff failed:
diff: extra operand
`Amira/QxViewer.cpp.REMOTE.28414`
diff: Try diff --help for more information.
I'm not sure whether the error is with the tkdiff integration into Git,
or with tkdiff itself (as it refers to the help for "diff").
It seems that tkdiff calls diff with arguments that diff does not like.
What version of tkdiff do you use?
Thanks, with that version it works for me (the link actually downloads
version 4.1.4 currently). Maybe the minimum version of TkDiff should
be listed as a prerequisite, or "git mergetool" should be enhanced to
support older versions, too.
--
Sebastian Schuberth