From 8629268bda8254f1be5e5383aa5807714417ff8c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 27 Apr 2023 09:37:26 +0200 Subject: gitconfig: ensure 'lb' only lists branches --- dotfiles/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 4b00362..5533a9c 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -18,7 +18,7 @@ diff = diff-highlight | less -F [alias] brlog = log -p --reverse origin/master..HEAD - lb = branch --format=\ + lb = branch --list --format=\ '%(HEAD) \ %(align:width=48)%(color:yellow)%(refname:short)%(color:reset)%(end)\ %(contents:subject) - \ -- cgit v1.2.3