aboutsummaryrefslogtreecommitdiff
path: root/archive.c
Commit message (Expand)AuthorAge
* refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-16
* Merge branch 'rs/archive-excluded-directory'Junio C Hamano2017-09-25
|\
| * archive: don't add empty directories to archivesRené Scharfe2017-09-14
* | Merge branch 'rs/archive-excluded-directory'Junio C Hamano2017-09-06
|\ \ | |/
| * archive: don't queue excluded directoriesRené Scharfe2017-08-19
| * archive: factor out helper functions for handling attributesRené Scharfe2017-08-19
* | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-17
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-08
* | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
|/
* attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-01
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-01
* archive: read local configurationJunio C Hamano2016-11-22
* i18n: archive: mark errors for translationVasco Almeida2016-08-09
* pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano2016-06-02
* use st_add and st_mult for allocation size computationJeff King2016-02-22
* Remove get_object_hash.brian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* avoid sprintf and strcpy with flex arraysJeff King2015-10-05
* Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-03
|\
| * convert "enum date_mode" into a structJeff King2015-06-29
* | refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-22
|/
* Merge branch 'bc/object-id'Junio C Hamano2015-05-05
|\
| * archive.c: convert to use struct object_idbrian m. carlson2015-03-13
* | standardize usage info string formatAlex Henrie2015-01-14
|/
* tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy2014-12-01
* Merge branch 'nd/archive-pathspec'Junio C Hamano2014-10-08
|\
| * archive: support filtering paths with globNguyễn Thái Ngọc Duy2014-09-22
* | archive.c: replace `git_config()` with `git_config_get_bool()` familyTanay Abhra2014-08-07
* | Merge branch 'rm/strchrnul-not-strlen'Junio C Hamano2014-03-18
|\ \
| * | use strchrnul() in place of strchr() and strlen()Rohit Mani2014-03-10
| |/
* | add uploadarchive.allowUnreachable optionScott J. Goldman2014-02-28
|/
* archive.c: have SP around arithmetic operatorsJunio C Hamano2013-10-16
* archive: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-15
* move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15
* archive: handle commits with an empty treeJeff King2013-03-10
* Add directory pattern matching to attributesJean-Noël AVILA2012-12-17
* Reduce translations by using same terminologiesNguyễn Thái Ngọc Duy2012-08-22
* i18n: archive: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
* Merge branch 'rs/archive-tree-in-tip-simplify'Junio C Hamano2012-05-23
|\
| * archive: simplify refname handlingRené Scharfe2012-05-18
* | archive: delegate blob reading to backendNguyễn Thái Ngọc Duy2012-05-03
|/
* Merge branch 'jk/maint-upload-archive'Junio C Hamano2012-01-12
|\
| * archive: re-allow HEAD:Documentation on a remote invocationCarlos Martín Nieto2012-01-11
* | Merge branch 'jk/maint-upload-archive'Junio C Hamano2011-12-13
|\ \ | |/
| * Merge branch 'jk/maint-1.6.2-upload-archive' into jk/maint-upload-archiveJunio C Hamano2011-11-21
| |\
| | * archive: don't let remote clients get unreachable commitsJeff King2011-11-21
* | | archive.c: use OPT_BOOL()Junio C Hamano2011-09-27
|/ /
* | Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-04