From 645e68b0acda57c3b49a6dea8aa5d07ab2fd741c Mon Sep 17 00:00:00 2001 From: Guillaume Dott Date: Tue, 23 Apr 2019 10:53:14 +0200 Subject: [PATCH] git: use --date=human for git lg --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index ca7310a..7f6e4a9 100644 --- a/git/config +++ b/git/config @@ -11,7 +11,7 @@ pr = pull --rebase dc = diff --cached 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 amend = commit --amend -C HEAD