feat(log): allow to disable git.log.order

This commit is contained in:
Ryooooooga 2023-01-28 21:10:57 +09:00
parent 679b0456f3
commit 2183c157d4
No known key found for this signature in database
GPG key ID: 07CF200DFCC20C25
3 changed files with 28 additions and 6 deletions

View file

@ -74,7 +74,7 @@ git:
# extra args passed to `git merge`, e.g. --no-ff
args: ''
log:
# one of date-order, author-date-order, topo-order.
# one of date-order, author-date-order, topo-order or default.
# topo-order makes it easier to read the git log graph, but commits may not
# appear chronologically. See https://git-scm.com/docs/git-log#_commit_ordering
order: 'topo-order'