]> git.ipfire.org Git - thirdparty/git.git/commit - midx.c
multi-pack-index: add 'write' verb
authorDerrick Stolee <stolee@gmail.com>
Thu, 12 Jul 2018 19:39:21 +0000 (15:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jul 2018 18:27:28 +0000 (11:27 -0700)
commita3407730261b11b45dda131464b73ec29922392a
tree8a90e90443a4e3d6b69c8afbeae2dcc436eb18eb
parent6a257f03ba9b86c744064d08df98db1847cf1722
multi-pack-index: add 'write' verb

In anticipation of writing multi-pack-indexes, add a skeleton
'git multi-pack-index write' subcommand and send the options to a
write_midx_file() method. Also create a skeleton test script that
tests the 'write' subcommand.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-multi-pack-index.txt
Makefile
builtin/multi-pack-index.c
midx.c [new file with mode: 0644]
midx.h [new file with mode: 0644]
t/t5319-multi-pack-index.sh [new file with mode: 0755]