diff options
author | Tim Henigan <tim.henigan@gmail.com> | 2012-02-24 14:48:57 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-27 12:37:10 -0800 |
commit | 1252bbe1c685450ec76ac750e8b0c2e0b762f93f (patch) | |
tree | b8d331f99536212124fe080abc9a0ce1a7907e1b /t/perf | |
parent | Update draft release notes to 1.7.10 (diff) | |
download | tgif-1252bbe1c685450ec76ac750e8b0c2e0b762f93f.tar.xz |
contrib: add git-diffall script
The 'git difftool' allows the user to view diffs using an external tool.
It runs a separate instance of the tool for each file in the diff. This
makes it tedious to review changes spanning multiple files.
The 'git-diffall' script instead prepares temporary directories with the
files to be compared and launches a single instance of the external diff
tool to view them (i.e. a directory diff).
The 'diff.tool' or 'merge.tool' configuration variable is used to specify
which external tool is used.
Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/perf')
0 files changed, 0 insertions, 0 deletions