<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/clone-pack.c, branch v0.99.8a</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v0.99.8a</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v0.99.8a'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-08-10T05:28:19Z</updated>
<entry>
<title>[PATCH] -Werror fixes</title>
<updated>2005-08-10T05:28:19Z</updated>
<author>
<name>Timo Sirainen</name>
<email>tss@iki.fi</email>
</author>
<published>2005-08-09T15:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4ec99bf080f2d95c7c3d706f65eea1c6b9302f23'/>
<id>urn:sha1:4ec99bf080f2d95c7c3d706f65eea1c6b9302f23</id>
<content type='text'>
GCC's format __attribute__ is good for checking errors, especially
with -Wformat=2 parameter. This fixes most of the reported problems
against 2005-08-09 snapshot.
</content>
</entry>
<entry>
<title>Merge three separate "fetch refs" functions</title>
<updated>2005-07-16T20:55:50Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-16T20:55:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d1c133f5d48a45ad8ba29c4cb2c2a824f4f600fa'/>
<id>urn:sha1:d1c133f5d48a45ad8ba29c4cb2c2a824f4f600fa</id>
<content type='text'>
It really just boils down to one "get_remote_heads()" function, and a
common "struct ref" structure definition.
</content>
</entry>
<entry>
<title>[PATCH] clone-pack: Typofix in the error message.</title>
<updated>2005-07-14T03:53:33Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-14T03:26:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fd7791103078a63d19a1cb7fd7756e7cee046f07'/>
<id>urn:sha1:fd7791103078a63d19a1cb7fd7756e7cee046f07</id>
<content type='text'>
Cleans a small cut-and-paste mistake.

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] clone-pack and clone-script: documentation and add a missing parameter.</title>
<updated>2005-07-14T03:42:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-14T03:25:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6ec311da34cbbc8a571bf889b6ef00c4efb441b5'/>
<id>urn:sha1:6ec311da34cbbc8a571bf889b6ef00c4efb441b5</id>
<content type='text'>
While adding the documentation for these two commands, I noticed
that the name of the program on the other end (git-upload-pack)
is already almost configurable but git-clone-pack lacked command
line parameter parsing to actually use anything but default, so
I introduced --exec= like other remote commands while I was at it.

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>Fix the "close before dup" bug in clone-pack too</title>
<updated>2005-07-14T03:05:17Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-14T03:05:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5ccdf4cef212183597a0893c23c91da2ded80694'/>
<id>urn:sha1:5ccdf4cef212183597a0893c23c91da2ded80694</id>
<content type='text'>
Same issue as git-fetch-pack.
</content>
</entry>
<entry>
<title>Add "-q" flag to "git commit"</title>
<updated>2005-07-09T17:52:35Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-09T17:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=167a4a3308f4a1606e268c2204c98d6999046ae0'/>
<id>urn:sha1:167a4a3308f4a1606e268c2204c98d6999046ae0</id>
<content type='text'>
Maybe you don't want the progress report.
</content>
</entry>
<entry>
<title>git-clone-pack: fix sparse warning</title>
<updated>2005-07-07T01:51:56Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-07T01:51:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=dd7ba8b4949535c24e604a37709db0e3be9ccbbc'/>
<id>urn:sha1:dd7ba8b4949535c24e604a37709db0e3be9ccbbc</id>
<content type='text'>
Local function that wasn't marked static
</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>Add "git-clone-pack" program to help with "git clone"</title>
<updated>2005-07-05T22:45:37Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-05T22:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1fcc8ea55d9a126156c037a8c80dc256ceec0855'/>
<id>urn:sha1:1fcc8ea55d9a126156c037a8c80dc256ceec0855</id>
<content type='text'>
</content>
</entry>
</feed>
