]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/commit-graph-fd-exhaustion-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 May 2020 20:39:53 +0000 (13:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 May 2020 20:39:53 +0000 (13:39 -0700)
The commit-graph code exhausted file descriptors easily when it
does not have to.

* tb/commit-graph-fd-exhaustion-fix:
  commit-graph: close descriptors after mmap
  commit-graph.c: gracefully handle file descriptor exhaustion
  t/test-lib.sh: make ULIMIT_FILE_DESCRIPTORS available to tests
  commit-graph.c: don't use discarded graph_name in error

1  2 
commit-graph.c
t/t1400-update-ref.sh
t/t5324-split-commit-graph.sh
t/test-lib.sh

diff --cc commit-graph.c
Simple merge
Simple merge
Simple merge
diff --cc t/test-lib.sh
Simple merge