]> git.ipfire.org Git - thirdparty/git.git/commit
commit-graph: use chunk-format write API
authorDerrick Stolee <dstolee@microsoft.com>
Thu, 18 Feb 2021 14:07:25 +0000 (14:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Feb 2021 21:38:16 +0000 (13:38 -0800)
commit47410aa8370fdfc67d379fc808ac2316aef1d2c5
tree382075363b196ab024ae7afed31f3e85159c5db4
parent570df42610a971b80046846d7f262007bec23dd6
commit-graph: use chunk-format write API

The commit-graph write logic is ready to make use of the chunk-format
write API. Each chunk write method is already in the correct prototype.
We only need to use the 'struct chunkfile' pointer and the correct API
calls.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-graph.c