Steve Jorgensen
unread,Aug 13, 2012, 1:20:29 PM8/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
I'm probably going to help backport some code from master onto 3.2, and the suggested process in the Contributing guide doesn't actually look like the best approach to me. Wouldn't it make more sense to just check out the branch you want to patch, cherry-pick the change(s) from master, make any additional commits necessary to get it working?
Not only is that simpler than what is suggested, it easily handles changes that were committed to master long ago and/or are spread across multiple non-consecutive commits.
Assuming that sounds right, shall we update the guide?