summaryrefslogtreecommitdiff
path: root/entry.c
AgeCommit message (Expand)Author
2021-09-09entry: show finer-grained counter in "Filtering content" progress lineSZEDER Gábor
2021-08-27checkout: make delayed checkout respect --quiet and --no-progressMatheus Tavares
2021-07-01string-list.h users: change to use *_{nodup,dup}()Ævar Arnfjörð Bjarmason
2021-05-19Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-12dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren
2021-04-30Merge branch 'mt/parallel-checkout-part-2'Junio C Hamano
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-19unpack-trees: add basic support for parallel checkoutMatheus Tavares
2021-04-14entry: ensure full indexDerrick Stolee
2021-04-02Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano
2021-03-30Merge branch 'mt/checkout-remove-nofollow'Junio C Hamano
2021-03-23entry: add checkout_entry_ca() taking preloaded conv_attrsMatheus Tavares
2021-03-23entry: move conv_attrs lookup up to checkout_entry()Matheus Tavares
2021-03-23entry: extract update_ce_after_write() from write_entry()Matheus Tavares
2021-03-23entry: make fstat_output() and read_blob_entry() publicMatheus Tavares
2021-03-23entry: extract a header file for entry.c functionsMatheus Tavares
2021-03-18checkout: don't follow symlinks when removing entriesMatheus Tavares
2021-02-16write_entry(): fix misuses of `path` in error messagesMatheus Tavares
2020-08-18checkout_entry(): remove unreachable error() callMatheus Tavares
2020-07-09Merge branch 'mt/entry-fstat-fallback-fix' into masterJunio C Hamano
2020-07-09entry: check for fstat() errors after checkoutMatheus Tavares
2020-03-16convert: provide additional metadata to filtersbrian m. carlson
2020-03-16convert: permit passing additional metadata to filter processesbrian m. carlson
2019-05-28fill_stat_cache_info(): prepare for an fsmonitor fixJohannes Schindelin
2019-03-07Merge branch 'tg/checkout-no-overlay'Junio C Hamano
2019-01-14Merge branch 'nd/checkout-noisy'Junio C Hamano
2019-01-02entry: support CE_WT_REMOVE flag in checkout_entryThomas Gummerer
2019-01-02entry: factor out unlink_entry functionThomas Gummerer
2018-11-21Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano
2018-11-21clone: fix colliding file detection on APFSNguyễn Thái Ngọc Duy
2018-11-14checkout: print something when checking out pathsNguyễn Thái Ngọc Duy
2018-09-17Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano
2018-08-17clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen
2018-08-13entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-03-14convert: convert to struct object_idbrian m. carlson
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson
2018-02-22entry: rename 'new' variablesBrandon Williams
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-10-11Merge branch 'ls/filter-process-delayed'Junio C Hamano
2017-10-10write_entry: untangle symlink and regular-file casesJeff King
2017-10-09write_entry: avoid reading blobs in CE_RETRY caseJeff King
2017-10-09write_entry: fix leak when retrying delayed filterJeff King
2017-10-06entry.c: check if file exists after checkoutLars Schneider
2017-10-05entry.c: update cache entry only for existing filesLars Schneider
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-14convert less-trivial versions of "write_in_full() != len"Jeff King
2017-09-10Merge branch 'ls/convert-filter-progress'Junio C Hamano