From: Derrick Stolee Date: Tue, 10 Apr 2018 12:56:06 +0000 (-0400) Subject: commit-graph: read only from specific pack-indexes X-Git-Tag: v2.18.0-rc0~99^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/049d51a2bb9a03d2f2c2cce1ae41e57dbbf42244?ds=inline;hp=049d51a2bb9a03d2f2c2cce1ae41e57dbbf42244 commit-graph: read only from specific pack-indexes Teach git-commit-graph to inspect the objects only in a certain list of pack-indexes within the given pack directory. This allows updating the commit graph iteratively. Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano ---