summaryrefslogtreecommitdiff
path: root/archive.c
Commit message (Expand)AuthorAgeFilesLines
* refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-161-1/+1
* Merge branch 'rs/archive-excluded-directory'Junio C Hamano2017-09-251-17/+2
|\
| * archive: don't add empty directories to archivesrs/archive-excluded-directoryRené Scharfe2017-09-141-17/+2
* | Merge branch 'rs/archive-excluded-directory'Junio C Hamano2017-09-061-8/+41
|\ \ | |/
| * archive: don't queue excluded directoriesRené Scharfe2017-08-191-7/+25
| * archive: factor out helper functions for handling attributesRené Scharfe2017-08-191-8/+23
* | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-171-1/+1
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-2/+2
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
|/
* attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-011-18/+6
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-011-3/+3
* archive: read local configurationjc/setup-cleanup-fixJunio C Hamano2016-11-221-6/+2
* i18n: archive: mark errors for translationVasco Almeida2016-08-091-5/+5
* pathspec: rename free_pathspec() to clear_pathspec()jc/clear-pathspecJunio C Hamano2016-06-021-1/+1
* use st_add and st_mult for allocation size computationJeff King2016-02-221-2/+2
* Remove get_object_hash.brian m. carlson2015-11-201-3/+3
* Add several uses of get_object_hash.brian m. carlson2015-11-201-3/+3
* avoid sprintf and strcpy with flex arraysJeff King2015-10-051-2/+3
* Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-031-1/+1
|\
| * convert "enum date_mode" into a structJeff King2015-06-291-1/+1
* | refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-221-0/+1
|/
* Merge branch 'bc/object-id'Junio C Hamano2015-05-051-11/+11
|\
| * archive.c: convert to use struct object_idbrian m. carlson2015-03-131-11/+11
* | standardize usage info string formatAlex Henrie2015-01-141-2/+2
|/
* tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy2014-12-011-13/+21
* Merge branch 'nd/archive-pathspec'Junio C Hamano2014-10-081-3/+94
|\
| * archive: support filtering paths with globnd/archive-pathspecNguyễn Thái Ngọc Duy2014-09-221-3/+94
* | archive.c: replace `git_config()` with `git_config_get_bool()` familyTanay Abhra2014-08-071-9/+3
* | Merge branch 'rm/strchrnul-not-strlen'Junio C Hamano2014-03-181-2/+2
|\ \
| * | use strchrnul() in place of strchr() and strlen()rm/strchrnul-not-strlenRohit Mani2014-03-101-2/+2
| |/
* | add uploadarchive.allowUnreachable optionsg/archive-restrict-remoteScott J. Goldman2014-02-281-2/+11
|/
* archive.c: have SP around arithmetic operatorsJunio C Hamano2013-10-161-1/+1
* archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-8/+11
* move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-151-0/+1
* archive: handle commits with an empty treeJeff King2013-03-101-1/+1
* Add directory pattern matching to attributesJean-Noël AVILA2012-12-171-1/+2
* Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy2012-08-221-1/+1
* i18n: archive: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-19/+19
* Merge branch 'rs/archive-tree-in-tip-simplify'Junio C Hamano2012-05-231-12/+5
|\
| * archive: simplify refname handlingRené Scharfe2012-05-181-12/+5
* | archive: delegate blob reading to backendNguyễn Thái Ngọc Duy2012-05-031-17/+11
|/
* Merge branch 'jk/maint-upload-archive'Junio C Hamano2012-01-121-6/+15
|\
| * archive: re-allow HEAD:Documentation on a remote invocationjk/maint-upload-archiveCarlos Martín Nieto2012-01-111-6/+15
* | Merge branch 'jk/maint-upload-archive'Junio C Hamano2011-12-131-4/+14
|\ \ | |/
| * Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archiveJunio C Hamano2011-11-211-4/+14
| |\
| | * archive: don't let remote clients get unreachable commitsjk/maint-1.6.2-upload-archiveJeff King2011-11-211-5/+15
* | | archive.c: use OPT_BOOL()Junio C Hamano2011-09-271-2/+2
|/ /
* | Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-041-1/+1