summaryrefslogtreecommitdiffstats
path: root/archive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* string-list.h users: change to use *_{nodup,dup}()Ævar Arnfjörð Bjarmason2021-07-011-1/+1
* hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+3
* Always use oidread to read into struct object_idbrian m. carlson2021-04-271-1/+1
* Merge branch 'ab/read-tree'Junio C Hamano2021-03-301-16/+14
|\
| * tree.h API: simplify read_tree_recursive() signatureÆvar Arnfjörð Bjarmason2021-03-201-9/+9
| * archive: stop passing "stage" through read_tree_recursive()Ævar Arnfjörð Bjarmason2021-03-201-9/+7
* | archive: expand only a single %(describe) per archiveRené Scharfe2021-03-111-6/+10
|/
* Merge branch 'rs/archive-plug-leak-refname'Junio C Hamano2020-11-251-0/+1
|\
| * archive: release refname after useRené Scharfe2020-11-161-0/+1
* | archive: support compression levels beyond 9René Scharfe2020-11-091-15/+11
|/
* archive: add --add-fileRené Scharfe2020-09-191-1/+85
* archive: read short blobs in archive.c::write_archive_entry()René Scharfe2020-09-191-7/+24
* wt-status: tolerate dangling marksJonathan Tan2020-09-021-2/+2
* convert: provide additional metadata to filtersbrian m. carlson2020-03-161-3/+10
* convert: permit passing additional metadata to filter processesbrian m. carlson2020-03-161-1/+1
* tree-walk.c: remove the_repo from get_tree_entry()Nguyễn Thái Ngọc Duy2019-06-271-1/+3
* Merge branch 'en/merge-directory-renames'Junio C Hamano2019-05-091-1/+1
|\
| * Use 'unsigned short' for mode, like diff_filespec doesElijah Newren2019-04-081-1/+1
* | archive: convert struct archiver_args to object_idbrian m. carlson2019-04-011-4/+4
|/
* Merge branch 'nd/indentation-fix'Junio C Hamano2019-01-141-2/+2
|\
| * Indent code with TABsNguyễn Thái Ngọc Duy2018-12-091-2/+2
* | Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano2019-01-141-2/+4
|\ \
| * | tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy2018-11-191-2/+4
| |/
* | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-4/+4
|\ \ | |/ |/|
| * archive.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-11-121-4/+4
* | archive: initialize archivers earlierJosh Steadmon2018-10-261-3/+6
|/
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\
| * archive.c: remove implicit dependency the_repositoryNguyễn Thái Ngọc Duy2018-09-171-1/+1
* | 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
|/