summaryrefslogtreecommitdiff
path: root/archive.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-01attr: convert git_check_attrs() callers to use the new APIJunio C Hamano1-18/+6
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano1-3/+3
2016-11-22archive: read local configurationJunio C Hamano1-6/+2
2016-08-09i18n: archive: mark errors for translationVasco Almeida1-5/+5
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano1-1/+1
2016-02-22use st_add and st_mult for allocation size computationJeff King1-2/+2
2015-11-20Remove get_object_hash.brian m. carlson1-3/+3
2015-11-20Add several uses of get_object_hash.brian m. carlson1-3/+3
2015-10-05avoid sprintf and strcpy with flex arraysJeff King1-2/+3
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano1-1/+1
2015-06-29convert "enum date_mode" into a structJeff King1-1/+1
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty1-0/+1
2015-05-05Merge branch 'bc/object-id'Junio C Hamano1-11/+11
2015-03-13archive.c: convert to use struct object_idbrian m. carlson1-11/+11
2015-01-14standardize usage info string formatAlex Henrie1-2/+2
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy1-13/+21
2014-10-08Merge branch 'nd/archive-pathspec'Junio C Hamano1-3/+94
2014-09-22archive: support filtering paths with globNguyễn Thái Ngọc Duy1-3/+94
2014-08-07archive.c: replace `git_config()` with `git_config_get_bool()` familyTanay Abhra1-9/+3
2014-03-18Merge branch 'rm/strchrnul-not-strlen'Junio C Hamano1-2/+2
2014-03-10use strchrnul() in place of strchr() and strlen()Rohit Mani1-2/+2
2014-02-28add uploadarchive.allowUnreachable optionScott J. Goldman1-2/+11
2013-10-16archive.c: have SP around arithmetic operatorsJunio C Hamano1-1/+1
2013-07-15archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-8/+11
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy1-0/+1
2013-03-10archive: handle commits with an empty treeJeff King1-1/+1
2012-12-17Add directory pattern matching to attributesJean-Noël AVILA1-1/+2
2012-08-22Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy1-1/+1
2012-08-20i18n: archive: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-19/+19
2012-05-23Merge branch 'rs/archive-tree-in-tip-simplify'Junio C Hamano1-11/+4
2012-05-18archive: simplify refname handlingRené Scharfe1-11/+4
2012-05-03archive: delegate blob reading to backendNguyễn Thái Ngọc Duy1-17/+11
2012-01-12Merge branch 'jk/maint-upload-archive'Junio C Hamano1-6/+15
2012-01-11archive: re-allow HEAD:Documentation on a remote invocationCarlos Martín Nieto1-6/+15
2011-12-13Merge branch 'jk/maint-upload-archive'Junio C Hamano1-4/+14
2011-11-21Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archiveJunio C Hamano1-4/+14
2011-11-21archive: don't let remote clients get unreachable commitsJeff King1-5/+15
2011-09-27archive.c: use OPT_BOOL()Junio C Hamano1-2/+2
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty1-1/+1
2011-06-22upload-archive: allow user to turn off filtersJeff King1-5/+6
2011-06-22archive: refactor file extension format-guessingJeff King1-6/+19
2011-06-22archive: move file extension format-guessing lowerJeff King1-4/+21
2011-06-22archive: pass archiver struct to write_archive callbackJeff King1-1/+1
2011-06-22archive: refactor list of archive formatsJeff King1-15/+16
2011-06-15archive: reorder option parsing and config readingJeff King1-4/+14
2011-03-25Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy1-5/+11
2010-11-15archive: improve --verbose descriptionRené Scharfe1-1/+1
2010-11-15add description parameter to OPT__VERBOSERené Scharfe1-1/+1
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec1-2/+2
2010-07-27archive: abbreviate substituted commit ids againJonathan Nieder1-0/+1