<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/diff-options.txt, branch v1.4.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.4.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.4.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-07-07T19:28:54Z</updated>
<entry>
<title>Update diff-options and config documentation.</title>
<updated>2006-07-07T19:28:54Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-07-07T12:28:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b53766483ff14f73be954617349b18ea56c3187a'/>
<id>urn:sha1:b53766483ff14f73be954617349b18ea56c3187a</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>diff-options: Explain --text and -a</title>
<updated>2006-07-07T19:28:04Z</updated>
<author>
<name>Stephan Feder</name>
<email>sf@b-i-t.de</email>
</author>
<published>2006-07-07T13:57:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d507bb15008d6ee657eebaf2803bf0964af12c93'/>
<id>urn:sha1:d507bb15008d6ee657eebaf2803bf0964af12c93</id>
<content type='text'>
Signed-off-by: Stephan Feder &lt;sf@b-i-t.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add "--summary" option to git diff.</title>
<updated>2006-05-14T23:28:45Z</updated>
<author>
<name>Sean</name>
<email>seanlkml@sympatico.ca</email>
</author>
<published>2006-05-14T12:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4bbd261bbd941066735e41dff0ade9f50e6fe84d'/>
<id>urn:sha1:4bbd261bbd941066735e41dff0ade9f50e6fe84d</id>
<content type='text'>
Remove the need to pipe git diff through git apply to
get the extended headers summary.

Signed-off-by: Sean Estabrooks &lt;seanlkml@sympatico.ca&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>diff-options: add --patch-with-stat</title>
<updated>2006-04-16T02:30:27Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2006-04-15T11:41:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=293532739415d287786a312ec10849723383796e'/>
<id>urn:sha1:293532739415d287786a312ec10849723383796e</id>
<content type='text'>
With this option, git prepends a diffstat in front of the patch.

Since I really, really do not know what a diffstat of a combined diff
("merge diff") should look like, the diffstat is not generated for these.

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>diff-options: add --stat (take 2)</title>
<updated>2006-04-13T23:48:24Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2006-04-13T22:15:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d75f7952ef56408baa03ff82ded52b9289249d5a'/>
<id>urn:sha1:d75f7952ef56408baa03ff82ded52b9289249d5a</id>
<content type='text'>
Now, you can say "git diff --stat" (to get an idea how many changes are
uncommitted), or "git log --stat".

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Document --patch-with-raw</title>
<updated>2006-04-11T18:16:51Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2006-04-11T11:22:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5c91da25d7da304d98c8808968f474f9fb7ac4db'/>
<id>urn:sha1:5c91da25d7da304d98c8808968f474f9fb7ac4db</id>
<content type='text'>
Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Support for pickaxe matching regular expressions</title>
<updated>2006-04-04T20:44:15Z</updated>
<author>
<name>Petr Baudis</name>
<email>pasky@suse.cz</email>
</author>
<published>2006-03-29T00:16:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d01d8c6782850c18d62676dae3c72ad73be1e52e'/>
<id>urn:sha1:d01d8c6782850c18d62676dae3c72ad73be1e52e</id>
<content type='text'>
git-diff-* --pickaxe-regex will change the -S pickaxe to match
POSIX extended regular expressions instead of fixed strings.

The regex.h library is a rather stupid interface and I like pcre too, but
with any luck it will be everywhere we will want to run Git on, it being
POSIX.2 and all. I'm not sure if we can expect platforms like AIX to
conform to POSIX.2 or if win32 has regex.h. We might add a flag to
Makefile if there is a portability trouble potential.

Signed-off-by: Petr Baudis &lt;pasky@suse.cz&gt;
</content>
</entry>
<entry>
<title>Add --diff-filter= documentation paragraph</title>
<updated>2006-02-09T20:06:57Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2006-02-09T15:12:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=147cf31738e5e66aa304897ede6b556d4e204967'/>
<id>urn:sha1:147cf31738e5e66aa304897ede6b556d4e204967</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@jdl.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation: spell.</title>
<updated>2005-12-29T09:32:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-29T09:20:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=89438677abaae1a8ffc3c0905f3355a590da7bf4'/>
<id>urn:sha1:89438677abaae1a8ffc3c0905f3355a590da7bf4</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>diff --abbrev: document --abbrev=&lt;n&gt; form.</title>
<updated>2005-12-20T02:32:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-18T10:03:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=913419fcc648dd43d7f7afdd94fa25aee4f9798a'/>
<id>urn:sha1:913419fcc648dd43d7f7afdd94fa25aee4f9798a</id>
<content type='text'>
It was implemented there but was not advertised.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
