From 0da936e790e3d09b665c1e1b7de9fe905b7762ee Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 20 Jun 2013 14:27:13 +0200 Subject: [PATCH] enable rebase.autosquash --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 4265532..0682c02 100644 --- a/.gitconfig +++ b/.gitconfig @@ -57,3 +57,5 @@ signoff = true [rerere] enabled = true +[rebase] + autosquash = true -- 2.39.2