Order hist strictly by date

By default git tries to keep different branches together, but I find
that more confusing than helpful.
This commit is contained in:
Peter J. Holzer 2018-04-09 12:00:22 +02:00
parent 2a304fdfdf
commit d076880470
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short --date-order
type = cat-file -t
dump = cat-file -p
[push]