author | Johannes Schindelin <johannes.schindelin@gmx.de> | |
Sat, 21 Mar 2009 11:42:52 +0000 (12:42 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 22 Mar 2009 22:03:59 +0000 (15:03 -0700) | ||
commit | 4e218f54b3de6aa8ef7d15020c4507031a519f7d | |
tree | 3280cc6ead1fe0711924b236362724c7641e884c | tree | snapshot |
parent | a95148dea1d9546e96adef7c3cad11be80aa30f5 | commit | diff |
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>
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 | diff | blob | history | |
t/t4020-diff-external.sh | diff | blob | history |