summaryrefslogtreecommitdiff
path: root/entry.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-14convert less-trivial versions of "write_in_full() != len"Libravatar Jeff King1-2/+3
2017-09-10Merge branch 'ls/convert-filter-progress'Libravatar Junio C Hamano1-1/+14
2017-08-24convert: display progress for filtered objects that have been delayedLibravatar Lars Schneider1-1/+15
2017-06-30convert: add "status=delayed" to filter process protocolLibravatar Lars Schneider1-5/+127
2017-04-18entry.c: submodule recursing: respect force flag correctlyLibravatar Stefan Beller1-4/+4
2017-03-16entry.c: create submodules when interestingLibravatar Stefan Beller1-0/+30
2016-09-07streaming: make stream_blob_to_fd take struct object_idLibravatar brian m. carlson1-1/+1
2016-09-07cache: convert struct cache_entry to use struct object_idLibravatar brian m. carlson1-4/+5
2016-05-09entry.c: use error_errno()Libravatar Nguyễn Thái Ngọc Duy1-6/+4
2016-02-22use xmallocz to avoid size arithmeticLibravatar Jeff King1-1/+1
2015-09-25entry.c: convert strcpy to xsnprintfLibravatar Jeff King1-2/+2
2014-06-13read-cache: mark updated entries for split indexLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Libravatar Nguyễn Thái Ngọc Duy1-0/+2
2014-03-25Merge branch 'mh/remove-subtree-long-pathname-fix'Libravatar Junio C Hamano1-32/+32
2014-03-13entry.c: fix possible buffer overflow in remove_subtree()Libravatar Michael Haggerty1-17/+17
2014-03-13checkout_entry(): use the strbuf throughout the functionLibravatar Michael Haggerty1-16/+16
2013-10-24checkout_entry(): clarify the use of topath[] parameterLibravatar Junio C Hamano1-0/+8
2013-10-24entry.c: convert checkout_entry to use strbufLibravatar Nguyễn Thái Ngọc Duy1-5/+8
2013-07-22Merge branch 'nd/const-struct-cache-entry'Libravatar Junio C Hamano1-5/+7
2013-07-18apply, entry: speak of submodules instead of subprojectsLibravatar Thomas Rast1-2/+2
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleLibravatar Nguyễn Thái Ngọc Duy1-5/+7
2013-04-03Merge branch 'jk/check-corrupt-objects-carefully'Libravatar Junio C Hamano1-7/+9
2013-03-28Merge branch 'jk/checkout-attribute-lookup'Libravatar Junio C Hamano1-1/+1