summaryrefslogtreecommitdiff
path: root/pod/perlrepository.pod
diff options
context:
space:
mode:
authorRenee <reneeb@reneeb-desktop.(none)>2009-01-16 10:23:05 +0100
committerAbigail <abigail@abigail.be>2009-01-16 11:18:53 +0100
commit8f718e95d91d8623af061685a51c710573bbb833 (patch)
treef0066f78932a2d5858d38890e5aae53ee8bd3b9a /pod/perlrepository.pod
parent4e759823f612ad536857924a69f5a87a6be369b3 (diff)
downloadperl-8f718e95d91d8623af061685a51c710573bbb833.tar.gz
use F<> in perlrepository.pod consistently and remove one needless whitespace
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r--pod/perlrepository.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod
index d282c020c5..ecd7978dcb 100644
--- a/pod/perlrepository.pod
+++ b/pod/perlrepository.pod
@@ -50,7 +50,7 @@ that you can push back on with:
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 F<perl-ssh>
directory.
If you clone using git, which is faster than ssh, then you will need to
@@ -193,7 +193,7 @@ This shows that there were changes to this document staged for commit,
and that there were further changes in the working directory not yet
staged. It also shows that there was an untracked file in the working
directory, and as you can see shows how to change all of this. It also
-shows that there is one commit on the working branch C<blead> which
+shows that there is one commit on the working branch C<blead> which
has not been pushed to the C<origin> remote yet. B<NOTE>: that this
output is also what you see as a template if you do not provide a
message to C<git commit>.