diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-11-03 00:21:57 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-06 10:59:37 +0900 |
commit | 7d8e72b9700022b3d8c57c3e2be97e52c2828e70 (patch) | |
tree | b902a924e8a7b9ae7f470bf5a964bc705bdbfec9 /Documentation/git-pack-objects.txt | |
parent | fetch: add the command-line option `--write-commit-graph` (diff) | |
download | tgif-7d8e72b9700022b3d8c57c3e2be97e52c2828e70.tar.xz |
fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraph
When both `fetch.jobs` and `fetch.writeCommitGraph` is set, we currently
try to write the commit graph in each of the concurrent fetch jobs,
which frequently leads to error messages like this one:
fatal: Unable to create '.../.git/objects/info/commit-graphs/commit-graph-chain.lock': File exists.
Let's avoid this by holding off from writing the commit graph until all
fetch jobs are done.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-pack-objects.txt')
0 files changed, 0 insertions, 0 deletions