<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-clone.txt, branch v1.4.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.4.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.4.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-06-21T09:34:14Z</updated>
<entry>
<title>Retire git-clone-pack</title>
<updated>2006-06-21T09:34:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-06-21T06:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=efc7fa5355da79326f92716eef37ddd71c7ec034'/>
<id>urn:sha1:efc7fa5355da79326f92716eef37ddd71c7ec034</id>
<content type='text'>
The program is not used by git-clone since git-fetch-pack was extended
to allow its caller do what git-clone-pack alone did, and git-clone was
updated to use it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Fix formatting of Documentation/git-clone.txt</title>
<updated>2006-06-10T03:37:45Z</updated>
<author>
<name>Horst H. von Brand</name>
<email>vonbrand@inf.utfsm.cl</email>
</author>
<published>2006-06-10T02:15:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f6407823d1467a6b6d2002878a64dec42df0a361'/>
<id>urn:sha1:f6407823d1467a6b6d2002878a64dec42df0a361</id>
<content type='text'>
Signed-off-by: Horst H. von Brand &lt;vonbrand@inf.utfsm.cl&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Document git-clone --use-separate-remote</title>
<updated>2006-06-08T07:37:41Z</updated>
<author>
<name>Uwe Zeisberger</name>
<email>zeisberg@informatik.uni-freiburg.de</email>
</author>
<published>2006-06-08T06:50:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=fb6a9f93d39e4e5fdb83673a927f71a34e9fb7c0'/>
<id>urn:sha1:fb6a9f93d39e4e5fdb83673a927f71a34e9fb7c0</id>
<content type='text'>
Signed-off-by: Uwe Zeisberger &lt;uzeisberger@io.fsforth.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Let git-clone to pass --template=dir option to git-init-db.</title>
<updated>2006-05-28T17:14:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-05-28T17:14:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a57c8bac0021cec21027e25bd797f85b0abf9c81'/>
<id>urn:sha1:a57c8bac0021cec21027e25bd797f85b0abf9c81</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Several trivial documentation touch ups.</title>
<updated>2006-05-05T21:21:18Z</updated>
<author>
<name>sean</name>
<email>seanlkml@sympatico.ca</email>
</author>
<published>2006-05-05T19:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2b5f3ed3166ea7d93f4138bb2b6c849851ba86ac'/>
<id>urn:sha1:2b5f3ed3166ea7d93f4138bb2b6c849851ba86ac</id>
<content type='text'>
  Move incorrect asciidoc level 2 titles back to level 1.

  Show output of git-name-rev in man page example.

  Reword sentences that begin with a period (.) in asciidoc
  numbered lists to work around conversion to man page bug.

  Mention that git-repack now calls git-prune-packed
  when the -d option is passed to it.

  [imap] section headers in the config file example need to be
  contained in a literal block.  imap.pass is the proper config
  file variable to use, not imap.password.

Signed-off-by: Sean Estabrooks &lt;seanlkml@sympatico.ca&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Document git-clone --reference</title>
<updated>2006-04-19T00:56:53Z</updated>
<author>
<name>Shawn Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2006-04-19T00:19:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=23edecbc9a5566ac5aa8fb251fbcf8bb83694837'/>
<id>urn:sha1:23edecbc9a5566ac5aa8fb251fbcf8bb83694837</id>
<content type='text'>
The new --reference flag introduced to git-clone in
GIT 1.3.0 was not documented but is rather handy.
So document it.

Also corrected a minor issue with the documentation for the
-s flag; the info/alternates file name was spelled wrong.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Remove trailing dot after short description</title>
<updated>2006-03-09T19:44:11Z</updated>
<author>
<name>Fredrik Kuivinen</name>
<email>freku045@student.liu.se</email>
</author>
<published>2006-03-09T16:24:50Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7bd7f2804d84258a5cd1e76c610496f6beaa4cdf'/>
<id>urn:sha1:7bd7f2804d84258a5cd1e76c610496f6beaa4cdf</id>
<content type='text'>
Signed-off-by: Fredrik Kuivinen &lt;freku045@student.liu.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>clone: do not create remotes/origin nor origin branch in a bare repository.</title>
<updated>2006-01-25T07:17:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-23T01:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4fb66a62eeb7bfec115cd0058d7a05ab62fc23e7'/>
<id>urn:sha1:4fb66a62eeb7bfec115cd0058d7a05ab62fc23e7</id>
<content type='text'>
It is simply pointless, since no merges will ever happen in such
a repository.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-clone: PG13 --naked option to --bare.</title>
<updated>2006-01-25T07:17:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-23T01:24:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=87e80c4b5fec421ecd566498b7dd4672f76fdca2'/>
<id>urn:sha1:87e80c4b5fec421ecd566498b7dd4672f76fdca2</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>clone: --naked option.</title>
<updated>2006-01-15T00:00:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-15T00:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8a1a120c55a67c3193e136a06826585711717399'/>
<id>urn:sha1:8a1a120c55a67c3193e136a06826585711717399</id>
<content type='text'>
The new option --naked is to help creating a naked repository
for public consumption.

	$ git clone -l -s --naked \
	  /pub/scm/.../torvalds/linux-2.6.git subproj-2.6.git

is equivalent to this sequence:

	$ git clone -l -s -n /pub/scm/.../torvalds/linux-2.6.git temp
	$ mv temp/.git subproj-2.6.git
	$ rmdir temp

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
