aboutsummaryrefslogtreecommitdiff
path: root/archive-zip.c
Commit message (Expand)AuthorAge
* archive: remove unused headersRené Scharfe2008-07-19
* archive: make zip compression level independent from core gitRené Scharfe2008-07-19
* archive: remove extra arguments parsing codeRené Scharfe2008-07-15
* archive: centralize archive entry writingRené Scharfe2008-07-15
* archive: add baselen member to struct archiver_argsRené Scharfe2008-07-15
* add context pointer to read_tree_recursive()René Scharfe2008-07-15
* Teach new attribute 'export-ignore' to git-archiveRené Scharfe2008-06-09
* git-archive: ignore prefix when checking file attributeRené Scharfe2008-04-10
* preserve executable bits in zip archivesDmitry Potapov2007-09-18
* archive: specfile support (--pretty=format: in archive files)René Scharfe2007-09-03
* rename dirlink to gitlink.Martin Waitz2007-05-21
* git-archive: convert archive entries like checkouts doRené Scharfe2007-05-18
* git-archive: don't die when repository uses subprojectsLars Hjemli2007-05-12
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* archive-zip: don't use sizeof(struct ...)René Scharfe2006-11-23
* sparse fix: Using plain integer as NULL pointerRene Scharfe2006-11-18
* git-archive --format=zip: add symlink supportRene Scharfe2006-10-07
* git-archive --format=zip: use default version IDRene Scharfe2006-10-07
* Rename builtin-zip-tree.c to archive-zip.cRene Scharfe2006-09-23