summaryrefslogtreecommitdiffstats
path: root/archive.c
Commit message (Expand)AuthorAgeFilesLines
* Make git_check_attr() a void functionTorsten Bögershausen2018-09-121-1/+2
* archive.c: avoid access to the_indexNguyễn Thái Ngọc Duy2018-08-131-16/+29
* attr: remove index from git_attr_set_direction()Nguyễn Thái Ngọc Duy2018-08-131-1/+1
* dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
* attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
* commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-1/+1
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-241-4/+2
|/
* sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
* tree-walk: convert tree entry functions to object_idbrian m. carlson2018-03-141-2/+2
* archive: convert sha1_file_to_archive to struct object_idbrian m. carlson2018-03-141-5/+5
* archive: convert write_archive_entry_fn_t to object_idbrian m. carlson2018-03-141-6/+6
* tree: convert read_tree_recursive to struct object_idbrian m. carlson2018-03-141-4/+4
* 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 archivesRené 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 configurationJunio C Hamano2016-11-221-6/+2
* i18n: archive: mark errors for translationVasco Almeida2016-08-091-5/+5
* pathspec: rename free_pathspec() to clear_pathspec()Junio 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 globNguyễ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()Rohit Mani2014-03-101-2/+2
| |/
* / add uploadarchive.allowUnreachable optionScott 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