summaryrefslogtreecommitdiff
path: root/archive.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/attr-source-tree'Junio C Hamano2023-05-171-1/+1
|\
| * attr: teach "--attr-source=<tree>" global option to "git"John Cai2023-05-061-1/+1
* | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+2
|\ \ | |/ |/|
| * commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+2
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+1
|\ \ | |/
| * treewide: be explicit about dependence on convert.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-5/+7
| |\
* | \ Merge branch 'rs/archive-from-subdirectory-fixes'Junio C Hamano2023-04-211-21/+54
|\ \ \
| * | | archive: improve support for running in subdirectoryRené Scharfe2023-03-241-21/+54
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
|\ \ \ \ | | |/ / | |/| |
| * | | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-5/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| * | cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| |/
* | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-1/+3
|\ \ | |/ |/|
| * cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
| * alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
* | Merge branch 'rs/archive-mtime'Junio C Hamano2023-02-271-0/+7
|\ \ | |/ |/|
| * archive: add --mtimeRené Scharfe2023-02-181-0/+7
* | various: add missing clear_pathspec(), fix leaksÆvar Arnfjörð Bjarmason2023-02-061-0/+1
|/
* attr: add flag `--source` to work with tree-ishKarthik Nayak2023-01-141-1/+1
* Merge branch 'jk/unused-anno-more'Junio C Hamano2022-10-271-1/+1
|\
| * string-list: mark unused callback parametersJeff King2022-10-171-1/+1
* | Merge branch 'rs/archive-dedup-printf'Junio C Hamano2022-10-191-5/+3
|\ \ | |/ |/|
| * archive: deduplicate verbose printingRené Scharfe2022-10-111-5/+3
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* | mark unused read_tree_recursive() callback parametersJeff King2022-08-191-1/+2
* | archive --add-virtual-file: allow paths containing colonsJohannes Schindelin2022-05-301-10/+20
* | archive: optionally add "virtual" filesJohannes Schindelin2022-05-301-19/+58
* | Merge branch 'jc/archive-add-file-normalize-mode'Junio C Hamano2022-05-231-1/+1
|\ \
| * | archive: do not let on-disk mode leak to zip archivesJunio C Hamano2022-05-121-1/+1
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
| |\ \ | | |/ | |/|
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila2022-02-041-1/+1
|/ /
* | i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila2022-01-051-1/+1
* | i18n: standardize "cannot open" and "cannot read"Jean-Noël Avila2022-01-051-2/+2
* | i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-1/+1
|/
* archive: convert queue_directory to struct object_idRené Scharfe2021-08-271-4/+3
* 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