Smudge the files fed to external diff and textconv
commit4e218f54b3de6aa8ef7d15020c4507031a519f7d
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 21 Mar 2009 11:42:52 +0000 (21 12:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Mar 2009 22:03:59 +0000 (22 15:03 -0700)
tree3280cc6ead1fe0711924b236362724c7641e884c
parenta95148dea1d9546e96adef7c3cad11be80aa30f5
Smudge the files fed to external diff and textconv

When preparing temporary files for an external diff or textconv, it is
easier on the external tools, especially when they are implemented using
platform tools, if they are fed the input after convert_to_working_tree().

This fixes msysGit issue 177.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c
t/t4020-diff-external.sh