]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/commit-graph-harden'
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 Oct 2019 02:32:58 +0000 (11:32 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Oct 2019 02:32:58 +0000 (11:32 +0900)
commit80693e3f09ab80cfe4a5a83467e765626ad0b15a
tree1100110f21941cbe7510a43d41c8121d59761030
parentae203ba414f7e0b83f8b07255898a6cff3b5c07e
parent806278dead57766bf000af62dcb8892ee3a24956
Merge branch 'tb/commit-graph-harden'

The code to parse and use the commit-graph file has been made more
robust against corrupted input.

* tb/commit-graph-harden:
  commit-graph.c: handle corrupt/missing trees
  commit-graph.c: handle commit parsing errors
  t/t5318: introduce failing 'git commit-graph write' tests
commit-graph.c
commit.c
t/t5318-commit-graph.sh