]> granicus.if.org Git - git/commit
Merge branch 'jk/disable-commit-graph-during-upload-pack' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Sep 2019 04:42:02 +0000 (13:42 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Sep 2019 04:42:02 +0000 (13:42 +0900)
commit87dae76fb7295f1fe2661d88348ef9f243eb2e2e
treed1d960fa50dc75fb3b93d4fc81961b7aceebe21f
parentb2507b21cbaa08700207c13e9e38639f61fbde57
parent6abada1880156df9c6a0de91fb23716e378e13d7
Merge branch 'jk/disable-commit-graph-during-upload-pack' into next

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