[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
  difftool: Move option values into a hash
  difftool: Call the temp directory git-difftool
  difftool: Use symlinks when diffing against the worktree

 Documentation/git-difftool.txt |   8 ++
 git-difftool.perl  | 184 -
 2 files changed, 115 insertions(+), 77 deletions(-)

-- 
1.7.11.2.255.g5f133da

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 gits...@pobox.com wrote:
 David Aguilar dav...@gmail.com 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
 gmail---I am doubly subscribed).  I still haven't figured out what
 in the original 4/5 was so special to be dropped somewhere in
 between.

I hastily blamed gmail but of course it was vger's spam filters.
The original subject said git-difftool.X.
The exes triggered it.
-- 
David
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html