<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-diff-script, branch v0.99</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v0.99</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v0.99'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-07-06T17:09:58Z</updated>
<entry>
<title>Use the new git-rev-parse "--[no-]flags" in "git diff".</title>
<updated>2005-07-06T17:09:58Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-06T17:09:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9e9824ba0e641095f1cbc01c724d8e0a382c0580'/>
<id>urn:sha1:9e9824ba0e641095f1cbc01c724d8e0a382c0580</id>
<content type='text'>
This allows you to do

	git diff v2.6.12..v2.6.13-rc1 drivers/pcmcia

to see the diff between v2.6.12 and v2.6.13-rc1 as limited by the
filename argument.
</content>
</entry>
<entry>
<title>Use "-M" instead of "-C" for "git diff" and "git status"</title>
<updated>2005-06-17T22:34:19Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-17T22:34:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=753fd78458b6d7d0e65ce0ebe7b62e1bc55f3992'/>
<id>urn:sha1:753fd78458b6d7d0e65ce0ebe7b62e1bc55f3992</id>
<content type='text'>
The "C" in "-C" may stand for "Cool", but it's also pretty slow, since
right now it leaves all unmodified files to be tested even if there are
no new files at all.  That just ends up being unacceptably slow for big
projects, especially if it's not all in the cache.
</content>
</entry>
<entry>
<title>Don't use -C in "git diff"</title>
<updated>2005-06-17T19:46:38Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-17T19:46:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=aeac6681250440bc9801d6d6cc293cc708895b46'/>
<id>urn:sha1:aeac6681250440bc9801d6d6cc293cc708895b46</id>
<content type='text'>
Right now it confuses at least git-diff-files, since it leaves
all the files (whether changed or not) in the diff queue.
</content>
</entry>
<entry>
<title>Trivial git script fixups</title>
<updated>2005-06-15T01:56:05Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-15T01:56:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=40d8cfe4117564e5520e8f4f953addaa94844476'/>
<id>urn:sha1:40d8cfe4117564e5520e8f4f953addaa94844476</id>
<content type='text'>
Fix permissions, and add trivial "reset" and "add" scripts.

The "reset" script just resets the index back to head, while the "add"
script is just a crutch for people used to do "cvs add".
</content>
</entry>
<entry>
<title>Add "git diff" script</title>
<updated>2005-06-13T22:09:34Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-13T22:09:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=940c1bb0181cb20454bf3573134175f86983a0ce'/>
<id>urn:sha1:940c1bb0181cb20454bf3573134175f86983a0ce</id>
<content type='text'>
It's a simple helper that depending on the arguments will either
use git-diff-files, git-diff-cache or git-diff-tree.
</content>
</entry>
</feed>
