Age | Commit message (Expand) | Author | Files | Lines |
2021-03-11 | archive: expand only a single %(describe) per archive | René Scharfe | 1 | -0/+2 |
2020-11-25 | Merge branch 'rs/archive-plug-leak-refname' | Junio C Hamano | 1 | -1/+1 |
2020-11-16 | archive: release refname after use | René Scharfe | 1 | -1/+1 |
2020-11-09 | archive: support compression levels beyond 9 | René Scharfe | 1 | -0/+1 |
2020-09-19 | archive: add --add-file | René Scharfe | 1 | -0/+2 |
2020-09-19 | archive: read short blobs in archive.c::write_archive_entry() | René Scharfe | 1 | -5/+2 |
2020-03-16 | convert: provide additional metadata to filters | brian m. carlson | 1 | -0/+1 |
2019-05-13 | Merge branch 'dl/no-extern-in-func-decl' | Junio C Hamano | 1 | -12/+12 |
2019-05-05 | *.[ch]: manually align parameter lists | Denton Liu | 1 | -5/+5 |
2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -7/+7 |
2019-04-01 | archive: convert struct archiver_args to object_id | brian m. carlson | 1 | -1/+1 |
2018-10-26 | archive: initialize archivers earlier | Josh Steadmon | 1 | -0/+1 |
2018-08-20 | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 1 | -0/+1 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+1 |
2018-08-13 | archive.c: avoid access to the_index | Nguyễn Thái Ngọc Duy | 1 | -3/+13 |
2018-03-14 | archive: convert sha1_file_to_archive to struct object_id | brian m. carlson | 1 | -4/+4 |
2018-03-14 | archive: convert write_archive_entry_fn_t to object_id | brian m. carlson | 1 | -1/+1 |
2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -1/+1 |
2016-11-22 | archive: read local configuration | Junio C Hamano | 1 | -1/+1 |
2013-07-15 | archive: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
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 |