]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/midx-too-many-packs'
authorJunio C Hamano <gitster@pobox.com>
Sun, 19 May 2019 07:45:30 +0000 (16:45 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 May 2019 07:45:30 +0000 (16:45 +0900)
commit454b419729142cd65466cabdb253d06c3699d098
tree38647bbf5a1e1cd3600606596971559ac16bb063
parent97616ca488ba460e20cbbb3374aabc97919b44ca
parentaf96fe3392fb078cb5447bcb94f2ed8d79d0a4a8
Merge branch 'ds/midx-too-many-packs'

The code to generate the multi-pack idx file was not prepared to
see too many packfiles and ran out of open file descriptor, which
has been corrected.

* ds/midx-too-many-packs:
  midx: add packs to packed_git linked list
  midx: pass a repository pointer
builtin/pack-objects.c
object-store.h
packfile.c
sha1-name.c