In bisect-runner.pl, fall back to context diffs for ancient patch binaries.
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Nov 2011 09:58:16 +0000 (10:58 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 25 Nov 2011 09:58:16 +0000 (10:58 +0100)
commit6fe55cbdebeea5cfac5ed700ea7e0d45f72c69ff
tree806dea1fcb410e068248af891d52b4602efd7a92
parent58a28a53892a910428c7a1315f9dc4ecbf6a9252
In bisect-runner.pl, fall back to context diffs for ancient patch binaries.

AIX supplies a pre-historic patch program, which certainly predates Linux
and is probably older than NT. It can't cope with unified diffs. Meanwhile,
it's hard enough to get git diff to output context diffs, let alone git show,
and nearly all the patches embedded here are unified. So it seems that the
path of least resistance is to convert unified diffs to context diffs.
Porting/bisect-runner.pl