Commit f78080cb authored by Boris Bügling's avatar Boris Bügling

Make SourcesManager ignore some global git configs

parent c6397992
...@@ -152,7 +152,7 @@ module Pod ...@@ -152,7 +152,7 @@ module Pod
sources.each do |source| sources.each do |source|
UI.section "Updating spec repo `#{source.name}`" do UI.section "Updating spec repo `#{source.name}`" do
Dir.chdir(source.data_provider.repo) do Dir.chdir(source.data_provider.repo) do
output = git!("pull") output = git!("pull --no-rebase --no-commit")
UI.puts output if show_output && !config.verbose? UI.puts output if show_output && !config.verbose?
end end
check_version_information(source.data_provider.repo) check_version_information(source.data_provider.repo)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment