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:
parent
dfc21a0467
commit
35caedc828
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue