Age | Commit message (Expand) | Author | Files | Lines |
2012-05-03 | archive: delegate blob reading to backend | Nguyễn Thái Ngọc Duy | 1 | -1/+9 |
2011-06-22 | upload-archive: allow user to turn off filters | Jeff King | 1 | -1/+2 |
2011-06-22 | archive: move file extension format-guessing lower | Jeff King | 1 | -1/+3 |
2011-06-22 | archive: pass archiver struct to write_archive callback | Jeff King | 1 | -1/+2 |
2011-06-22 | archive: refactor list of archive formats | Jeff King | 1 | -7/+10 |
2009-04-17 | archive: do not read .gitattributes in working directory | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2008-07-25 | archive: declare struct archiver where it's needed | Rene Scharfe | 1 | -6/+0 |
2008-07-25 | archive: define MAX_ARGS where it's needed | Rene Scharfe | 1 | -3/+0 |
2008-07-25 | archive: move parameter parsing code to archive.c | Rene Scharfe | 1 | -8/+0 |
2008-07-25 | archive: add write_archive() | Rene Scharfe | 1 | -0/+1 |
2008-07-19 | archive: make zip compression level independent from core git | René Scharfe | 1 | -0/+1 |
2008-07-15 | archive: remove extra arguments parsing code | René Scharfe | 1 | -5/+1 |
2008-07-15 | archive: unify file attribute handling | René Scharfe | 1 | -3/+0 |
2008-07-15 | archive: centralize archive entry writing | René Scharfe | 1 | -0/+4 |
2008-07-15 | archive: add baselen member to struct archiver_args | René Scharfe | 1 | -0/+1 |
2008-07-15 | archive: remove args member from struct archiver | René Scharfe | 1 | -4/+1 |
2008-06-09 | Teach new attribute 'export-ignore' to git-archive | René Scharfe | 1 | -0/+1 |
2007-09-03 | archive: specfile support (--pretty=format: in archive files) | René Scharfe | 1 | -0/+3 |
2006-11-04 | Remove unsupported C99 style struct initializers in git-archive. | Shawn O. Pearce | 1 | -2/+0 |
2006-09-10 | Add --verbose to git-archive | Junio C Hamano | 1 | -0/+1 |
2006-09-09 | archive: allow remote to have more formats than we understand. | Junio C Hamano | 1 | -1/+0 |
2006-09-09 | git-archive: make compression level of ZIP archives configurable | Rene Scharfe | 1 | -0/+1 |
2006-09-09 | git-archive: wire up ZIP format. | Franck Bui-Huu | 1 | -0/+1 |
2006-09-09 | git-archive: wire up TAR format. | Franck Bui-Huu | 1 | -0/+4 |
2006-09-09 | Add git-archive | Franck Bui-Huu | 1 | -0/+41 |