summaryrefslogtreecommitdiff
path: root/entry.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+2
|\
| * fsmonitor: teach git to optionally utilize a file system monitor to speed up ...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 casesls/filter-process-delayedJeff 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 delayedls/convert-filter-progressLars Schneider2017-08-241-1/+15
|/
* convert: add "status=delayed" to filter process protocolLars Schneider2017-06-301-5/+127
* entry.c: submodule recursing: respect force flag correctlyStefan Beller2017-04-181-4/+4
* entry.c: create submodules when interestingStefan Beller2017-03-161-0/+30
* streaming: make stream_blob_to_fd take struct object_idbrian m. carlson2016-09-071-1/+1
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-071-4/+5
* entry.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-6/+4
* use xmallocz to avoid size arithmeticJeff King2016-02-221-1/+1
* entry.c: convert strcpy to xsnprintfJeff King2015-09-251-2/+2
* read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy2014-06-131-0/+1
* entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy2014-06-131-0/+2
* Merge branch 'mh/remove-subtree-long-pathname-fix'Junio C Hamano2014-03-251-32/+32
|\
| * entry.c: fix possible buffer overflow in remove_subtree()mh/remove-subtree-long-pathname-fixMichael Haggerty2014-03-131-17/+17
| * checkout_entry(): use the strbuf throughout the functionMichael Haggerty2014-03-131-16/+16
* | checkout_entry(): clarify the use of topath[] parameternd/lift-path-maxJunio C Hamano2013-10-241-0/+8
|/
* entry.c: convert checkout_entry to use strbufNguyễn Thái Ngọc Duy2013-10-241-5/+8
* Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-221-5/+7
|\
| * Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-5/+7
* | apply, entry: speak of submodules instead of subprojectsThomas Rast2013-07-181-2/+2
|/
* Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano2013-04-031-7/+9
|\
| * streaming_write_entry: propagate streaming errorsJeff King2013-03-271-7/+9
* | Merge branch 'jk/checkout-attribute-lookup'Junio C Hamano2013-03-281-1/+1
|\ \ | |/ |/|
| * entry: fix filter lookupJohn Keeping2013-03-141-1/+1
* | streaming: make streaming-write-entry to be more reusableJunio C Hamano2012-03-071-48/+5
|/
* Add streaming filter APIJunio C Hamano2011-05-261-6/+10
* streaming_write_entry(): support files with holesJunio C Hamano2011-05-201-2/+19
* streaming_write_entry(): use streaming API in write_entry()Junio C Hamano2011-05-201-0/+52
* write_entry(): separate two helper functions outJunio C Hamano2011-05-201-17/+26
* entry.c: remove "checkout-index" from error messagesNguyễn Thái Ngọc Duy2010-11-291-8/+8
* Merge branch 'jc/symbol-static'Junio C Hamano2010-01-201-1/+1
|\
| * entry.c: mark file-local function staticJunio C Hamano2010-01-121-1/+1
* | Merge branch 'nd/sparse'Junio C Hamano2010-01-131-1/+1
|\ \ | |/ |/|
| * ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALIDNguyễn Thái Ngọc Duy2009-12-141-1/+1
* | check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano2009-08-181-4/+8
|/
* git-checkout: be careful about untracked symlinksLinus Torvalds2009-07-291-1/+14
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-1/+1
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-4/+4
* replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-1/+1
* Windows: Skip fstat/lstat optimization in write_entry()Johannes Sixt2009-04-201-1/+2