1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

--autostash is since Git 2.6 [Bug #15871]

This commit is contained in:
Nobuyoshi Nakada 2019-05-24 14:11:00 +09:00
parent dfc21a0467
commit 35caedc828
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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)