summaryrefslogtreecommitdiff
path: root/entry.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-291-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-261-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
|\
| * entry: check for fstat() errors after checkoutMatheus Tavares2020-07-091-2/+1
* | convert: provide additional metadata to filtersbrian m. carlson2020-03-161-2/+5
* | convert: permit passing additional metadata to filter processesbrian m. carlson2020-03-161-2/+2
|/
* fill_stat_cache_info(): prepare for an fsmonitor fixJohannes Schindelin2019-05-281-1/+1
* Merge branch 'tg/checkout-no-overlay'Junio C Hamano2019-03-071-0/+26
|\
| * entry: support CE_WT_REMOVE flag in checkout_entryThomas Gummerer2019-01-021-0/+11
| * entry: factor out unlink_entry functionThomas Gummerer2019-01-021-0/+15
* | Merge branch 'nd/checkout-noisy'Junio C Hamano2019-01-141-4/+6
|\ \ | |/ |/|
| * checkout: print something when checking out pathsNguyễn Thái Ngọc Duy2018-11-141-4/+6
* | Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano2018-11-211-2/+2
|\ \ | |/ |/|
| * clone: fix colliding file detection on APFSNguyễn Thái Ngọc Duy2018-11-211-2/+2
* | Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano2018-09-171-0/+31
|\ \ | |/
| * clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen2018-08-171-0/+31
* | entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-4/+5
* | convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-3/+3
|/
* object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* convert: convert to struct object_idbc/object-idbrian m. carlson2018-03-141-1/+1
* sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
* entry: rename 'new' variablesBrandon Williams2018-02-221-20/+20