summaryrefslogtreecommitdiffstats
path: root/entry.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-061-3/+2
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* entry: fix leaking pathnames during delayed checkoutPatrick Steinhardt2024-08-011-1/+3
* Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\
| * global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | entry: refactor how we remove items for delayed checkoutsPatrick Steinhardt2024-06-071-4/+10
|/
* Sync with 2.42.2Johannes Schindelin2024-04-191-1/+15
|\
| * Sync with 2.41.1Johannes Schindelin2024-04-191-1/+15
| |\
| | * Sync with 2.40.2Johannes Schindelin2024-04-191-1/+15
| | |\
| | | * Sync with 2.39.4Johannes Schindelin2024-04-191-1/+15
| | | |\
| | | | * clone: when symbolic links collide with directories, keep the latterJohannes Schindelin2024-04-171-0/+14
| | | | * entry: report more colliding pathsJohannes Schindelin2024-04-171-1/+1
* | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | | | | wrapper: reduce scope of remove_or_warn()Calvin Wan2023-09-301-0/+5
|/ / / /
* | | | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | | | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* | | | sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
* | | | name-hash.h: move declarations for name-hash.c from cache.hElijah Newren2023-06-211-0/+1
|/ / /
* | | symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren2023-04-241-0/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+2
|\ \ \
| * | | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| |/ /
* | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/ /
* / read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason2022-12-261-6/+6
|/
* checkout: fix two bugs on the final count of updated entriesMatheus Tavares2022-07-141-14/+20
* Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano2021-11-301-3/+5
|\
| * odb: teach read_blob_entry to use size_tMatt Cooper2021-11-031-3/+5
* | entry: show finer-grained counter in "Filtering content" progress lineSZEDER Gábor2021-09-091-7/+5
* | checkout: make delayed checkout respect --quiet and --no-progressMatheus Tavares2021-08-271-2/+5
* | string-list.h users: change to use *_{nodup,dup}()Ævar Arnfjörð Bjarmason2021-07-011-2/+2
|/
* Merge branch 'en/dir-traversal'Junio C Hamano2021-05-201-4/+1
|\
| * dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-131-4/+1
* | Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano2021-04-301-2/+15
|\ \
| * | unpack-trees: add basic support for parallel checkoutMatheus Tavares2021-04-191-2/+15
* | | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-0/+2
|\ \ \ | |/ / |/| |
| * | entry: ensure full indexDerrick Stolee2021-04-141-0/+2
| |/
* | Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano2021-04-021-34/+51
|\ \
| * | entry: add checkout_entry_ca() taking preloaded conv_attrsMatheus Tavares2021-03-231-5/+6
| * | entry: move conv_attrs lookup up to checkout_entry()Matheus Tavares2021-03-231-11/+27
| * | entry: extract update_ce_after_write() from write_entry()Matheus Tavares2021-03-231-9/+16
| * | entry: make fstat_output() and read_blob_entry() publicMatheus Tavares2021-03-231-4/+4
| * | entry: extract a header file for entry.c functionsMatheus Tavares2021-03-231-8/+1
| |/
* | Merge branch 'mt/checkout-remove-nofollow'Junio C Hamano2021-03-301-1/+1
|\ \ | |/ |/|
| * checkout: don't follow symlinks when removing entriesMatheus Tavares2021-03-181-1/+1
* | write_entry(): fix misuses of `path` in error messagesMatheus Tavares2021-02-161-4/+4
|/
* checkout_entry(): remove unreachable error() callMatheus Tavares2020-08-181-2/+0
* Merge branch 'mt/entry-fstat-fallback-fix' into masterJunio C Hamano2020-07-091-2/+1
|\