ruby-changes:55808
From: Nobuyoshi <ko1@a...>
Date: Fri, 24 May 2019 14:11:18 +0900 (JST)
Subject: [ruby-changes:55808] Nobuyoshi Nakada: 35caedc828 (trunk): --autostash is since Git 2.6 [Bug #15871]
https://git.ruby-lang.org/ruby.git/commit/?id=35caedc828 From 35caedc828667363413c7fbe4a4cc60758c426a2 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 24 May 2019 14:11:00 +0900 Subject: --autostash is since Git 2.6 [Bug #15871] diff --git a/common.mk b/common.mk index 501dc01..b4be421 100755 --- a/common.mk +++ b/common.mk @@ -38,7 +38,7 @@ RUBYLIB = $(PATH_SEPARATOR) https://github.com/ruby/ruby/blob/trunk/common.mk#L38 RUBYOPT = - RUN_OPTS = --disable-gems -GITPULLOPTIONS = --rebase --autostash +GITPULLOPTIONS = --rebase INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir) -I$(UNICODE_HDR_DIR) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/