]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/fetch-multi-lockfix'
authorJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 17:04:33 +0000 (09:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Dec 2019 17:04:33 +0000 (09:04 -0800)
Fetching from multiple remotes into the same repository in parallel
had a bad interaction with the recent change to (optionally) update
the commit-graph after a fetch job finishes, as these parallel
fetches compete with each other.  Which has been corrected.

* js/fetch-multi-lockfix:
  fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraph
  fetch: add the command-line option `--write-commit-graph`

1  2 
builtin/fetch.c

diff --cc builtin/fetch.c
Simple merge