-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
sort_commits
doesn't work but --sort
does
#39
Comments
I did I cant make sure since we don't have a git hash in our |
|
Oh, OK. Now runni Thanks a lot for git-cilff, Orhun. |
Describe the bug
I want my commits to be sorted by the newest time. However, it does not work using
sort_commits = "newest"
but it works using--sort newest
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/orhun/git-cliff
cd git-cliff
git-cliff --config config/cliff.toml --tag 0.1.0-beta.3
sort_commits = "oldest"
tosort_commits = "newest"
in/git-cliff/config/cliff.toml
the run the same command
git-cliff --config config/cliff.toml --tag 0.1.0-beta.3
The order is same. no chages
sort_commits = "newest"
line the config.git-cliff --config config/cliff.toml --tag 0.1.0-beta.3 --sort newest
andgit-cliff --config config/cliff.toml --tag 0.1.0-beta.3 --sort oldest
. Now it works.Expected behavior
sort_commits = "newest"
should output the same exact thing as--sort newest
Screenshots/Logs
Attached.
System (please complete the following information):
Additional context
Thanks for git-cliff.
The text was updated successfully, but these errors were encountered: