From 4073384630a16b95b2893b5cacaa50f3028a7564 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 26 Feb 2025 10:16:53 +0100 Subject: [PATCH] vcs: gitconfig: set branch.sort=-committerdate --- vcs/gitconfig.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.49.1