commit | 4e218f54b3de6aa8ef7d15020c4507031a519f7d | [log] [tgz] |
---|---|---|
author | Johannes Schindelin <johannes.schindelin@gmx.de> | Sat Mar 21 12:42:52 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Mar 22 15:03:59 2009 -0700 |
tree | 3280cc6ead1fe0711924b236362724c7641e884c | |
parent | a95148dea1d9546e96adef7c3cad11be80aa30f5 [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>