diff options
author | stuebinm | 2024-03-07 23:17:54 +0100 |
---|---|---|
committer | stuebinm | 2024-03-07 23:17:54 +0100 |
commit | 9ef7fa3673d0ff364fb47fa07cc2e6865ae901ef (patch) | |
tree | 2c584daa676e85c97e6955e7f0a3bf1624680389 | |
parent | a2ae3706ec9bbacd07615592679610648b366246 (diff) |
home-minimal: useful git branch sorting default
Diffstat (limited to '')
-rw-r--r-- | home/home-minimal.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/home-minimal.nix b/home/home-minimal.nix index 50d4a05..c265218 100644 --- a/home/home-minimal.nix +++ b/home/home-minimal.nix @@ -97,6 +97,7 @@ push.autoSetupRemote = true; commit.verbose = true; rerere.enabled = true; + branch.sort = "-authordate"; }; # diff-so-fancy.enable = true; |