]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-clone.txt
Documentation/git-clone.txt: document race with --local
authorTaylor Blau <me@ttaylorr.com>
Mon, 11 Jan 2021 19:25:10 +0000 (14:25 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Jan 2021 06:03:08 +0000 (22:03 -0800)
commita4a1ca22ef913adf3de9e72e525a2cd436742009
tree9025f9953b98fa1d3932516e5a3167551057b00a
parent71ca53e8125e36efbda17293c50027d31681a41f
Documentation/git-clone.txt: document race with --local

When running 'git clone --local', the operation may fail if another
process is modifying the source repository. Document that this race
condition is known to hopefully help anyone who may run into it.

Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clone.txt