It is possible that commits in stable that are not in the original pull request are merged up into master. As long as you're using merge commits at each step in the process you should be fine.
--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-dev+...@googlegroups.com.
To post to this group, send email to puppe...@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Please note you should not merge the same branch into master. Instead you should merge up all of stable like: git checkout master; git merge --no-ff stable