<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-clone-script, branch v0.99</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v0.99</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v0.99'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2005-07-09T17:52:35Z</updated>
<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='http://git.kilabit.info/git/commit/?id=167a4a3308f4a1606e268c2204c98d6999046ae0'/>
<id>urn:sha1:167a4a3308f4a1606e268c2204c98d6999046ae0</id>
<content type='text'>
Maybe you don't want the progress report.
</content>
</entry>
<entry>
<title>Teach "git clone" about rsync sources</title>
<updated>2005-07-09T00:07:12Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-09T00:07:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7558ef89edce07555c6436cfcb98c31388dd99b0'/>
<id>urn:sha1:7558ef89edce07555c6436cfcb98c31388dd99b0</id>
<content type='text'>
That will be the normal way of cloning anonymously for a while, so let's
make sure it's easy to use.
</content>
</entry>
<entry>
<title>Make "git clone" a lot more user-friendly</title>
<updated>2005-07-08T22:46:33Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-08T22:46:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ba375acff7692cbca16f7cc2e69b71563188ab7f'/>
<id>urn:sha1:ba375acff7692cbca16f7cc2e69b71563188ab7f</id>
<content type='text'>
This silently adds the ".git" directory component if needed, so you
don't need to state it explicitly for the source.  Also, it turns the
source into an absolute pathname when local, so that you can use
relative pathnames without losing sight of the source when we cd into
the destination.
</content>
</entry>
<entry>
<title>[PATCH] Short-circuit git-clone-pack while cloning locally (take 2).</title>
<updated>2005-07-07T22:53:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-06T20:04:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e95ab1edf38a0747832330cfa66763c25af9ad62'/>
<id>urn:sha1:e95ab1edf38a0747832330cfa66763c25af9ad62</id>
<content type='text'>
When we are cloning a repository on a local filesystem, it is
faster to just create a hard linkfarm of .git/object hierarchy
and copy the .git/refs files.  By default, the script uses the
clone-pack method, but it can be told with the -l flag to do the
hard linkfarm (falling back on recursive file copy) to replicate
the .git/object hierarchy.

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>Make "git clone" use the new git-clone-pack</title>
<updated>2005-07-05T22:47:34Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-05T22:47:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=72347a233e6f3c176059a28f0817de6654ef29c7'/>
<id>urn:sha1:72347a233e6f3c176059a28f0817de6654ef29c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "git-clone-script" thingy</title>
<updated>2005-06-23T01:49:43Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-23T01:49:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3f571e0b3a7893ed068acd75f27e152d29945637'/>
<id>urn:sha1:3f571e0b3a7893ed068acd75f27e152d29945637</id>
<content type='text'>
It's just a trivial wrapper, but it should make Jeff's kernel developer
guide to git look a bit less intimidating.
</content>
</entry>
</feed>
