I think I saw a bunch of git commit messages go by that were committing things to 2.6.x.
Remember that the intended flow is that things get committed to master and then cherry-picked into 2.6.x if they're critical fixes. We WILL NOT ever merge master and 2.6.x in either direction, so commits that only exist in 2.6.x will be lost if they are not cherry-picked into master. Braden
