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

How to show changelog since certain commit? #126

Open
barseghyanartur opened this issue Oct 23, 2019 · 1 comment
Open

How to show changelog since certain commit? #126

barseghyanartur opened this issue Oct 23, 2019 · 1 comment

Comments

@barseghyanartur
Copy link

How to show changelog since certain commit? No tags. Is that possible?

@vaab
Copy link
Owner

vaab commented Oct 28, 2019

You can use gitchangelog with a revlist as positional argument:

gitchangelog REVLIST

If you want more info about format for revlists, I can suggest you the man page of git rev-list.

So if you want to show changelog since commit c2e03de (for instance), you can issue this:

gitchangelog c2e03de..HEAD

Does that answer your question ?

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

2 participants