diff --git a/config b/config index d9c10d3..ce368bf 100644 --- a/config +++ b/config @@ -33,7 +33,7 @@ # custom git log (inline) lgi = "!f() { \ - git log --graph --branches --all --date=human --color $@ \ + git log --graph --date=human --color $@ \ --format='%C(bold dim green)%h%C(auto) - %C(yellow)%cr %C(bold)→%C(reset) %s%C(reset bold yellow)%d %an %G? %GS %C(reset)' | \ sed \ -e 's#\\(.*\\) N .*#\\x1b[0;2;3;37m- \\1#' \