]> git.ipfire.org Git - thirdparty/git.git/commit
http-fetch: correct --index-pack-arg documentation
authorTed Nyman <tnyman@openai.com>
Mon, 27 Jul 2026 00:28:38 +0000 (17:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jul 2026 19:57:20 +0000 (12:57 -0700)
commitc71ed75a8b1d59793e033407cf38b03ddc1d0179
tree64da8cbee82ab1d7c8f9a60c396a4c5e68a6cc31
parent55526a18268bbc1ddaf8a6b7850c33d984eac9e9
http-fetch: correct --index-pack-arg documentation

The --packfile mode accepts one --index-pack-arg=<arg> option per
argument passed to index-pack, but its documentation and option
dependency errors still refer to the plural --index-pack-args form.

Correct the spelling and describe the repeatable per-argument form.

Signed-off-by: Ted Nyman <tnyman@openai.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-http-fetch.adoc
http-fetch.c