projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
028d99b
)
fix EMERGENCY BUG WORKFLOW as per rjbs on #moose-dev
Chris Prather [Sat, 25 Jul 2009 23:28:59 +0000 (19:28 -0400)]
lib/Moose/Manual/Contributing.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Manual/Contributing.pod
b/lib/Moose/Manual/Contributing.pod
index
0858a81
..
2d85d33
100644
(file)
--- a/
lib/Moose/Manual/Contributing.pod
+++ b/
lib/Moose/Manual/Contributing.pod
@@
-162,7
+162,7
@@
Development releases are made without merging into the stable branch.
Anyone can create the necessary fix by branching off of the stable branch:
git remote update
- git checkout -b topic/my-emergency-fix origin/master
+ git checkout -b topic/my-emergency-fix origin/stable
# hack
git commit