<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/clone-pack.c, branch v1.0rc6</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc6</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc6'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2005-11-29T07:13:02Z</updated>
<entry>
<title>Make networking commands to work from a subdirectory.</title>
<updated>2005-11-29T07:13:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-26T08:47:59Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=5a3277133d200151fe526e56e036c933d343958a'/>
<id>urn:sha1:5a3277133d200151fe526e56e036c933d343958a</id>
<content type='text'>
These are whole-tree operations and there is not much point
making them operable from within a subdirectory, but it is easy
to do so, and using setup_git_directory() upfront helps git://
proxy specification picked up from the correct place.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Work around missing hard links on FAT formatted media</title>
<updated>2005-10-26T06:49:43Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2005-10-25T23:41:20Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=9e48b389990c0201487e58f3bac32734a59a7e89'/>
<id>urn:sha1:9e48b389990c0201487e58f3bac32734a59a7e89</id>
<content type='text'>
FAT -- like Coda -- does not like cross-directory hard links. To be
precise, FAT does not like links at all. But links are not needed either.
So get rid of them.

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-clone: always keep pack sent from remote.</title>
<updated>2005-10-19T21:43:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-19T21:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=e1c7ada6dd1fdf249d0bb84f3293d3be768b9239'/>
<id>urn:sha1:e1c7ada6dd1fdf249d0bb84f3293d3be768b9239</id>
<content type='text'>
This deprecates --keep and -q flags and always keeps the pack
sent from the remote site.  Corresponding configuration
variables are also removed.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Ignore funny refname sent from remote</title>
<updated>2005-10-15T18:23:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-14T01:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=1a7141ff28e217312da4b289127875905c6ec479'/>
<id>urn:sha1:1a7141ff28e217312da4b289127875905c6ec479</id>
<content type='text'>
This allows the remote side (most notably, upload-pack) to show
additional information without affecting the downloader.  Peek-remote
does not ignore them -- this is to make it useful for Pasky's
automatic tag following.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Refuse to create funny refs in clone-pack, git-fetch and receive-pack.</title>
<updated>2005-10-15T18:23:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-14T01:57:39Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d8a1deecc6ef37728b951eaba051deb7e0a38af8'/>
<id>urn:sha1:d8a1deecc6ef37728b951eaba051deb7e0a38af8</id>
<content type='text'>
Using git-check-ref-format, make sure we do not create refs with
funny names when cloning from elsewhere (clone-pack), fast forwarding
local heads (git-fetch), or somebody pushes into us (receive-pack).

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>clone-pack: new option --keep tells it not to explode the pack.</title>
<updated>2005-10-13T01:32:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-13T01:12:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=64c381bf740a0a698fe7556fbb346b700b934f7c'/>
<id>urn:sha1:64c381bf740a0a698fe7556fbb346b700b934f7c</id>
<content type='text'>
With new option --keep, or a configuration item clone.keeppack (we
need a better name, or start allowing dash,"clone.keep-pack"), the packed
data downloaded while cloning is saved as a pack in .git/objects/pack/
locally, with index generated for it with git-index-pack.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>clone-pack: new option --keep tells it not to explode the pack.</title>
<updated>2005-10-13T01:32:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-13T01:12:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=11dcec07a4815b7a37e009df1e8007d7ec08becf'/>
<id>urn:sha1:11dcec07a4815b7a37e009df1e8007d7ec08becf</id>
<content type='text'>
With new option --keep, or a configuration item clone.keeppack (we
need a better name, or start allowing dash,"clone.keep-pack"), the packed
data downloaded while cloning is saved as a pack in .git/objects/pack/
locally, with index generated for it with git-index-pack.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>clone-pack: use create_symref() instead of raw symlink.</title>
<updated>2005-10-05T22:29:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-05T22:29:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=4cfc63db1daa0ebdb284ae6972928e41a317a0c8'/>
<id>urn:sha1:4cfc63db1daa0ebdb284ae6972928e41a317a0c8</id>
<content type='text'>
This was the last instance of symlink() in coreish part.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<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.stealer.net/cgit.cgi/user/sven/git.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.stealer.net/cgit.cgi/user/sven/git.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>
</feed>
