summaryrefslogtreecommitdiffstats
path: root/entry.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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_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
* Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+2
|\
| * fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files.Ben Peart2017-10-011-0/+2
* | Merge branch 'ls/filter-process-delayed'Junio C Hamano2017-10-111-36/+52
|\ \
| * | write_entry: untangle symlink and regular-file casesJeff King2017-10-101-31/+40
| * | write_entry: avoid reading blobs in CE_RETRY caseJeff King2017-10-101-11/+14
| * | write_entry: fix leak when retrying delayed filterJeff King2017-10-101-0/+1
| * | entry.c: check if file exists after checkoutLars Schneider2017-10-061-1/+3
| * | entry.c: update cache entry only for existing filesLars Schneider2017-10-051-1/+2
* | | Merge branch 'jk/write-in-full-fix'Junio C Hamano2017-09-251-2/+3
|\ \ \ | |_|/ |/| |
| * | convert less-trivial versions of "write_in_full() != len"Jeff King2017-09-141-2/+3
| |/
* | Merge branch 'ls/convert-filter-progress'Junio C Hamano2017-09-101-1/+14
|\ \ | |/ |/|
| * convert: display progress for filtered objects that have been delayedLars Schneider2017-08-241-1/+15
|/
* convert: add "status=delayed" to filter process protocolLars Schneider2017-06-301-5/+127