]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5318-commit-graph.sh
commit-graph: read only from specific pack-indexes
authorDerrick Stolee <dstolee@microsoft.com>
Tue, 10 Apr 2018 12:56:06 +0000 (08:56 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Apr 2018 01:43:02 +0000 (10:43 +0900)
commit049d51a2bb9a03d2f2c2cce1ae41e57dbbf42244
treed0bfac6465a31845070c4c55d6916dd6997e94c8
parent177722b344256b84f1c97b7363d3f19c04928039
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 <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit-graph.txt
builtin/commit-graph.c
commit-graph.c
commit-graph.h
packfile.c
packfile.h
t/t5318-commit-graph.sh