<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-export.c, branch gitk-resize-error</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=gitk-resize-error</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=gitk-resize-error'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2005-04-29T21:09:11Z</updated>
<entry>
<title>Rename git core commands to be "git-xxxx" to avoid name clashes.</title>
<updated>2005-04-29T21:09:11Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-29T21:09:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a3df180138b85a603656582bde6df757095618cf'/>
<id>urn:sha1:a3df180138b85a603656582bde6df757095618cf</id>
<content type='text'>
This also regularizes the make. The source files themselves don't get
the "git-" prefix, because that's just inconvenient. So instead we just
make the rule that "git-xxxx" depends on "xxxx.c", and do that for
all the core programs (ie the old "git-mktag.c" got renamed to just
"mktag.c" to match everything else).

And "show-diff" got renamed to "git-diff-files" while at it, since
that's what it really should be to match the other git-diff-xxx cases.
</content>
</entry>
<entry>
<title>[PATCH] diff-tree does not need -r in git-export.c</title>
<updated>2005-04-28T19:22:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-04-28T19:22:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0cc087e3044a7ce19d276f736d983ad8344162f6'/>
<id>urn:sha1:0cc087e3044a7ce19d276f736d983ad8344162f6</id>
<content type='text'>
No need to pass -r anymore, since diff-tree -p implies recursive
behaviour these days.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Use diff-tree -p -r instead of "git diff" in git-export.</title>
<updated>2005-04-27T22:36:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-04-27T22:36:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ce9be4e4e8f397413ff5d87cda458c7e466897b1'/>
<id>urn:sha1:ce9be4e4e8f397413ff5d87cda458c7e466897b1</id>
<content type='text'>
Now diff-tree can produce patch itself, there is no reason to
depend on Cogito to show diff in the git-export output anymore.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Duh, just make git-export.c use the proper syntax, everything is fine.</title>
<updated>2005-04-21T02:19:11Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-21T02:19:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=80913d4364c0be4d9b97eabcd2c8acb800c647c1'/>
<id>urn:sha1:80913d4364c0be4d9b97eabcd2c8acb800c647c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix up git-export to use the lower-level interfaces for diff generation.</title>
<updated>2005-04-21T01:48:27Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-21T01:48:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=32347c375250fd470973a5d76185cac718955fd5'/>
<id>urn:sha1:32347c375250fd470973a5d76185cac718955fd5</id>
<content type='text'>
The high-level helpers seem to have forgotten what to do with sha1
names.
</content>
</entry>
<entry>
<title>Add stupid "git export" thing, which can export a git archive</title>
<updated>2005-04-19T21:00:34Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org.(none)</email>
</author>
<published>2005-04-19T21:00:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c9823a427a0a7aabc4f840a90e82548e91f9bdd6'/>
<id>urn:sha1:c9823a427a0a7aabc4f840a90e82548e91f9bdd6</id>
<content type='text'>
as a set of patches and commentary.

You'd want something like this if you are tracking a git archive
in another SCM format. Notably, we want something like that for
BK users.
</content>
</entry>
</feed>
