Let's say I have a git commit in the linux git repo, e.g. http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=8c7188b23474cca017b3ef354c4a58456f68303a
How can I, starting from this commit, understand in which branches of the repo this commit is actually contained? A security provider tells me the above commit applies to the 2.6.x, 3.10.x, 3.12.x, 3.14.x, and the 3.4.x branches.
How are they able to determine this?