summaryrefslogtreecommitdiff
path: root/builtin-zip-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Rename builtin-zip-tree.c to archive-zip.cRene Scharfe2006-09-231-333/+0
* Remove git-zip-treeRene Scharfe2006-09-231-65/+0
* Add --verbose to git-archiveJunio C Hamano2006-09-101-0/+4
* Use xstrdup instead of strdup in builtin-{tar,zip}-tree.cRene Scharfe2006-09-101-1/+1
* git-archive: make compression level of ZIP archives configurableRene Scharfe2006-09-091-0/+13
* git-archive: wire up ZIP format.Franck Bui-Huu2006-09-091-0/+28
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-2/+2
* Add git-zip-treeRene Scharfe2006-08-261-0/+353