]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vcs: gitconfig: set branch.sort=-committerdate
authorSimon Ruderich <simon@ruderich.org>
Wed, 26 Feb 2025 09:16:53 +0000 (10:16 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 26 Feb 2025 09:16:53 +0000 (10:16 +0100)
vcs/gitconfig.in

index c4588e61e365e179e219f70cd7660c735d60bb76..ee4ffc81f94e9d3f6c6b4e8836ac38fbd215ffa3 100644 (file)
                   done' argv0 \
             | less"
 
+[branch]
+       # Sort branches with recent commits at the top
+       sort = -committerdate
+
 [color]
        ui = auto