aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-zip-tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-23Rename builtin-zip-tree.c to archive-zip.cRene Scharfe1-333/+0
2006-09-23Remove git-zip-treeRene Scharfe1-65/+0
2006-09-10Add --verbose to git-archiveJunio C Hamano1-0/+4
2006-09-10Use xstrdup instead of strdup in builtin-{tar,zip}-tree.cRene Scharfe1-1/+1
2006-09-09git-archive: make compression level of ZIP archives configurableRene Scharfe1-0/+13
2006-09-09git-archive: wire up ZIP format.Franck Bui-Huu1-0/+28
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-2/+2
2006-08-26Add git-zip-treeRene Scharfe1-0/+353