summaryrefslogtreecommitdiff
path: root/archive.c
AgeCommit message (Expand)Author
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-03-14tree-walk: convert tree entry functions to object_idbrian m. carlson
2018-03-14archive: convert sha1_file_to_archive to struct object_idbrian m. carlson
2018-03-14archive: convert write_archive_entry_fn_t to object_idbrian m. carlson
2018-03-14tree: convert read_tree_recursive to struct object_idbrian m. carlson
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson
2017-09-25Merge branch 'rs/archive-excluded-directory'Junio C Hamano
2017-09-14archive: don't add empty directories to archivesRené Scharfe
2017-09-06Merge branch 'rs/archive-excluded-directory'Junio C Hamano
2017-08-19archive: don't queue excluded directoriesRené Scharfe
2017-08-19archive: factor out helper functions for handling attributesRené Scharfe
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-02-01attr: convert git_check_attrs() callers to use the new APIJunio C Hamano
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano
2016-11-22archive: read local configurationJunio C Hamano
2016-08-09i18n: archive: mark errors for translationVasco Almeida
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano
2016-02-22use st_add and st_mult for allocation size computationJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-10-05avoid sprintf and strcpy with flex arraysJeff King
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-06-29convert "enum date_mode" into a structJeff King
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-03-14archive.c: convert to use struct object_idbrian m. carlson
2015-01-14standardize usage info string formatAlex Henrie
2014-12-01tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy
2014-10-08Merge branch 'nd/archive-pathspec'Junio C Hamano
2014-09-22archive: support filtering paths with globNguyễn Thái Ngọc Duy
2014-08-07archive.c: replace `git_config()` with `git_config_get_bool()` familyTanay Abhra
2014-03-18Merge branch 'rm/strchrnul-not-strlen'Junio C Hamano
2014-03-10use strchrnul() in place of strchr() and strlen()Rohit Mani
2014-02-28add uploadarchive.allowUnreachable optionScott J. Goldman
2013-10-16archive.c: have SP around arithmetic operatorsJunio C Hamano
2013-07-15archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2013-03-11archive: handle commits with an empty treeJeff King
2012-12-18Add directory pattern matching to attributesJean-Noël AVILA
2012-08-22Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy
2012-08-20i18n: archive: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-05-23Merge branch 'rs/archive-tree-in-tip-simplify'Junio C Hamano
2012-05-18archive: simplify refname handlingRené Scharfe
2012-05-03archive: delegate blob reading to backendNguyễn Thái Ngọc Duy
2012-01-13Merge branch 'jk/maint-upload-archive'Junio C Hamano
2012-01-12archive: re-allow HEAD:Documentation on a remote invocationCarlos Martín Nieto