Code

difftool: provide basename to external tools
authorMichael J Gruber <git@drmicha.warpmail.net>
Tue, 14 Dec 2010 09:18:35 +0000 (10:18 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Dec 2010 21:01:36 +0000 (13:01 -0800)
Currently, only configured diff helpers get the basename of the file
being compared. Tools specified with "git difftool -x" only get the
names of temporary files for the different versions.

Export BASE so that an external tool can read the name from the
environment. Rather than using a third argument, this avoids breaking
existing scripts which may somewhat carelessly be using "$@" rather than
"$1" "$2".

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

No differences found