]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sb/submodule-parallel-update'
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Apr 2016 18:39:01 +0000 (11:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Apr 2016 18:39:01 +0000 (11:39 -0700)
commitbdebbeb3346e9867005947aff356b99a7358e5ab
tree36d4dc9b1776fef1794432de7dd0c3a50793a9e1
parent77e075124acc3f1185a8b178aac479c8278780a5
parent72290d6a1d8cccd22f58c21418c0f75bfcdf574d
Merge branch 'sb/submodule-parallel-update'

A major part of "git submodule update" has been ported to C to take
advantage of the recently added framework to run download tasks in
parallel.

* sb/submodule-parallel-update:
  clone: allow an explicit argument for parallel submodule clones
  submodule update: expose parallelism to the user
  submodule helper: remove double 'fatal: ' prefix
  git submodule update: have a dedicated helper for cloning
  run_processes_parallel: rename parameters for the callbacks
  run_processes_parallel: treat output of children as byte array
  submodule update: direct error message to stderr
  fetching submodules: respect `submodule.fetchJobs` config option
  submodule-config: drop check against NULL
  submodule-config: keep update strategy around
16 files changed:
Documentation/config.txt
Documentation/git-clone.txt
builtin/clone.c
builtin/fetch.c
builtin/submodule--helper.c
git-submodule.sh
run-command.c
run-command.h
strbuf.c
strbuf.h
submodule-config.c
submodule-config.h
submodule.c
submodule.h
t/t7400-submodule-basic.sh
t/t7406-submodule-update.sh