In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ee56566fc6aeac4fd679bd70846592145de67881?hp=4e86fc4bd811aa6c664a88d3cef584224bf7f492>
- Log ----------------------------------------------------------------- commit ee56566fc6aeac4fd679bd70846592145de67881 Author: Jesse Vincent <[email protected]> Date: Thu Jul 30 01:10:52 2009 -0400 'git st' is not a standard git command. Spotted by Tux++ ----------------------------------------------------------------------- Summary of changes: Porting/release_managers_guide.pod | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 72e93b7..7d0b2be 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -291,10 +291,10 @@ Check that files managed by F<regen.pl> and friends are up to date. From within your working directory: - $ git st + $ git status $ make regen $ make regen_perly - $ git st + $ git status If any of the files managed by regen.pl have changed, then you should commit the updated versions: -- Perl5 Master Repository
