Skip to content
New issue

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

Support for old Git versions #25

Closed
dcoraboeuf opened this issue Feb 5, 2016 · 0 comments
Closed

Support for old Git versions #25

dcoraboeuf opened this issue Feb 5, 2016 · 0 comments
Assignees
Milestone

Comments

@dcoraboeuf
Copy link
Contributor

The command used to get the previous tag on a branch is not compatible with old versions of Git:

git log HEAD --pretty=format:%d

The code looks for (tag: ***) patterns and those are not present yet in Git 1.7.12.4 on CentOS 5.

Using:

git log HEAD --pretty=oneline --decorate

instead.

@dcoraboeuf dcoraboeuf self-assigned this Feb 5, 2016
@dcoraboeuf dcoraboeuf added this to the 1.6 milestone Feb 5, 2016
dcoraboeuf added a commit that referenced this issue Feb 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant