From 03f8da229f7f90847db25357e5abd0eb2736f3ab Mon Sep 17 00:00:00 2001 From: Evan Pratten <evan@ewpratten.com> Date: Mon, 16 Oct 2023 14:45:57 -0400 Subject: [PATCH] Change some git aliases --- configs/git/.gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/git/.gitconfig b/configs/git/.gitconfig index 65aafc9..aa4acf2 100644 --- a/configs/git/.gitconfig +++ b/configs/git/.gitconfig @@ -18,8 +18,9 @@ [alias] authors = shortlog --summary --numbered --email tree = log --graph --decorate --abbrev-commit --all \ - --pretty=format:'%C(auto,yellow)commit %h%C(auto,cyan)%d%n%C(auto,cyan)Author:%Creset %aN <%aE>%n%C(auto,cyan)Date:%Creset %ad%n%s%n' \ + --pretty=format:'%C(yellow)commit %h%C(auto)%d%n%C(cyan)Author:%Creset %aN %C(dim white)<%aE>%n%C(cyan)Date:%Creset %C(dim white)%ad (%ar)%n%s%n' \ --date=format:'%b %d %Y %H:%M:%S %z' + branches = branch -a -l -vv [filter "lfs"] clean = git-lfs clean -- %f