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 /tree.h | |
parent | bd444cadb53ce9030fe79f2cdb1570e1a49d4877 (diff) | |
download | git-1252bbe1c685450ec76ac750e8b0c2e0b762f93f.tar.gz git-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 'tree.h')
0 files changed, 0 insertions, 0 deletions