116 Commits (2638e33c825eb56260ad53be6b45bf31c1897ce9)

Author SHA1 Message Date
Matheus Tavares 9334ea8e92 write_entry(): fix misuses of `path` in error messages 4 years ago
Matheus Tavares 748f733d54 checkout_entry(): remove unreachable error() call 4 years ago
Matheus Tavares 35e6e212fd entry: check for fstat() errors after checkout 5 years ago
brian m. carlson c397aac02f convert: provide additional metadata to filters 5 years ago
brian m. carlson ab90ecae99 convert: permit passing additional metadata to filter processes 5 years ago
Johannes Schindelin d4c0a3ac78 fill_stat_cache_info(): prepare for an fsmonitor fix 6 years ago
Thomas Gummerer 536ec1839d entry: support CE_WT_REMOVE flag in checkout_entry 6 years ago
Thomas Gummerer b702dd12d5 entry: factor out unlink_entry function 6 years ago
Nguyễn Thái Ngọc Duy e66ceca94b clone: fix colliding file detection on APFS 6 years ago
Nguyễn Thái Ngọc Duy 0f086e6dca checkout: print something when checking out paths 6 years ago
Duy Nguyen b878579ae7 clone: report duplicate entries on case-insensitive filesystems 6 years ago
Nguyễn Thái Ngọc Duy 74cfc0ee1d entry.c: use the right index instead of the_index 6 years ago
Nguyễn Thái Ngọc Duy 7f944e264e convert.c: remove an implicit dependency on the_index 6 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson 1a750441a7 convert: convert to struct object_id 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Brandon Williams d8f71807c1 entry: rename 'new' variables 7 years ago
Jeff King 7cbbf9d6a2 write_entry: untangle symlink and regular-file cases 7 years ago
Jeff King c602d3a989 write_entry: avoid reading blobs in CE_RETRY case 7 years ago
Jeff King b2401586fc write_entry: fix leak when retrying delayed filter 7 years ago
Lars Schneider 11179eb311 entry.c: check if file exists after checkout 7 years ago
Lars Schneider 03b95333db entry.c: update cache entry only for existing files 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 7 years ago
Jeff King 564bde9ae6 convert less-trivial versions of "write_in_full() != len" 7 years ago
Lars Schneider 52f1d62eb4 convert: display progress for filtered objects that have been delayed 7 years ago
Lars Schneider 2841e8f81c convert: add "status=delayed" to filter process protocol 8 years ago
Stefan Beller cd279e2e1b entry.c: submodule recursing: respect force flag correctly 8 years ago
Stefan Beller 6d14eac3ec entry.c: create submodules when interesting 8 years ago
brian m. carlson 7eda0e4fbb streaming: make stream_blob_to_fd take struct object_id 8 years ago
brian m. carlson 99d1a9861a cache: convert struct cache_entry to use struct object_id 8 years ago
Nguyễn Thái Ngọc Duy e1ebb3c25b entry.c: use error_errno() 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Jeff King 330c8e2670 entry.c: convert strcpy to xsnprintf 9 years ago
Nguyễn Thái Ngọc Duy 078a58e825 read-cache: mark updated entries for split index 11 years ago
Nguyễn Thái Ngọc Duy d4a2024aef entry.c: update cache_changed if refresh_cache is set in checkout_entry() 11 years ago
Michael Haggerty 2f29e0c6fa entry.c: fix possible buffer overflow in remove_subtree() 11 years ago
Michael Haggerty f63272a35e checkout_entry(): use the strbuf throughout the function 11 years ago
Junio C Hamano af2a651d2e checkout_entry(): clarify the use of topath[] parameter 11 years ago
Nguyễn Thái Ngọc Duy fd356f6aa8 entry.c: convert checkout_entry to use strbuf 11 years ago
Thomas Rast 42063f95a0 apply, entry: speak of submodules instead of subprojects 12 years ago
Nguyễn Thái Ngọc Duy 9c5e6c802c Convert "struct cache_entry *" to "const ..." wherever possible 12 years ago
Jeff King d9c31e14d0 streaming_write_entry: propagate streaming errors 12 years ago
John Keeping 7297a44012 entry: fix filter lookup 12 years ago
Junio C Hamano 47a02ff2ca streaming: make streaming-write-entry to be more reusable 13 years ago
Junio C Hamano b6691092d7 Add streaming filter API 14 years ago
Junio C Hamano de6182db67 streaming_write_entry(): support files with holes 14 years ago
Junio C Hamano dd8e912190 streaming_write_entry(): use streaming API in write_entry() 14 years ago
Junio C Hamano fd5db55d8b write_entry(): separate two helper functions out 14 years ago
Nguyễn Thái Ngọc Duy d43e90732b entry.c: remove "checkout-index" from error messages 14 years ago
Junio C Hamano 61b97df7d9 entry.c: mark file-local function static 15 years ago