]> git.ipfire.org Git - thirdparty/git.git/commit - commit-graph.h
commit-graph: implement write_commit_graph()
authorDerrick Stolee <dstolee@microsoft.com>
Mon, 2 Apr 2018 20:34:19 +0000 (16:34 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Apr 2018 21:27:38 +0000 (14:27 -0700)
commit08fd81c9b6495a395a527985d18aa51c4ae66cdc
treefe90797b9eefe0b8cd39817d08ae0f327793f01d
parent4ce58ee38de3ab0955b94946bfc339f387227223
commit-graph: implement write_commit_graph()

Teach Git to write a commit graph file by checking all packed objects
to see if they are commits, then store the file in the given object
directory.

Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
commit-graph.c [new file with mode: 0644]
commit-graph.h [new file with mode: 0644]