]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jh/loose-object-dirs-creation-race' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Dec 2013 19:32:50 +0000 (11:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Dec 2013 19:32:50 +0000 (11:32 -0800)
Two processes creating loose objects at the same time could have
failed unnecessarily when the name of their new objects started
with the same byte value, due to a race condition.

* jh/loose-object-dirs-creation-race:
  sha1_file.c:create_tmpfile(): Fix race when creating loose object dirs

1  2 
sha1_file.c

diff --cc sha1_file.c
Simple merge