From 17e26cd70d858b72a5e0d693f640022731f9188c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 11 Mar 2023 11:50:36 +0100 Subject: gitconfig: sort branches by last commit date by default --- dotfiles/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 01993c6..76eac29 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -29,6 +29,8 @@ summary = format:%cs %<(24,mtrunc)%C(brightyellow)%an%Creset %C(auto)%h%Creset %s [init] defaultBranch = master +[branch] + sort = -committerdate [include] path = ~/.config/gitconfig_local -- cgit v1.2.3