Re: [PATCH v2 0/5] difftool: Use symlinks in dir-diff mode

2012-07-22 Thread David Aguilar
On Sun, Jul 22, 2012 at 10:14 PM, Junio C Hamano wrote: > David Aguilar writes: > >> Teach the difftool script to use symlinks when doing >> directory diffs in --dir-diff mode. >> >> This is v2 of the patch because I had a typo in one of the >> commit messages and gmail ate 4/5 in the last round.

Re: [PATCH v2 0/5] difftool: Use symlinks in dir-diff mode

2012-07-22 Thread Junio C Hamano
David Aguilar writes: > Teach the difftool script to use symlinks when doing > directory diffs in --dir-diff mode. > > This is v2 of the patch because I had a typo in one of the > commit messages and gmail ate 4/5 in the last round. FWIW, I received all including 4/5 in my inboxes (at pobox and

[PATCH v2 0/5] difftool: Use symlinks in dir-diff mode

2012-07-22 Thread David Aguilar
Teach the difftool script to use symlinks when doing directory diffs in --dir-diff mode. This is v2 of the patch because I had a typo in one of the commit messages and gmail ate 4/5 in the last round. David Aguilar (5): difftool: Simplify print_tool_help() difftool: Eliminate global variables