]> git.ipfire.org Git - thirdparty/git.git/commit
http-fetch: allow custom index-pack args
authorJonathan Tan <jonathantanmy@google.com>
Mon, 22 Feb 2021 19:20:07 +0000 (11:20 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Feb 2021 20:07:40 +0000 (12:07 -0800)
commit27e35ba6c6b532ad6fc88b554d437b6892b4e915
treef193e02cb315dc7b30acd5358654a11832d98e9d
parent726b25a91ba0e8f26f83c8d39ad16351b7bdb510
http-fetch: allow custom index-pack args

This is the next step in teaching fetch-pack to pass its index-pack
arguments when processing packfiles referenced by URIs.

The "--keep" in fetch-pack.c will be replaced with a full message in a
subsequent commit.

Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-http-fetch.txt
fetch-pack.c
http-fetch.c
t/t5550-http-fetch-dumb.sh