From: Rafael Garcia-Suarez Date: Fri, 23 Apr 2010 12:45:09 +0000 (+0200) Subject: Pod formatting nits X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=705c800cbe8195e3d1d754695fccdb60a9e4d7d2;p=p5sagit%2Fp5-mst-13.2.git Pod formatting nits --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index cc87bde..d79dc59 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -64,7 +64,7 @@ directory. If you cloned using the git protocol, which is faster than ssh, then you will need to modify the URL for the origin remote to enable -pushing. To do that edit F<.git/config> with L like +pushing. To do that edit F<.git/config> with git-config(1) like this: % git config remote.origin.url ssh://perl5.git.perl.org/perl.git @@ -753,7 +753,7 @@ The same patch as above, using github might look like this: % git push origin orange The orange branch has been pushed to GitHub, so you should now send an -email (see L) with a description of your changes +email (see L) with a description of your changes and the following information: http://github.com/USERNAME/perl/tree/orange @@ -902,11 +902,14 @@ is done in the area of the "merge" in question. =over -=item * The git documentation, accessible via the C command +=item * -=item * L - Perl core development policy +The git documentation, accessible via the C command + +=item * + +L - Perl core development policy =back =cut -