summaryrefslogtreecommitdiff
path: root/entry.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-29Merge branch 'mc/clean-smudge-with-llp64'Libravatar Junio C Hamano1-3/+5
2021-11-03odb: teach read_blob_entry to use size_tLibravatar Matt Cooper1-3/+5
2021-09-09entry: show finer-grained counter in "Filtering content" progress lineLibravatar SZEDER Gábor1-7/+5
2021-08-26checkout: make delayed checkout respect --quiet and --no-progressLibravatar Matheus Tavares1-2/+5
2021-07-01string-list.h users: change to use *_{nodup,dup}()Libravatar Ævar Arnfjörð Bjarmason1-2/+2
2021-05-20Merge branch 'en/dir-traversal'Libravatar Junio C Hamano1-4/+1
2021-05-13dir: introduce readdir_skip_dot_and_dotdot() helperLibravatar Elijah Newren1-4/+1
2021-04-30Merge branch 'mt/parallel-checkout-part-2'Libravatar Junio C Hamano1-2/+15
2021-04-30Merge branch 'ds/sparse-index-protections'Libravatar Junio C Hamano1-0/+2
2021-04-19unpack-trees: add basic support for parallel checkoutLibravatar Matheus Tavares1-2/+15
2021-04-14entry: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-02Merge branch 'mt/parallel-checkout-part-1'Libravatar Junio C Hamano1-34/+51
2021-03-30Merge branch 'mt/checkout-remove-nofollow'Libravatar Junio C Hamano1-1/+1
2021-03-23entry: add checkout_entry_ca() taking preloaded conv_attrsLibravatar Matheus Tavares1-5/+6
2021-03-23entry: move conv_attrs lookup up to checkout_entry()Libravatar Matheus Tavares1-11/+27
2021-03-23entry: extract update_ce_after_write() from write_entry()Libravatar Matheus Tavares1-9/+16
2021-03-23entry: make fstat_output() and read_blob_entry() publicLibravatar Matheus Tavares1-4/+4
2021-03-23entry: extract a header file for entry.c functionsLibravatar Matheus Tavares1-8/+1
2021-03-18checkout: don't follow symlinks when removing entriesLibravatar Matheus Tavares1-1/+1
2021-02-16write_entry(): fix misuses of `path` in error messagesLibravatar Matheus Tavares1-4/+4
2020-08-18checkout_entry(): remove unreachable error() callLibravatar Matheus Tavares1-2/+0
2020-07-09Merge branch 'mt/entry-fstat-fallback-fix' into masterLibravatar Junio C Hamano1-2/+1
2020-07-09entry: check for fstat() errors after checkoutLibravatar Matheus Tavares1-2/+1
2020-03-16convert: provide additional metadata to filtersLibravatar brian m. carlson1-2/+5
2020-03-16convert: permit passing additional metadata to filter processesLibravatar brian m. carlson1-2/+2
2019-05-28fill_stat_cache_info(): prepare for an fsmonitor fixLibravatar Johannes Schindelin1-1/+1
2019-03-07Merge branch 'tg/checkout-no-overlay'Libravatar Junio C Hamano1-0/+26
2019-01-14Merge branch 'nd/checkout-noisy'Libravatar Junio C Hamano1-4/+6
2019-01-02entry: support CE_WT_REMOVE flag in checkout_entryLibravatar Thomas Gummerer1-0/+11
2019-01-02entry: factor out unlink_entry functionLibravatar Thomas Gummerer1-0/+15
2018-11-21Merge branch 'nd/clone-case-smashing-warning'Libravatar Junio C Hamano1-2/+2
2018-11-21clone: fix colliding file detection on APFSLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-11-14checkout: print something when checking out pathsLibravatar Nguyễn Thái Ngọc Duy1-4/+6
2018-09-17Merge branch 'nd/clone-case-smashing-warning'Libravatar Junio C Hamano1-0/+31
2018-08-17clone: report duplicate entries on case-insensitive filesystemsLibravatar Duy Nguyen1-0/+31
2018-08-13entry.c: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-4/+5
2018-08-13convert.c: remove an implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-03-14convert: convert to struct object_idLibravatar brian m. carlson1-1/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idLibravatar brian m. carlson1-1/+1
2018-02-22entry: rename 'new' variablesLibravatar Brandon Williams1-20/+20
2017-11-21Merge branch 'bp/fsmonitor'Libravatar Junio C Hamano1-0/+2
2017-10-11Merge branch 'ls/filter-process-delayed'Libravatar Junio C Hamano1-36/+52
2017-10-10write_entry: untangle symlink and regular-file casesLibravatar Jeff King1-31/+40
2017-10-10write_entry: avoid reading blobs in CE_RETRY caseLibravatar Jeff King1-11/+14
2017-10-10write_entry: fix leak when retrying delayed filterLibravatar Jeff King1-0/+1
2017-10-06entry.c: check if file exists after checkoutLibravatar Lars Schneider1-1/+3
2017-10-05entry.c: update cache entry only for existing filesLibravatar Lars Schneider1-1/+2
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Libravatar Ben Peart1-0/+2
2017-09-25Merge branch 'jk/write-in-full-fix'Libravatar Junio C Hamano1-2/+3