commit | 7e0abcec103b3649943b236881cf88e8fd6cf3a4 | [log] [tgz] |
---|---|---|
author | Tim Henigan <tim.henigan@gmail.com> | Mon Apr 23 14:23:41 2012 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Apr 23 11:59:34 2012 -0700 |
tree | 99936329de9603b8284f7d0eda6d2b09c5723193 | |
parent | e9653615fafcbac6109da99fac4fa66b0b432048 [diff] |
difftool: teach difftool to handle directory diffs When 'difftool' is called to compare a range of commits that modify more than one file, it opens a separate instance of the diff tool for each file that changed. The new '--dir-diff' option copies all the modified files to a temporary location and runs a directory diff on them in a single instance of the diff tool. Signed-off-by: Tim Henigan <tim.henigan@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>