<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/convert-cache.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-19T17:52:00Z</updated>
<entry>
<title>[PATCH] cleanup of in-code names</title>
<updated>2005-05-19T17:52:00Z</updated>
<author>
<name>Alexey Nezhdanov</name>
<email>snake@penza-gsm.ru</email>
</author>
<published>2005-05-19T11:17:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=667bb59b2d5b0a2e7fca5970d6f757790a6edd74'/>
<id>urn:sha1:667bb59b2d5b0a2e7fca5970d6f757790a6edd74</id>
<content type='text'>
Fixes all in-code names that leaved during "big 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>[PATCH] Fix warning in convert-cache</title>
<updated>2005-05-02T21:56:39Z</updated>
<author>
<name>tony.luck@intel.com</name>
<email>tony.luck@intel.com</email>
</author>
<published>2005-05-02T17:57:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f220fb6b84e982417dda30b2fd09a0f1d987d2e4'/>
<id>urn:sha1:f220fb6b84e982417dda30b2fd09a0f1d987d2e4</id>
<content type='text'>
gcc 3.4.3 kicks out this warning:
convert-cache.c: In function `write_subdirectory':
convert-cache.c:102: warning: field precision is not type int (arg 4)

Signed-off-by: Tony Luck &lt;tony.luck@intel.com&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] introduce xmalloc and xrealloc</title>
<updated>2005-04-26T19:00:58Z</updated>
<author>
<name>Christopher Li</name>
<email>git@chrisli.org</email>
</author>
<published>2005-04-26T19:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=812666c8e66a21e668c0789d0422aa5a7db54961'/>
<id>urn:sha1:812666c8e66a21e668c0789d0422aa5a7db54961</id>
<content type='text'>
Introduce xmalloc and xrealloc to die gracefully with a descriptive
message when out of memory, rather than taking a SIGSEGV. 

Signed-off-by: Christopher Li&lt;chrislgit@chrisli.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Simplify "write_sha1_file()" interfaces</title>
<updated>2005-04-25T17:19:53Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-25T17:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a44c9a5e2e6d4108452f2c64dbd11f74a83745af'/>
<id>urn:sha1:a44c9a5e2e6d4108452f2c64dbd11f74a83745af</id>
<content type='text'>
The write function now adds the header to the file by itself, so there
is no reason to duplicate it among all the users any more.
</content>
</entry>
<entry>
<title>Update "convert-cache" to handle git itself.</title>
<updated>2005-04-24T22:49:09Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-24T22:49:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3f053897b3445988309d0ae7378944783c34d152'/>
<id>urn:sha1:3f053897b3445988309d0ae7378944783c34d152</id>
<content type='text'>
The git archives have some old-date-format commits with timezones
that the converter didn't recognize. Also, make it be quiet about
already-converted dates.
</content>
</entry>
<entry>
<title>Make a hack to convert-cache for missing author dates in old</title>
<updated>2005-04-23T23:48:32Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-23T23:48:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=93256315b2444601a35484f4fb76cd5723284201'/>
<id>urn:sha1:93256315b2444601a35484f4fb76cd5723284201</id>
<content type='text'>
archives (notably the old sparse one).

Very hacky. But hopefully we can do the conversion once, and never
worry about this ever again.
</content>
</entry>
<entry>
<title>Make "convert-cache" able to handle the really old archive formats</title>
<updated>2005-04-23T23:37:31Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-23T23:37:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bfac5d94291bdb951ae3e739598a32bf868ea806'/>
<id>urn:sha1:bfac5d94291bdb951ae3e739598a32bf868ea806</id>
<content type='text'>
This includes the old-style "flat tree" object, and the old broken
date format. Well, enough of the date format to convert the sparse
archive, at least.
</content>
</entry>
<entry>
<title>Do SHA1 hash _before_ compression.</title>
<updated>2005-04-20T08:10:46Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-04-20T08:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d98b46f8d9a3daf965a39f8c0089c1401e0081ee'/>
<id>urn:sha1:d98b46f8d9a3daf965a39f8c0089c1401e0081ee</id>
<content type='text'>
And add a "convert-cache" program to convert from old-style
to new-style.
</content>
</entry>
</feed>
