]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-clone.txt
Add urls.txt to git-clone man page
authorAndrew Ruder <andy@aeruder.net>
Wed, 4 Jul 2007 22:21:36 +0000 (17:21 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Jul 2007 04:43:48 +0000 (21:43 -0700)
commit37ba05619c76f9dbde35c418c6fc8af7bcda24c8
treeb6c3f07f6d9bf3be5dee0ff6d0c0a6bedfaa954a
parent114fd812f78ea375ee6782d4ff0203f3ae20b076
Add urls.txt to git-clone man page

Since git-clone is one of the many commands taking
URLs to remote repositories as an argument, it should include
the URL-types list from urls.txt.

Split up urls.txt into urls.txt and urls-remotes.txt.  The latter
should be used by anything besides git-clone where a discussion of
using .git/config and .git/remotes/ to name URLs just doesn't make
as much sense.

Signed-off-by: Andrew Ruder <andy@aeruder.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt
Documentation/git-fetch.txt
Documentation/git-pull.txt
Documentation/git-push.txt
Documentation/urls-remotes.txt [new file with mode: 0644]
Documentation/urls.txt