t5700: demonstrate a Windows file locking issue with `git clone --dissociate`
commit11911bf7c4b4346013be9eefad257a009b659dd2
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 5 Oct 2015 20:29:59 +0000 (5 22:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Oct 2015 21:43:44 +0000 (5 14:43 -0700)
treedf51217ce6ab4d07b0d3bfaa7ecbb52208e0fa51
parent74b67638166ca2e66497ede559dbf393e7af8b40
t5700: demonstrate a Windows file locking issue with `git clone --dissociate`

On Windows, dissociating from a reference can fail very easily due to
pack files that are still in use when they want to be removed.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5700-clone-reference.sh