As I just discovered, git has a bug where it will strip the leading [CB-####] when using "git am" to apply a patch made with git format-patch. Details here: [1].
You can apparently use -k in both the commands to resolve the issue, but since that isn't possible with github pull requests (they offer the non -k version of format-patch), I say we just stick to watching for the issue manually. Not a big deal, but worth noting. [1]: http://ubuntu.5.x6.nabble.com/maintainer-tip-git-format-patch-k-git-am-k-td5028045.html
