зеркало из https://github.com/github/ruby.git
vcs.rb: ignore configuration files get rid of aliases [ci skip]
This commit is contained in:
Родитель
bc77cda8fd
Коммит
7fd51c0241
|
@ -460,10 +460,13 @@ class VCS
|
||||||
end
|
end
|
||||||
|
|
||||||
def without_gitconfig
|
def without_gitconfig
|
||||||
home = ENV.delete('HOME')
|
envs = %w'HOME XDG_CONFIG_HOME GIT_SYSTEM_CONFIG GIT_CONFIG_SYSTEM'.each_with_object({}) do |v, h|
|
||||||
|
h[v] = ENV.delete(v)
|
||||||
|
ENV[v] = NullDevice if v.start_with?('GIT_')
|
||||||
|
end
|
||||||
yield
|
yield
|
||||||
ensure
|
ensure
|
||||||
ENV['HOME'] = home if home
|
ENV.update(envs)
|
||||||
end
|
end
|
||||||
|
|
||||||
def initialize(*)
|
def initialize(*)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче