mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Define GITPULLOPTION to rebase [Bug #15871]
This commit is contained in:
parent
50e993d4e3
commit
7f2f56b2f5
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ RUBYLIB = $(PATH_SEPARATOR)
|
|||
RUBYOPT = -
|
||||
RUN_OPTS = --disable-gems
|
||||
|
||||
GITPULLOPTIONS = --rebase --autostash
|
||||
|
||||
INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir) -I$(UNICODE_HDR_DIR)
|
||||
|
||||
GEM_HOME =
|
||||
|
|
Loading…
Add table
Reference in a new issue