From 7ff08ece774b3507bf08b7c525ec4ce313bbae6f Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 17 May 2019 19:32:42 +0900 Subject: [PATCH] Add git configs --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ae66383..491ea2e 100644 --- a/Makefile +++ b/Makefile @@ -301,6 +301,8 @@ else $(git_conf) fetch.pruneTags true $(git_conf) push.default current $(git_conf) pull.ff only + $(git_conf) rebase.stat true + $(git_conf) rebase.missingCommitsCheck error ifneq (,$(xz)) $(git_conf) tar.txz.command "xz -c" endif