summaryrefslogtreecommitdiffstats
path: root/archive.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-1/+2
|\
| * tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman2023-10-021-1/+2
* | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+1
|\ \
| * | archive.h: remove unnecessary includeElijah Newren2023-12-261-0/+1
| * | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
| |/
* / archive: "--list" does not take further optionsJunio C Hamano2023-12-211-0/+2
|/
* git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* 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-101-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-221-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-241-0/+1
| * alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-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-071-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-181-1/+1
* | Merge branch 'rs/archive-dedup-printf'Junio C Hamano2022-10-201-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-311-10/+20
* | archive: optionally add "virtual" filesJohannes Schindelin2022-05-311-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-211-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