зеркало из https://github.com/github/ruby.git
sync_default_gems.rb: Deal with conflicts on ignored files
that do not exist in the ruby/ruby side. This resurrects a line that had existed prior to #8329.
This commit is contained in:
Родитель
c666077182
Коммит
00f263e6c4
|
@ -602,6 +602,7 @@ module SyncDefaultGems
|
|||
|
||||
unless ignore.empty?
|
||||
puts "Reset ignored files: #{ignore.join(', ')}"
|
||||
system(*%W"git rm -r --", *ignore)
|
||||
system(*%W"git checkout -f", base, "--", *ignore)
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче