]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/disable-commit-graph-during-upload-pack'
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 Oct 2019 02:32:55 +0000 (11:32 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Oct 2019 02:32:55 +0000 (11:32 +0900)
commit098e8c6716b8c6abc29b6788acdb3ac8725f835d
tree1380bdbd3b2c5623c20fb2c5a8064bbeeb0fe7be
parent37ab7cb0a8e12d7f6e8e994cab48bc2383e03105
parent6abada1880156df9c6a0de91fb23716e378e13d7
Merge branch 'jk/disable-commit-graph-during-upload-pack'

The "upload-pack" (the counterpart of "git fetch") needs to disable
commit-graph when responding to a shallow clone/fetch request, but
the way this was done made Git panic, which has been corrected.

* jk/disable-commit-graph-during-upload-pack:
  upload-pack: disable commit graph more gently for shallow traversal
  commit-graph: bump DIE_ON_LOAD check to actual load-time
commit-graph.c
repository.h
t/t5500-fetch-pack.sh
upload-pack.c