commit | b28858bf65d4fd6d8bb070865518ec43817fe7f3 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Thu May 05 16:10:21 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Thu May 05 16:10:21 2005 -0700 |
tree | 09ea38cef504fdf9e28e2e80569dbdcab0f61fcf | |
parent | ed4eeaf203d0f293bd5ffc2a0ad8711f052db1f3 [diff] |
Update diff engine for symlinks stored in the cache. This patch updates the external diff interface engine for the change to store the symbolic links in the cache, recently done by Kay Sievers. The main thing it does is when comparing with the work tree, it prepares the counterpart to the blob being compared by doing a readlink followed by sending that result to a temporary file to be diffed. Signed-off-by: Junio C Hamano <junkio@cox.net>