Closed sebastianbergmann closed 6 years ago
According to this commit to git, it seems %B is available since 1.7.2-rc0 which would make it a close miss for your version.
As that commit and version is about 7 years old, I'm not sure if I should still add support for it?
I guess I'll declare git < 1.7.2 as unsupported. I might add a check for that into the git enricher.
Makes sense.
When I run
on a system that has Git 1.7.1 then the Git enricher leaves the %B placeholder in the generated output.
If I run the same on a system that has Git 2.14.3 then the Git enricher produces useful output.