[git] ll: use date=human format

This commit is contained in:
odrling 2024-04-01 21:48:08 +02:00
parent 4fc891461a
commit a999e25bd1
No known key found for this signature in database
GPG key ID: EC907F69A27A90C5

View file

@ -31,7 +31,7 @@
rebase = "merges"
[alias]
l = "log --date=short --graph --pretty=format:\"%C(green)%h%Creset%C(cyan)%C(bold)%d%Creset %s %C(magenta)%cd%Creset %C(blue)%an%Creset\""
ll = log --stat
ll = log --stat --date=human
lf = "log --date=short --pretty=format:\"%C(green)%H%Creset%C(cyan)%C(bold)%d%Creset %s %C(magenta)%cd%Creset %C(blue)%an%Creset\""
rh = reset --hard
d = diff --patch-with-stat