>>>>> "Jeff" == Jeff Janes <jeff.janes@gmail.com> writes:
Jeff> I used "git diff" configured to useJeff> src/tools/git-external-diff, as described here:
hmm...
so that git-external-diff script is trying to fake git diff output,
including using 'diff -git' and index lines, but the context-diff
output wouldn't work with git apply even if the header lines were
correct (as far as I can see git apply accepts only git's unified-diff
format - the git people clearly have no truck with context diffs).
--
Andrew (irc:RhodiumToad)