<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-clone.txt, branch v1.0.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.0.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2005-12-13T07:24:06Z</updated>
<entry>
<title>Documentation: more examples.</title>
<updated>2005-12-13T07:24:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-13T07:24:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1e2ccd3abc8f5d96244806f753568493c3e77d4c'/>
<id>urn:sha1:1e2ccd3abc8f5d96244806f753568493c3e77d4c</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-clone: Keep remote names when cloning unless explicitly told not to.</title>
<updated>2005-11-11T09:34:26Z</updated>
<author>
<name>Andreas Ericsson</name>
<email>exon@op5.se</email>
</author>
<published>2005-11-10T11:58:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0879aa28708dcdfa255fff631781e5178755498e'/>
<id>urn:sha1:0879aa28708dcdfa255fff631781e5178755498e</id>
<content type='text'>
With this patch the following commands all clone into the local directory
"repo". If repo exists, it will still barf.

	git-clone git://host.xz/repo.git
	git-clone /path/to/repo/.git
	git-clone host.xz:repo.git

I ended up doing the same source-to-target sed'ing for all our company
projects, so it was easier to add it directly to git-clone.

Signed-off-by: Andreas Ericsson &lt;ae@op5.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Set up remotes/origin to track all remote branches.</title>
<updated>2005-11-07T02:17:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-06T08:52:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=95d117b6051c01726b67d3151f83e47dd41c0743'/>
<id>urn:sha1:95d117b6051c01726b67d3151f83e47dd41c0743</id>
<content type='text'>
This implements the idea Daniel Barkalow came up with, to match
the remotes/origin created by clone by default to the workflow I
use myself in my guinea pig repository, to have me eat my own
dog food.

We probably would want to use either .git/refs/local/heads/*
(idea by Linus) or .git/refs/heads/origin/* instead to reduce
the local ref namespace pollution.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation: pull/clone ref mapping clarification.</title>
<updated>2005-11-06T08:26:21Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-06T06:26:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4607166d0735d13e0ee4ffe8df0c2fc899957852'/>
<id>urn:sha1:4607166d0735d13e0ee4ffe8df0c2fc899957852</id>
<content type='text'>
Josef Weidendorfer points out that git-clone documentation does not
mention the initial copying of remote branch heads into corresponding
local branches.  Also clarify the purpose of the ref mappings description
in the "remotes" file and recommended workflow.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>The synopsis of the manpages should use the hyphenated version</title>
<updated>2005-10-10T23:01:32Z</updated>
<author>
<name>Christian Meder</name>
<email>chris@absolutegiganten.org</email>
</author>
<published>2005-10-10T23:01:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=cc1621e2a02ed2a408571ed6f6ba84de2166e334'/>
<id>urn:sha1:cc1621e2a02ed2a408571ed6f6ba84de2166e334</id>
<content type='text'>
The synopsis of the manpages should use the hyphenated version of the git
commands. Adapt the remaining offenders.

Signed-off-by: Christian Meder &lt;chris@absolutegiganten.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Remove the version tags from the manpages</title>
<updated>2005-10-10T21:49:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-10T21:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=98438bd0e893c23186fb82ea8b04964c0f1ef9d1'/>
<id>urn:sha1:98438bd0e893c23186fb82ea8b04964c0f1ef9d1</id>
<content type='text'>
Signed-off-by: Christian Meder &lt;chris@absolutegiganten.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Update git-clone documentation</title>
<updated>2005-10-02T23:06:08Z</updated>
<author>
<name>Eric W. Biederman</name>
<email>ebiederm@xmission.com</email>
</author>
<published>2005-10-02T19:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a2775c2a410be4bec1e29ae78bccd3247829e2be'/>
<id>urn:sha1:a2775c2a410be4bec1e29ae78bccd3247829e2be</id>
<content type='text'>
The documentation for git-clone is behind the actual command.
I have been getting tired of reading the shell script to see
what the arguments are so here is an update of the actual documentation.

Signed-off-by: Eric Biederman &lt;ebiederman@xmission.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Documentation: Update all files to use the new gitlink: macro</title>
<updated>2005-09-20T22:07:52Z</updated>
<author>
<name>Sergey Vlasov</name>
<email>vsu@altlinux.ru</email>
</author>
<published>2005-09-19T10:10:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a7154e916c6fab01dfb67629dae8c4430daff669'/>
<id>urn:sha1:a7154e916c6fab01dfb67629dae8c4430daff669</id>
<content type='text'>
The replacement was performed automatically by these commands:

	perl -pi -e 's/link:(git.+)\.html\[\1\]/gitlink:$1\[1\]/g' \
		README Documentation/*.txt
	perl -pi -e 's/link:git\.html\[git\]/gitlink:git\[7\]/g' \
		README Documentation/*.txt

Signed-off-by: Sergey Vlasov &lt;vsu@altlinux.ru&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Big tool rename.</title>
<updated>2005-09-08T00:45:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-08T00:26:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7'/>
<id>urn:sha1:215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7</id>
<content type='text'>
As promised, this is the "big tool rename" patch.  The primary differences
since 0.99.6 are:

  (1) git-*-script are no more.  The commands installed do not
      have any such suffix so users do not have to remember if
      something is implemented as a shell script or not.

  (2) Many command names with 'cache' in them are renamed with
      'index' if that is what they mean.

There are backward compatibility symblic links so that you and
Porcelains can keep using the old names, but the backward
compatibility support  is expected to be removed in the near
future.

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