aboutsummaryrefslogtreecommitdiffstats
path: root/entry.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2024-12-18progress: stop using `the_repository`Patrick Steinhardt1-1/+3
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-3/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-08-01entry: fix leaking pathnames during delayed checkoutPatrick Steinhardt1-1/+3
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-07entry: refactor how we remove items for delayed checkoutsPatrick Steinhardt1-4/+10
2024-04-19Sync with 2.42.2Johannes Schindelin1-1/+15
2024-04-19Sync with 2.41.1Johannes Schindelin1-1/+15
2024-04-19Sync with 2.40.2Johannes Schindelin1-1/+15
2024-04-19Sync with 2.39.4Johannes Schindelin1-1/+15
2024-04-17clone: when symbolic links collide with directories, keep the latterJohannes Schindelin1-0/+14
2024-04-17entry: report more colliding pathsJohannes Schindelin1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-09-29wrapper: reduce scope of remove_or_warn()Calvin Wan1-0/+5
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren1-0/+1
2023-06-21name-hash.h: move declarations for name-hash.c from cache.hElijah Newren1-0/+1
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason1-6/+6
2022-07-14checkout: fix two bugs on the final count of updated entriesMatheus Tavares1-14/+20
2021-11-29Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano1-3/+5
2021-11-03odb: teach read_blob_entry to use size_tMatt Cooper1-3/+5
2021-09-09entry: show finer-grained counter in "Filtering content" progress lineSZEDER Gábor1-7/+5
2021-08-26checkout: make delayed checkout respect --quiet and --no-progressMatheus Tavares1-2/+5
2021-07-01string-list.h users: change to use *_{nodup,dup}()Ævar Arnfjörð Bjarmason1-2/+2
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano1-4/+1
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren1-4/+1
2021-04-30Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano1-2/+15
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano1-0/+2
2021-04-19unpack-trees: add basic support for parallel checkoutMatheus Tavares1-2/+15
2021-04-14entry: ensure full indexDerrick Stolee1-0/+2
2021-04-02Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano1-34/+51
2021-03-30Merge branch 'mt/checkout-remove-nofollow'Junio C Hamano1-1/+1
2021-03-23entry: add checkout_entry_ca() taking preloaded conv_attrsMatheus Tavares1-5/+6
2021-03-23entry: move conv_attrs lookup up to checkout_entry()Matheus Tavares1-11/+27
2021-03-23entry: extract update_ce_after_write() from write_entry()Matheus Tavares1-9/+16
2021-03-23entry: make fstat_output() and read_blob_entry() publicMatheus Tavares1-4/+4
2021-03-23entry: extract a header file for entry.c functionsMatheus Tavares1-8/+1