]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'js/clone-dissociate' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Nov 2015 23:32:28 +0000 (15:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Nov 2015 23:32:29 +0000 (15:32 -0800)
"git clone --dissociate" runs a big "git repack" process at the
end, and it helps to close file descriptors that are open on the
packs and their idx files before doing so on filesystems that
cannot remove a file that is still open.

* js/clone-dissociate:
  clone --dissociate: avoid locking pack files
  sha1_file.c: add a function to release all packs
  sha1_file: consolidate code to close a pack's file descriptor
  t5700: demonstrate a Windows file locking issue with `git clone --dissociate`

1  2 
builtin/clone.c
cache.h
sha1_file.c
t/t5700-clone-reference.sh

diff --cc builtin/clone.c
Simple merge
diff --cc cache.h
Simple merge
diff --cc sha1_file.c
Simple merge
Simple merge