From 63b8afbeb95941d495e1b6301b1c579af1508c0a Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Tue, 25 Jun 2024 17:55:03 -0700 Subject: [PATCH] Sort git branches by committer date --- src/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.gitconfig b/src/.gitconfig index 48922ed..0ede293 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -40,6 +40,8 @@ sur = submodule update --recursive [apply] whitespace = fix +[branch] + sort = -committerdate [color] branch = auto diff = auto