Merge branch 'tb/commit-graph-no-check-oids'
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2020 01:06:27 +0000 (18:06 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Jun 2020 01:06:27 +0000 (18:06 -0700)
commitdc57a9be5ee2f9c719965a9e6c7a2ed97af180a1
tree9dc21d8b5134e7c47d2ffeff0a58d0f208c6c599
parentf4cec40dbdc262ca0d485068aa549958ea8946a0
parent2f00c355cb79ee86bddc9f2fef91ac380a6023fc
Merge branch 'tb/commit-graph-no-check-oids'

Clean-up the commit-graph codepath.

* tb/commit-graph-no-check-oids:
  commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
  t5318: reorder test below 'graph_read_expect'
  commit-graph.c: simplify 'fill_oids_from_commits'
  builtin/commit-graph.c: dereference tags in builtin
  builtin/commit-graph.c: extract 'read_one_commit()'
  commit-graph.c: peel refs in 'add_ref_to_set'
  commit-graph.c: show progress of finding reachable commits
  commit-graph.c: extract 'refs_cb_data'
Documentation/git-commit-graph.txt
commit-graph.c
t/t5318-commit-graph.sh