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
When issuing a query with group-by date, the outer date grouping is not sorted.
walrusc query --group-by date
The top-level groups are arbitrary. The inner commit timestamps are sorted though.
The text was updated successfully, but these errors were encountered:
fix group by date issue #7
aefd9aa
Sort commits before grouping by date. Only incur the sort cost for sorting by date.
Merge pull request #8 from corytodd/fix_date_sort
a585822
corytodd
Successfully merging a pull request may close this issue.
When issuing a query with group-by date, the outer date grouping is not sorted.
The top-level groups are arbitrary. The inner commit timestamps are sorted though.
The text was updated successfully, but these errors were encountered: