<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/export.c, 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-05-20T18:46:10Z</updated>
<entry>
<title>sparse cleanup</title>
<updated>2005-05-20T18:46:10Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-05-20T18:46:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e99d59ff0bff349ef205cef1076e0354c8130680'/>
<id>urn:sha1:e99d59ff0bff349ef205cef1076e0354c8130680</id>
<content type='text'>
Fix various things that sparse complains about:
 - use NULL instead of 0
 - make sure we declare everything properly, or mark it static
 - use proper function declarations ("fn(void)" instead of "fn()")

Sparse is always right.
</content>
</entry>
<entry>
<title>[PATCH] git-export complains about mising cat-file</title>
<updated>2005-05-02T04:23:04Z</updated>
<author>
<name>Alexey Nezhdanov</name>
<email>snake@penza-gsm.ru</email>
</author>
<published>2005-05-02T04:23:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bab5583a49bff27c53f9ab22489b7faae21f607d'/>
<id>urn:sha1:bab5583a49bff27c53f9ab22489b7faae21f607d</id>
<content type='text'>
Fixes bits leaved during name change.

Signed-off-by: Alexey Nezhdanov &lt;snake@penza-gsm.ru&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Add "get_sha1()" helper function.</title>
<updated>2005-05-01T23:36:56Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-05-01T23:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3c249c950649a37f2871a8b193f01a0640a20aef'/>
<id>urn:sha1:3c249c950649a37f2871a8b193f01a0640a20aef</id>
<content type='text'>
This allows the programs to use various simplified versions of
the SHA1 names, eg just say "HEAD" for the SHA1 pointed to by
the .git/HEAD file etc.

For example, this commit has been done with

	git-commit-tree $(git-write-tree) -p HEAD

instead of the traditional "$(cat .git/HEAD)" syntax.
</content>
</entry>
<entry>
<title>[PATCH] The big git command renaming fallout fix.</title>
<updated>2005-04-29T21:54:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-04-29T21:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=aed7a5a9dab96d1a17be4fadf7685086047178cc'/>
<id>urn:sha1:aed7a5a9dab96d1a17be4fadf7685086047178cc</id>
<content type='text'>
This fixes the git-export which calls diff-tree.

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>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='https://git.shady.money/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>
</feed>
