]> git.ipfire.org Git - thirdparty/git.git/commit
archive: add --add-file
authorRené Scharfe <l.s.r@web.de>
Sat, 19 Sep 2020 21:23:42 +0000 (23:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 19 Sep 2020 22:56:06 +0000 (15:56 -0700)
commit2947a7930d2864cfbc3f9815959cd6539e2ea9ad
treef7c0ead6a43ad6eb6b9e167020eb561370043935
parent200589abcb4d7f107ed9da85e43b9a7268016c23
archive: add --add-file

Allow users to append non-tracked files.  This simplifies the generation
of source packages with a few extra files, e.g. containing version
information.  They get the same access times and user information as
tracked files.

Signed-off-by: René Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-archive.txt
archive.c
archive.h
t/t5000-tar-tree.sh
t/t5003-archive-zip.sh