summaryrefslogtreecommitdiffstats
path: root/entry.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-28fill_stat_cache_info(): prepare for an fsmonitor fixJohannes Schindelin1-1/+1
2019-03-07Merge branch 'tg/checkout-no-overlay'Junio C Hamano1-0/+26
2019-01-14Merge branch 'nd/checkout-noisy'Junio C Hamano1-4/+6
2019-01-02entry: support CE_WT_REMOVE flag in checkout_entryThomas Gummerer1-0/+11
2019-01-02entry: factor out unlink_entry functionThomas Gummerer1-0/+15
2018-11-21Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano1-2/+2
2018-11-21clone: fix colliding file detection on APFSNguyễn Thái Ngọc Duy1-2/+2
2018-11-14checkout: print something when checking out pathsNguyễn Thái Ngọc Duy1-4/+6
2018-09-17Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano1-0/+31
2018-08-17clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen1-0/+31
2018-08-13entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy1-4/+5
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy1-3/+3
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-03-14convert: convert to struct object_idbrian m. carlson1-1/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-1/+1
2018-02-22entry: rename 'new' variablesBrandon Williams1-20/+20
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano1-0/+2
2017-10-11Merge branch 'ls/filter-process-delayed'Junio C Hamano1-36/+52
2017-10-10write_entry: untangle symlink and regular-file casesJeff King1-31/+40
2017-10-10write_entry: avoid reading blobs in CE_RETRY caseJeff King1-11/+14
2017-10-10write_entry: fix leak when retrying delayed filterJeff King1-0/+1
2017-10-06entry.c: check if file exists after checkoutLars Schneider1-1/+3
2017-10-05entry.c: update cache entry only for existing filesLars Schneider1-1/+2
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart1-0/+2
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano1-2/+3
2017-09-14convert less-trivial versions of "write_in_full() != len"Jeff King1-2/+3
2017-09-10Merge branch 'ls/convert-filter-progress'Junio C Hamano1-1/+14
2017-08-24convert: display progress for filtered objects that have been delayedLars Schneider1-1/+15
2017-06-30convert: add "status=delayed" to filter process protocolLars Schneider1-5/+127
2017-04-18entry.c: submodule recursing: respect force flag correctlyStefan Beller1-4/+4
2017-03-16entry.c: create submodules when interestingStefan Beller1-0/+30
2016-09-07streaming: make stream_blob_to_fd take struct object_idbrian m. carlson1-1/+1
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson1-4/+5
2016-05-09entry.c: use error_errno()Nguyễn Thái Ngọc Duy1-6/+4
2016-02-22use xmallocz to avoid size arithmeticJeff King1-1/+1
2015-09-25entry.c: convert strcpy to xsnprintfJeff King1-2/+2
2014-06-13read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy1-0/+1
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy1-0/+2
2014-03-25Merge branch 'mh/remove-subtree-long-pathname-fix'Junio C Hamano1-32/+32
2014-03-13entry.c: fix possible buffer overflow in remove_subtree()Michael Haggerty1-17/+17
2014-03-13checkout_entry(): use the strbuf throughout the functionMichael Haggerty1-16/+16
2013-10-24checkout_entry(): clarify the use of topath[] parameterJunio C Hamano1-0/+8
2013-10-24entry.c: convert checkout_entry to use strbufNguyễn Thái Ngọc Duy1-5/+8
2013-07-22Merge branch 'nd/const-struct-cache-entry'Junio C Hamano1-5/+7
2013-07-18apply, entry: speak of submodules instead of subprojectsThomas Rast1-2/+2
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy1-5/+7
2013-04-03Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano1-7/+9
2013-03-28Merge branch 'jk/checkout-attribute-lookup'Junio C Hamano1-1/+1
2013-03-27streaming_write_entry: propagate streaming errorsJeff King1-7/+9
2013-03-14entry: fix filter lookupJohn Keeping1-1/+1