aboutsummaryrefslogtreecommitdiffstats
path: root/entry.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fill_stat_cache_info(): prepare for an fsmonitor fixJohannes Schindelin2019-05-281-1/+1
* Merge branch 'tg/checkout-no-overlay'Junio C Hamano2019-03-071-0/+26
|\
| * entry: support CE_WT_REMOVE flag in checkout_entryThomas Gummerer2019-01-021-0/+11
| * entry: factor out unlink_entry functionThomas Gummerer2019-01-021-0/+15
* | Merge branch 'nd/checkout-noisy'Junio C Hamano2019-01-141-4/+6
|\ \ | |/ |/|
| * checkout: print something when checking out pathsNguyễn Thái Ngọc Duy2018-11-141-4/+6
* | Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano2018-11-211-2/+2
|\ \ | |/ |/|
| * clone: fix colliding file detection on APFSNguyễn Thái Ngọc Duy2018-11-211-2/+2
* | Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano2018-09-171-0/+31
|\|
| * clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen2018-08-171-0/+31
* | entry.c: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-4/+5
* | convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-3/+3
|/
* object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* convert: convert to struct object_idbrian m. carlson2018-03-141-1/+1
* sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
* entry: rename 'new' variablesBrandon Williams2018-02-221-20/+20
* Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+2
|\
| * fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files.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 casesJeff 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 delayedLars 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()Michael 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[] parameterJunio 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 possibleNguyễ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