summaryrefslogtreecommitdiff
path: root/entry.c
AgeCommit message (Expand)Author
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-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
2017-08-24convert: display progress for filtered objects that have been delayedLars Schneider
2017-06-30convert: add "status=delayed" to filter process protocolLars Schneider
2017-04-19entry.c: submodule recursing: respect force flag correctlyStefan Beller
2017-03-16entry.c: create submodules when interestingStefan Beller
2016-09-07streaming: make stream_blob_to_fd take struct object_idbrian m. carlson
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-05-09entry.c: use error_errno()Nguyễn Thái Ngọc Duy
2016-02-22use xmallocz to avoid size arithmeticJeff King
2015-09-25entry.c: convert strcpy to xsnprintfJeff King
2014-06-13read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy
2014-03-25Merge branch 'mh/remove-subtree-long-pathname-fix'Junio C Hamano
2014-03-13entry.c: fix possible buffer overflow in remove_subtree()Michael Haggerty
2014-03-13checkout_entry(): use the strbuf throughout the functionMichael Haggerty
2013-10-24checkout_entry(): clarify the use of topath[] parameterJunio C Hamano
2013-10-24entry.c: convert checkout_entry to use strbufNguyễn Thái Ngọc Duy
2013-07-22Merge branch 'nd/const-struct-cache-entry'Junio C Hamano
2013-07-18apply, entry: speak of submodules instead of subprojectsThomas Rast
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-04-03Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano
2013-03-28Merge branch 'jk/checkout-attribute-lookup'Junio C Hamano
2013-03-27streaming_write_entry: propagate streaming errorsJeff King
2013-03-14entry: fix filter lookupJohn Keeping
2012-03-07streaming: make streaming-write-entry to be more reusableJunio C Hamano
2011-05-26Add streaming filter APIJunio C Hamano
2011-05-21streaming_write_entry(): support files with holesJunio C Hamano
2011-05-21streaming_write_entry(): use streaming API in write_entry()Junio C Hamano
2011-05-21write_entry(): separate two helper functions outJunio C Hamano
2010-11-29entry.c: remove "checkout-index" from error messagesNguyễn Thái Ngọc Duy