projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4e86fc4
)
'git st' is not a standard git command.
Jesse Vincent [Thu, 30 Jul 2009 05:10:52 +0000 (
01:10
-0400)]
Spotted by Tux++
Porting/release_managers_guide.pod
patch
|
blob
|
blame
|
history
diff --git
a/Porting/release_managers_guide.pod
b/Porting/release_managers_guide.pod
index
72e93b7
..
7d0b2be
100644
(file)
--- 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: