| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'dl/no-extern-in-func-decl' | Junio C Hamano | 2019-05-13 | 1 | -12/+12 |
|\ |
|
| * | *.[ch]: manually align parameter lists | Denton Liu | 2019-05-05 | 1 | -5/+5 |
| * | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 2019-05-05 | 1 | -7/+7 |
* | | archive: convert struct archiver_args to object_id | brian m. carlson | 2019-04-01 | 1 | -1/+1 |
|/ |
|
* | archive: initialize archivers earlier | Josh Steadmon | 2018-10-26 | 1 | -0/+1 |
* | Merge branch 'en/incl-forward-decl' | Junio C Hamano | 2018-08-20 | 1 | -0/+1 |
|\ |
|
| * | Add missing includes and forward declarations | Elijah Newren | 2018-08-15 | 1 | -0/+1 |
* | | archive.c: avoid access to the_index | Nguyễn Thái Ngọc Duy | 2018-08-13 | 1 | -3/+13 |
|/ |
|
* | archive: convert sha1_file_to_archive to struct object_id | brian m. carlson | 2018-03-14 | 1 | -4/+4 |
* | archive: convert write_archive_entry_fn_t to object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
* | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -1/+1 |
* | archive: read local configurationjc/setup-cleanup-fix | Junio C Hamano | 2016-11-22 | 1 | -1/+1 |
* | archive: convert to use parse_pathspec | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+3 |
* | archive: delegate blob reading to backend | Nguyễn Thái Ngọc Duy | 2012-05-03 | 1 | -1/+9 |
* | upload-archive: allow user to turn off filters | Jeff King | 2011-06-22 | 1 | -1/+2 |
* | archive: move file extension format-guessing lower | Jeff King | 2011-06-22 | 1 | -1/+3 |
* | 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 | -7/+10 |
* | archive: do not read .gitattributes in working directory | Nguyễn Thái Ngọc Duy | 2009-04-17 | 1 | -0/+1 |
* | archive: declare struct archiver where it's needed | Rene Scharfe | 2008-07-25 | 1 | -6/+0 |
* | archive: define MAX_ARGS where it's needed | Rene Scharfe | 2008-07-25 | 1 | -3/+0 |
* | archive: move parameter parsing code to archive.c | Rene Scharfe | 2008-07-25 | 1 | -8/+0 |
* | archive: add write_archive() | Rene Scharfe | 2008-07-25 | 1 | -0/+1 |
* | archive: make zip compression level independent from core git | René Scharfe | 2008-07-19 | 1 | -0/+1 |
* | archive: remove extra arguments parsing code | René Scharfe | 2008-07-15 | 1 | -5/+1 |
* | archive: unify file attribute handling | René Scharfe | 2008-07-15 | 1 | -3/+0 |
* | archive: centralize archive entry writing | René Scharfe | 2008-07-15 | 1 | -0/+4 |
* | archive: add baselen member to struct archiver_args | René Scharfe | 2008-07-15 | 1 | -0/+1 |
* | archive: remove args member from struct archiver | René Scharfe | 2008-07-15 | 1 | -4/+1 |
* | Teach new attribute 'export-ignore' to git-archive | René Scharfe | 2008-06-09 | 1 | -0/+1 |
* | archive: specfile support (--pretty=format: in archive files) | René Scharfe | 2007-09-03 | 1 | -0/+3 |
* | Remove unsupported C99 style struct initializers in git-archive.v1.4.3.4 | Shawn O. Pearce | 2006-11-04 | 1 | -2/+0 |
* | Add --verbose to git-archive | Junio C Hamano | 2006-09-10 | 1 | -0/+1 |
* | archive: allow remote to have more formats than we understand. | Junio C Hamano | 2006-09-09 | 1 | -1/+0 |
* | git-archive: make compression level of ZIP archives configurable | Rene Scharfe | 2006-09-09 | 1 | -0/+1 |
* | git-archive: wire up ZIP format. | Franck Bui-Huu | 2006-09-09 | 1 | -0/+1 |
* | git-archive: wire up TAR format. | Franck Bui-Huu | 2006-09-09 | 1 | -0/+4 |
* | Add git-archive | Franck Bui-Huu | 2006-09-09 | 1 | -0/+41 |