We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run
$ git clone https://github.com/sebastianbergmann/phpunit.git $ cd phpunit $ ant generate-project-documentation
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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
I guess I'll declare git < 1.7.2 as unsupported. I might add a check for that into the git enricher.
Makes sense.
b907cb0
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: