<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib/diffall/README, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://www.git.shady.money/git/atom?h=master</id>
<link rel='self' href='https://www.git.shady.money/git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/'/>
<updated>2014-05-09T20:30:17Z</updated>
<entry>
<title>contrib: remove git-diffall</title>
<updated>2014-05-09T20:30:17Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2014-05-09T20:12:46Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=502b0a1ad145a7d77733008946c833ba7d3d100d'/>
<id>urn:sha1:502b0a1ad145a7d77733008946c833ba7d3d100d</id>
<content type='text'>
The functionality of the "git diffall" script in contrib/ was
incorporated into "git difftool" when the --dir-diff option was added
in v1.7.11 (ca. June, 2012).  Once difftool learned those features,
the diffall script became obsolete.

The only difference in behavior is that when comparing to the working
tree, difftool copies any files modified by the user back to the
working tree when the diff tool exits.  "git diffall" required the
--copy-back option to do the same.  All other diffall options have the
same meaning in difftool.

Make life easier for people choosing a tool to use by removing the old
diffall script.  A pointer in the release notes should be enough to
help current users migrate.

Helped-by: Tim Henigan &lt;tim.henigan@gmail.com&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>contrib: add git-diffall script</title>
<updated>2012-02-27T20:37:10Z</updated>
<author>
<name>Tim Henigan</name>
<email>tim.henigan@gmail.com</email>
</author>
<published>2012-02-24T19:48:57Z</published>
<link rel='alternate' type='text/html' href='https://www.git.shady.money/git/commit/?id=1252bbe1c685450ec76ac750e8b0c2e0b762f93f'/>
<id>urn:sha1:1252bbe1c685450ec76ac750e8b0c2e0b762f93f</id>
<content type='text'>
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 &lt;tim.henigan@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
