]> git.ipfire.org Git - thirdparty/git.git/commit
archive --add-virtual-file: allow paths containing colons
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 28 May 2022 23:11:13 +0000 (16:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 May 2022 06:07:31 +0000 (23:07 -0700)
commitde1f68a968e64b3e1e2979222238fec1f045bbf3
treef73cd5decd04211e3b4f855e43c6cc9d0929d45d
parent237a1d138c4322a7e934f129dee02e2ea6a214cd
archive --add-virtual-file: allow paths containing colons

By allowing the path to be enclosed in double-quotes, we can avoid
the limitation that paths cannot contain colons.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-archive.txt
archive.c
t/t5003-archive-zip.sh