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

Include the first commit in the first release made #8

Open
perlun opened this issue Feb 13, 2017 · 0 comments
Open

Include the first commit in the first release made #8

perlun opened this issue Feb 13, 2017 · 0 comments
Labels

Comments

@perlun
Copy link
Owner

perlun commented Feb 13, 2017

The proper way to do it is to run it like this:

$ git log --oneline HEAD

...i.e. specify only one parameter to git log. That way, it means "all entries from the root(s) up to HEAD".

Right now we always include the "to" and "from" revision, which is why the first commit gets excluded. Not a major issue, but a bit annoying it is.

@perlun perlun added the bug label Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant