Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
upload-archive: allow user to turn off filters
[gitweb.git]
/
archive-zip.c
diff --git
a/archive-zip.c
b/archive-zip.c
index 42df66080acad9a6705227a075058246e12078b2..3c102a1648304552ff24f8a7fad92b2fc35bba01 100644
(file)
--- a/
archive-zip.c
+++ b/
archive-zip.c
@@
-283,7
+283,7
@@
static int write_zip_archive(const struct archiver *ar,
static struct archiver zip_archiver = {
"zip",
write_zip_archive,
- ARCHIVER_WANT_COMPRESSION_LEVELS
+ ARCHIVER_WANT_COMPRESSION_LEVELS
|ARCHIVER_REMOTE
};
void init_zip_archiver(void)