Merge branch 'ab/commit-graph-write-optim'
commit04d67b6ab222060546af328207ad48ae8ad58fe9
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2019 22:26:14 +0000 (5 14:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2019 22:26:14 +0000 (5 14:26 -0800)
tree8fc28e2ad5f8ac9aafeaef49ad25932c98d7d700
parent3009c8bccada0980fcc43744a897bf117632e72b
parentd7574c95bb74cd189950cc6e9cad762099382162
Merge branch 'ab/commit-graph-write-optim'

The codepath to write out commit-graph has been optimized by
following the usual pattern of visiting objects in in-pack order.

* ab/commit-graph-write-optim:
  commit-graph write: use pack order when finding commits
commit-graph.c