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
How to show changelog since certain commit? No tags. Is that possible?
The text was updated successfully, but these errors were encountered:
You can use gitchangelog with a revlist as positional argument:
gitchangelog
gitchangelog REVLIST
If you want more info about format for revlists, I can suggest you the man page of git rev-list.
git rev-list
So if you want to show changelog since commit c2e03de (for instance), you can issue this:
c2e03de
gitchangelog c2e03de..HEAD
Does that answer your question ?
Sorry, something went wrong.
No branches or pull requests
How to show changelog since certain commit? No tags. Is that possible?
The text was updated successfully, but these errors were encountered: