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

Counting commits since a tag takes into account only first parents #14

Open
rtimush opened this issue Apr 24, 2019 · 0 comments
Open

Counting commits since a tag takes into account only first parents #14

rtimush opened this issue Apr 24, 2019 · 0 comments

Comments

@rtimush
Copy link
Contributor

rtimush commented Apr 24, 2019

The commit counting method is different from what git describe uses — it counts commits on the path via the first parents only. This is a bit arbitrary, and also can cause ordering issues when a merge commit version precedes a version of the parent because it happened to be the second one. Is it intentional?

*  - 1.0.1-2-...
|\
| *  - 1.0.1-3-...
* |  - 1.0.1-1-...
| *  - 1.0.1-2-...
| |
| *  - 1.0.1-1-...
|/
*  - 1.0.0

And thank you for the plugin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant