[PATCH] Add git-external-diff-script
commit4ba406a75ca80e335acfddf77f8d119af6d34d9e
authorJunio C Hamano <junkio@cox.net>
Thu, 26 May 2005 09:31:05 +0000 (26 02:31 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 May 2005 22:18:55 +0000 (26 15:18 -0700)
treeb2e8c0caf1c0972bc031c041fd6fa39b5f34447e
parent4130b99571903fb93e4c6e0d6677be7b6b986426
[PATCH] Add git-external-diff-script

This is a demonstration of GIT_EXTERNAL_DIFF mechanism, and a
testbed for tweaking and enhancing what the built-in diff should
do.  This script is designed to output exactly the same output
as what the built-in diff driver produces when used as the
GIT_EXTERNAL_DIFF command.

I've run this and updated built-in diff on the entire history of
linux-2.6 git repository, and JG's udev.git repository which has
interesting symlink cases to make sure it is equivalent to the
built-in diff driver.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
git-external-diff-script [new file with mode: 0644]