summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2024-03-07 23:17:54 +0100
committerstuebinm2024-03-07 23:17:54 +0100
commit9ef7fa3673d0ff364fb47fa07cc2e6865ae901ef (patch)
tree2c584daa676e85c97e6955e7f0a3bf1624680389
parenta2ae3706ec9bbacd07615592679610648b366246 (diff)
home-minimal: useful git branch sorting default
-rw-r--r--home/home-minimal.nix1
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;