<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/fetch-pack.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-07-05T22:44:09Z</updated>
<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>Remove multi-head support from fetch-pack</title>
<updated>2005-07-05T21:39:30Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-05T21:39:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4f7770c87ce3c302e1639a7737a6d2531fe4b160'/>
<id>urn:sha1:4f7770c87ce3c302e1639a7737a6d2531fe4b160</id>
<content type='text'>
It was a misguided attempt to mix fetching and cloning. I'll make
a separate clone thing.
</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>Make git-fetch-pack actually do all the unpacking etc.</title>
<updated>2005-07-04T23:35:13Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-04T23:35:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=75bfc6c232689ae06aba6a7d4aa15ac2791d9a11'/>
<id>urn:sha1:75bfc6c232689ae06aba6a7d4aa15ac2791d9a11</id>
<content type='text'>
It returns the result SHA1 on stdout, so you can do

	remote=$(git-fetch-pack host:dir branchname)

and it will unpack the objects and "remote" will be the SHA1 name of the
branch on the other side.  You can then save that off, or merge it, or
whatever.
</content>
</entry>
<entry>
<title>Make git-fetch-pack and git-upload-pack negotiate needs/haves fully</title>
<updated>2005-07-04T22:29:17Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-04T22:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fb9040cc83540fff9d05c8056433a4aa05b8a7c2'/>
<id>urn:sha1:fb9040cc83540fff9d05c8056433a4aa05b8a7c2</id>
<content type='text'>
Now the only piece missing is actually generating the pack-file.
</content>
</entry>
<entry>
<title>Commit first cut at "git-fetch-pack"</title>
<updated>2005-07-04T20:26:53Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-04T20:26:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=def88e9afbf915ad76781aba7274398963b5e1a7'/>
<id>urn:sha1:def88e9afbf915ad76781aba7274398963b5e1a7</id>
<content type='text'>
It's meant to be used by "git fetch" for the local and ssh case.

It doesn't actually do the fetching now, but it does discover the common
commit point.
</content>
</entry>
</feed>
