summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-24 14:11:00 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-24 14:11:00 +0900
commit35caedc828667363413c7fbe4a4cc60758c426a2 (patch)
tree5d8c1a5033a9aab94ed0907da7359d5090d50524 /common.mk
parentdfc21a0467d39af00666aec5098530529924cf48 (diff)
--autostash is since Git 2.6 [Bug #15871]
Diffstat (limited to 'common.mk')
-rwxr-xr-xcommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 501dc01eff..b4be421ea5 100755
--- a/common.mk
+++ b/common.mk
@@ -38,7 +38,7 @@ RUBYLIB = $(PATH_SEPARATOR)
RUBYOPT = -
RUN_OPTS = --disable-gems
-GITPULLOPTIONS = --rebase --autostash
+GITPULLOPTIONS = --rebase
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir) -I$(UNICODE_HDR_DIR)