]> git.ipfire.org Git - thirdparty/git.git/commit - archive.c
archive: "--list" does not take further options
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 Dec 2023 18:13:58 +0000 (10:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Dec 2023 18:33:09 +0000 (10:33 -0800)
commitd6b6cd139359097f565023f9481c9943989e4463
tree0aca802897fa6d106fcab1caeff76a6437bd0bdf
parent564d0252ca632e0264ed670534a51d18a689ef5d
archive: "--list" does not take further options

"git archive --list blah" should notice an extra command line
parameter that goes unused.  Make it so.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
archive.c
t/t5000-tar-tree.sh