<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/cache.h, 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-10T22:39:08Z</updated>
<entry>
<title>[PATCH] Remove map_sha1_file</title>
<updated>2005-07-10T22:39:08Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2005-07-10T22:27:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d5f1befca880ee64230d876535f0f98c5ea6bb86'/>
<id>urn:sha1:d5f1befca880ee64230d876535f0f98c5ea6bb86</id>
<content type='text'>
Remove map_sha1_file(), now unused.

Signed-off-by: Daniel Barkalow &lt;barkalow@iabervon.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] write_sha1_to_fd()</title>
<updated>2005-07-10T22:39:08Z</updated>
<author>
<name>Daniel Barkalow</name>
<email>barkalow@iabervon.org</email>
</author>
<published>2005-07-10T22:25:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a5eda52bfe8f0afe3abc0c7eaceb487c2ffb7ebb'/>
<id>urn:sha1:a5eda52bfe8f0afe3abc0c7eaceb487c2ffb7ebb</id>
<content type='text'>
Add write_sha1_to_fd(), which writes an object to a file descriptor. This
includes support for unpacking it and recompressing it.

Signed-off-by: Daniel Barkalow &lt;barkalow@iabervon.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Expose object ID computation functions.</title>
<updated>2005-07-09T00:07:37Z</updated>
<author>
<name>Bryan Larsen</name>
<email>bryan.larsen@gmail.com</email>
</author>
<published>2005-07-08T23:51:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7672db20c2060f20b01788e4a4289ebc5f818605'/>
<id>urn:sha1:7672db20c2060f20b01788e4a4289ebc5f818605</id>
<content type='text'>
This patch makes the first half of write_sha1_file() and
index_fd() externally visible, to allow callers to compute the
object ID without actually storing it in the object database.

[JC demangled the whitespaces himself because he liked the patch
 so much, and reworked the interface to index_fd() slightly,
 taking suggestion from Linus and of his own.]

Signed-off-by: Bryan Larsen &lt;bryan.larsen@gmail.com&gt;
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>Add "mkpath()" helper function</title>
<updated>2005-07-08T23:20:59Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-08T23:20:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=26c8a533afac9540e46e7d7707d9179772c6d2c8'/>
<id>urn:sha1:26c8a533afac9540e46e7d7707d9179772c6d2c8</id>
<content type='text'>
I'm bored with doing it by hand all the time.
</content>
</entry>
<entry>
<title>[PATCH] clone-pack.c:write_one_ref() - Create leading directories.</title>
<updated>2005-07-06T17:39:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-06T08:11:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b2cb94254be7bf8b44c851897dd29a00ce654e3c'/>
<id>urn:sha1:b2cb94254be7bf8b44c851897dd29a00ce654e3c</id>
<content type='text'>
The function write_one_ref() is passed the list of refs received
from the other end, which was obtained by directory traversal
under $GIT_DIR/refs; this can contain paths other than what
git-init-db prepares and would fail to clone when there is
such.

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>Move "get_ack()" to common git_connect functions</title>
<updated>2005-07-05T22:44:09Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-05T22:44:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=41cb7488b9e5998ce1d665bbe10beca0a0f69c1c'/>
<id>urn:sha1:41cb7488b9e5998ce1d665bbe10beca0a0f69c1c</id>
<content type='text'>
git-clone-pack will want it too. Soon.
</content>
</entry>
<entry>
<title>Add "git_path()" and "head_ref()" helper functions.</title>
<updated>2005-07-05T18:31:32Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-05T18:31:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=723c31fea2f1c4994de837bda9022ffa8b6de1bb'/>
<id>urn:sha1:723c31fea2f1c4994de837bda9022ffa8b6de1bb</id>
<content type='text'>
"git_path()" returns a static pathname pointer into the git directory
using a printf-like format specifier.

"head_ref()" works like "for_each_ref()", except for just the HEAD.
</content>
</entry>
<entry>
<title>Move ref path matching to connect.c library</title>
<updated>2005-07-04T20:24:30Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-04T20:24:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=013e7c7ff498aae82d799f80da37fbd395545456'/>
<id>urn:sha1:013e7c7ff498aae82d799f80da37fbd395545456</id>
<content type='text'>
It's a generic thing for matching refs from the other side.
</content>
</entry>
<entry>
<title>Factor out the ssh connection stuff from send-pack.c</title>
<updated>2005-07-04T18:57:58Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-04T18:57:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f71925983ddc365c167559ecc623f2c000607cda'/>
<id>urn:sha1:f71925983ddc365c167559ecc623f2c000607cda</id>
<content type='text'>
I want to use it for git-fetch-pack too.
</content>
</entry>
<entry>
<title>Add "has_sha1_pack()" function to query whether the object is available in a pack</title>
<updated>2005-07-03T20:06:36Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-03T20:06:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=dade09c2269ec2117df085e8a99efcabccf08c53'/>
<id>urn:sha1:dade09c2269ec2117df085e8a99efcabccf08c53</id>
<content type='text'>
We'll want this for incremental packing.
</content>
</entry>
</feed>
