From: Leon Brocard Date: Fri, 19 Dec 2008 16:12:19 +0000 (+0000) Subject: Change perl.git to perl-git to not confuse people (thanks #p5p) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b8a5fb0f9f6e7b3780306a718bf555f7f432954;p=p5sagit%2Fp5-mst-13.2.git Change perl.git to perl-git to not confuse people (thanks #p5p) --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index f28d33d..4d1c60a 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -29,17 +29,17 @@ access it at: You will need a copy of Git for your computer. You can fetch a copy of the repository using the Git protocol (which uses port 9418): - git clone git://perl5.git.perl.org/perl.git perl.git + git clone git://perl5.git.perl.org/perl.git perl-git -This clones the repository and makes a local copy in the 'perl.git' +This clones the repository and makes a local copy in the 'perl-git' directory. If your local network does not allow you to use port 9418, then you can fetch a copy of the repository over HTTP: - git clone http://perl5.git.perl.org/perl.git perl.http + git clone http://perl5.git.perl.org/perl.git perl-http -This clones the repository and makes a local copy in the 'perl.http' +This clones the repository and makes a local copy in the 'perl-http' directory. =head2 WRITE ACCESS TO THE REPOSITORY @@ -47,9 +47,9 @@ directory. If you are a committer, then you can fetch a copy of the repository that you can push back on with: - git clone ssh://perl5.git.perl.org/gitroot/perl.git perl.ssh + git clone ssh://perl5.git.perl.org/gitroot/perl.git perl-ssh -This clones the repository and makes a local copy in the 'perl.ssh' +This clones the repository and makes a local copy in the 'perl-ssh' directory. =head1 OVERVIEW OF THE REPOSITORY