diff options
author | Jody Belka <lists-p5p@pimb.org> | 2008-12-20 13:52:40 +0000 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2008-12-20 14:57:44 +0100 |
commit | f544576134b1f8a35c2da1d2d0c0f0cb37e651ad (patch) | |
tree | 60c99a48fe6a3f04d91ab1d2007d56beb71c19b6 /pod/perlrepository.pod | |
parent | 0b09a93a0cec34bc5d1740400c4ed9500d2f1dbe (diff) | |
download | perl-f544576134b1f8a35c2da1d2d0c0f0cb37e651ad.tar.gz |
Improve perlrepository.pod to explain how to checkout/pull/branch from blead
On Sat, Dec 20, 2008 at 02:20:13PM +0100, Abigail wrote:
> On Sat, Dec 20, 2008 at 10:10:37PM +0900, Paul Fenwick wrote:
> > G'day p5p,
> >
> > The attached patch corrects a hole in the perlrepository.pod documentation
> > which declines to mention how a developer with an existing repository can
> > switch to blead and ensure everything is up-to-date before creating patches.
> >
>
>
> Thanks, applied as 12322d22877aba05e1653bbb960254200db8f045.
Spotted a small spelling mistake in the above, attached patch fixes it up.
J
--
Jody Belka
knew (at) pimb (dot) org
>From 9c085490b97248ecab03b5c54db2ca9b7dc4bf08 Mon Sep 17 00:00:00 2001
From: Jody Belka <dev-perl@pimb.org>
Date: Sat, 20 Dec 2008 13:47:11 +0000
Subject: [PATCH] Fix spelling mistake in pod/perlrepository.pod
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r-- | pod/perlrepository.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 58c648cc61..9b74c923aa 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -106,7 +106,7 @@ Then change into the directory: % cd perl-git Alternatively, if you already have a Perl repository, you should -ensure that you're on the I<blead> branch, and your repostiroy +ensure that you're on the I<blead> branch, and your repository is up to date: % git checkout blead |