summaryrefslogtreecommitdiff
path: root/archive.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-13archive.c: avoid access to the_indexLibravatar Nguyễn Thái Ngọc Duy1-16/+29
2018-08-13attr: remove index from git_attr_set_direction()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-13convert.c: remove an implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-08-13attr: remove an implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyLibravatar Stefan Beller1-1/+1
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupLibravatar Junio C Hamano1-0/+1
2018-05-24Use OPT_SET_INT_F() for cmdline option specificationLibravatar Nguyễn Thái Ngọc Duy1-4/+2
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idLibravatar brian m. carlson1-1/+1
2018-03-14tree-walk: convert tree entry functions to object_idLibravatar brian m. carlson1-2/+2
2018-03-14archive: convert sha1_file_to_archive to struct object_idLibravatar brian m. carlson1-5/+5
2018-03-14archive: convert write_archive_entry_fn_t to object_idLibravatar brian m. carlson1-6/+6
2018-03-14tree: convert read_tree_recursive to struct object_idLibravatar brian m. carlson1-4/+4
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idLibravatar brian m. carlson1-1/+1
2017-09-25Merge branch 'rs/archive-excluded-directory'Libravatar Junio C Hamano1-17/+2
2017-09-14archive: don't add empty directories to archivesLibravatar René Scharfe1-17/+2
2017-09-06Merge branch 'rs/archive-excluded-directory'Libravatar Junio C Hamano1-8/+41
2017-08-19archive: don't queue excluded directoriesLibravatar René Scharfe1-7/+25
2017-08-19archive: factor out helper functions for handling attributesLibravatar René Scharfe1-8/+23
2017-07-17sha1_name: convert get_sha1* to get_oid*Libravatar brian m. carlson1-1/+1
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-05-08tree: convert parse_tree_indirect to struct object_idLibravatar brian m. carlson1-2/+2
2017-05-08Convert lookup_commit* to struct object_idLibravatar brian m. carlson1-1/+1
2017-02-01attr: convert git_check_attrs() callers to use the new APILibravatar Junio C Hamano1-18/+6
2017-02-01attr: rename function and struct related to checking attributesLibravatar Junio C Hamano1-3/+3
2016-11-22archive: read local configurationLibravatar Junio C Hamano1-6/+2
2016-08-09i18n: archive: mark errors for translationLibravatar Vasco Almeida1-5/+5
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Libravatar Junio C Hamano1-1/+1
2016-02-22use st_add and st_mult for allocation size computationLibravatar Jeff King1-2/+2
2015-11-20Remove get_object_hash.Libravatar brian m. carlson1-3/+3
2015-11-20Add several uses of get_object_hash.Libravatar brian m. carlson1-3/+3
2015-10-05avoid sprintf and strcpy with flex arraysLibravatar Jeff King1-2/+3
2015-08-03Merge branch 'jk/date-mode-format'Libravatar Junio C Hamano1-1/+1
2015-06-29convert "enum date_mode" into a structLibravatar Jeff King1-1/+1
2015-06-22refs: move the remaining ref module declarations to refs.hLibravatar Michael Haggerty1-0/+1
2015-05-05Merge branch 'bc/object-id'Libravatar Junio C Hamano1-11/+11
2015-03-13archive.c: convert to use struct object_idLibravatar brian m. carlson1-11/+11
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-2/+2
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseLibravatar Nguyễn Thái Ngọc Duy1-13/+21
2014-10-08Merge branch 'nd/archive-pathspec'Libravatar Junio C Hamano1-3/+94
2014-09-22archive: support filtering paths with globLibravatar Nguyễn Thái Ngọc Duy1-3/+94
2014-08-07archive.c: replace `git_config()` with `git_config_get_bool()` familyLibravatar Tanay Abhra1-9/+3
2014-03-18Merge branch 'rm/strchrnul-not-strlen'Libravatar Junio C Hamano1-2/+2
2014-03-10use strchrnul() in place of strchr() and strlen()Libravatar Rohit Mani1-2/+2
2014-02-28add uploadarchive.allowUnreachable optionLibravatar Scott J. Goldman1-2/+11
2013-10-16archive.c: have SP around arithmetic operatorsLibravatar Junio C Hamano1-1/+1
2013-07-15archive: convert to use parse_pathspecLibravatar Nguyễn Thái Ngọc Duy1-8/+11
2013-07-15move struct pathspec and related functions to pathspec.[ch]Libravatar Nguyễn Thái Ngọc Duy1-0/+1