From 1545df64a90e14dbb5ee1d752803ba5137ce5dfd Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 6 Oct 2017 15:09:43 +1100 Subject: [PATCH] Slightly smarter git log - decorate by default, and include signature info in the git-l graphlog --- config/git/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/git/config b/config/git/config index 596db52..f6c23fc 100644 --- a/config/git/config +++ b/config/git/config @@ -11,10 +11,16 @@ [alias] co = checkout d = diff - l = log --graph --oneline --decorate --all + l = log --graph --pretty=graph --date=relative st = status --short shove = "!f() { git push ${1:-origin} :; }; f" +[log] + decorate = true + +[pretty] + graph = tformat:%C(auto)%h %G? %s% gD% D + [url "git@github.com:"] pushInsteadOf = https://github.com/