From 12e53506a496c9c1da930202ced931be27d4f18e Mon Sep 17 00:00:00 2001 From: kalmenn Date: Thu, 16 May 2024 21:30:41 +0200 Subject: [PATCH] feat!: Don't display all branches by default in git lg --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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#' \