]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/commit-graph-fixes'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2019 07:41:15 +0000 (16:41 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2019 07:41:15 +0000 (16:41 +0900)
commita5e4be2f683f48a3edbbf9375af923a8256efb81
tree500ed45266468c4984a45d2ee9adea053695b48e
parentf3c19f85c5aad6d3c8b56c3b2f3dfbf00852c8c4
parent93b4405ffe4ad9308740e7c1c71383bfc369baaa
Merge branch 'ab/commit-graph-fixes'

Code cleanup with more careful error checking before using data
read from the commit-graph file.

* ab/commit-graph-fixes:
  commit-graph: improve & i18n error messages
  commit-graph write: don't die if the existing graph is corrupt
  commit-graph verify: detect inability to read the graph
  commit-graph: don't pass filename to load_commit_graph_one_fd_st()
  commit-graph: don't early exit(1) on e.g. "git status"
  commit-graph: fix segfault on e.g. "git status"
  commit-graph tests: test a graph that's too small
  commit-graph tests: split up corrupt_graph_and_verify()
t/t5318-commit-graph.sh