Re: [PATCH v2 0/5] difftool: Use symlinks in dir-diff mode
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:54:18
David Aguilar [off-list ref] 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.
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(-)