From: Simon Ruderich Date: Wed, 26 Feb 2025 09:16:53 +0000 (+0100) Subject: vcs: gitconfig: set branch.sort=-committerdate X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=4073384630a16b95b2893b5cacaa50f3028a7564;p=config%2Fdotfiles.git vcs: gitconfig: set branch.sort=-committerdate --- diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index c4588e6..ee4ffc8 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -134,6 +134,10 @@ done' argv0 \ | less" +[branch] + # Sort branches with recent commits at the top + sort = -committerdate + [color] ui = auto