summaryrefslogtreecommitdiff
path: root/archive-zip.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-10zlib: wrap deflate side of the APILibravatar Junio C Hamano1-3/+3
2008-07-19archive: remove unused headersLibravatar René Scharfe1-5/+0
2008-07-19archive: make zip compression level independent from core gitLibravatar René Scharfe1-4/+5
2008-07-15archive: remove extra arguments parsing codeLibravatar René Scharfe1-13/+0
2008-07-15archive: centralize archive entry writingLibravatar René Scharfe1-75/+15
2008-07-15archive: add baselen member to struct archiver_argsLibravatar René Scharfe1-5/+3
2008-07-15add context pointer to read_tree_recursive()Libravatar René Scharfe1-5/+6
2008-06-09Teach new attribute 'export-ignore' to git-archiveLibravatar René Scharfe1-0/+2
2008-04-10git-archive: ignore prefix when checking file attributeLibravatar René Scharfe1-2/+4
2007-09-18preserve executable bits in zip archivesLibravatar Dmitry Potapov1-2/+4
2007-09-03archive: specfile support (--pretty=format: in archive files)Libravatar René Scharfe1-1/+4
2007-05-21rename dirlink to gitlink.Libravatar Martin Waitz1-1/+1
2007-05-18git-archive: convert archive entries like checkouts doLibravatar René Scharfe1-1/+1
2007-05-12git-archive: don't die when repository uses subprojectsLibravatar Lars Hjemli1-2/+2
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-2/+2
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-1/+0
2006-11-23archive-zip: don't use sizeof(struct ...)Libravatar René Scharfe1-6/+18
2006-11-18sparse fix: Using plain integer as NULL pointerLibravatar Rene Scharfe1-1/+1
2006-10-07git-archive --format=zip: add symlink supportLibravatar Rene Scharfe1-4/+9
2006-10-07git-archive --format=zip: use default version IDLibravatar Rene Scharfe1-2/+2
2006-09-23Rename builtin-zip-tree.c to archive-zip.cLibravatar Rene Scharfe1-0/+333