git: use --date=human for git lg

master
Guillaume Dott 2019-04-23 10:53:14 +02:00
parent c543781e87
commit 645e68b0ac
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
pr = pull --rebase pr = pull --rebase
dc = diff --cached dc = diff --cached
r = remote r = remote
lg = log --graph --pretty=tformat:'%C(red)%h%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%aN>%Creset' --abbrev-commit --date=relative lg = log --graph --pretty=tformat:'%C(red)%h%C(yellow)%d%Creset %s %Cgreen(%ad) %C(bold blue)<%aN>%Creset' --abbrev-commit --date=human
ll = log --stat --abbrev-commit ll = log --stat --abbrev-commit
amend = commit --amend -C HEAD amend = commit --amend -C HEAD