From e2a247eec7c964940b49f515933f3a0f93662193 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 10 Apr 2024 15:05:09 +0200 Subject: [PATCH] Git: add autoSquash --- modules/hm/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hm/git.nix b/modules/hm/git.nix index 4f8452e..15e09b1 100644 --- a/modules/hm/git.nix +++ b/modules/hm/git.nix @@ -127,6 +127,7 @@ in }; pull.rebase = true; rebase.autoStash = true; + rebase.autoSquash = true; rerere = { enabled = true; autoUpdate = true;