| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sb/archive-zip-double-assignment-fix' | Junio C Hamano | 2013-06-06 | 1 | -1/+0 |
|\ |
|
| * | archive-zip:write_zip_entry: Remove second reset of size variable to zero. | Stefan Beller | 2013-05-29 | 1 | -1/+0 |
* | | archive-zip: use deflateInit2() to ask for raw compressed data | René Scharfe | 2013-03-16 | 1 | -22/+14 |
|/ |
|
* | archive-zip: fix compressed size for stored export-subst files | René Scharfe | 2013-02-27 | 1 | -1/+1 |
* | Merge branch 'rs/zip-with-uncompressed-size-in-the-header' | Junio C Hamano | 2013-01-11 | 1 | -5/+2 |
|\ |
|
| * | archive-zip: write uncompressed size into header even with streaming | René Scharfe | 2013-01-06 | 1 | -5/+2 |
* | | archive-zip: write extended timestamp | René Scharfe | 2012-09-24 | 1 | -3/+24 |
* | | archive-zip: support UTF-8 paths | René Scharfe | 2012-09-18 | 1 | -1/+21 |
* | | Revert "archive-zip: support UTF-8 paths" | Junio C Hamano | 2012-09-18 | 1 | -21/+6 |
* | | archive-zip: support UTF-8 paths | René Scharfe | 2012-09-04 | 1 | -6/+21 |
|/ |
|
* | archive-zip: streaming for deflated files | René Scharfe | 2012-05-03 | 1 | -1/+63 |
* | archive-zip: streaming for stored files | René Scharfe | 2012-05-03 | 1 | -12/+78 |
* | archive-zip: factor out helpers for writing sizes and CRC | René Scharfe | 2012-05-03 | 1 | -11/+28 |
* | archive-zip: remove uncompressed_size | René Scharfe | 2012-05-03 | 1 | -5/+3 |
* | archive: delegate blob reading to backend | Nguyễn Thái Ngọc Duy | 2012-05-03 | 1 | -2/+13 |
* | Merge branch 'jk/archive-tar-filter' | Junio C Hamano | 2011-07-19 | 1 | -1/+13 |
|\ |
|
| * | upload-archive: allow user to turn off filters | Jeff King | 2011-06-22 | 1 | -1/+1 |
| * | archive: pass archiver struct to write_archive callback | Jeff King | 2011-06-22 | 1 | -1/+2 |
| * | archive: refactor list of archive formats | Jeff King | 2011-06-22 | 1 | -1/+12 |
* | | zlib: zlib can only process 4GB at a time | Junio C Hamano | 2011-06-10 | 1 | -1/+1 |
* | | zlib: wrap deflateBound() too | Junio C Hamano | 2011-06-10 | 1 | -1/+1 |
* | | zlib: wrap deflate side of the API | Junio C Hamano | 2011-06-10 | 1 | -3/+3 |
|/ |
|
* | archive: remove unused headers | René Scharfe | 2008-07-19 | 1 | -5/+0 |
* | archive: make zip compression level independent from core git | René Scharfe | 2008-07-19 | 1 | -4/+5 |
* | archive: remove extra arguments parsing code | René Scharfe | 2008-07-15 | 1 | -13/+0 |
* | archive: centralize archive entry writing | René Scharfe | 2008-07-15 | 1 | -75/+15 |
* | archive: add baselen member to struct archiver_args | René Scharfe | 2008-07-15 | 1 | -5/+3 |
* | add context pointer to read_tree_recursive() | René Scharfe | 2008-07-15 | 1 | -5/+6 |
* | Teach new attribute 'export-ignore' to git-archive | René Scharfe | 2008-06-09 | 1 | -0/+2 |
* | git-archive: ignore prefix when checking file attribute | René Scharfe | 2008-04-10 | 1 | -2/+4 |
* | preserve executable bits in zip archives | Dmitry Potapov | 2007-09-18 | 1 | -2/+4 |
* | archive: specfile support (--pretty=format: in archive files) | René Scharfe | 2007-09-03 | 1 | -1/+4 |
* | rename dirlink to gitlink. | Martin Waitz | 2007-05-21 | 1 | -1/+1 |
* | git-archive: convert archive entries like checkouts do | René Scharfe | 2007-05-18 | 1 | -1/+1 |
* | git-archive: don't die when repository uses subprojects | Lars Hjemli | 2007-05-12 | 1 | -2/+2 |
* | convert object type handling from a string to a number | Nicolas Pitre | 2007-02-27 | 1 | -2/+2 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -1/+0 |
* | archive-zip: don't use sizeof(struct ...) | René Scharfe | 2006-11-23 | 1 | -6/+18 |
* | sparse fix: Using plain integer as NULL pointer | Rene Scharfe | 2006-11-18 | 1 | -1/+1 |
* | git-archive --format=zip: add symlink support | Rene Scharfe | 2006-10-07 | 1 | -4/+9 |
* | git-archive --format=zip: use default version ID | Rene Scharfe | 2006-10-07 | 1 | -2/+2 |
* | Rename builtin-zip-tree.c to archive-zip.c | Rene Scharfe | 2006-09-23 | 1 | -0/+333 |