aboutsummaryrefslogtreecommitdiff
path: root/entry.c
Commit message (Expand)AuthorAge
* entry.c: create submodules when interestingStefan Beller2017-03-16
* streaming: make stream_blob_to_fd take struct object_idbrian m. carlson2016-09-07
* cache: convert struct cache_entry to use struct object_idbrian m. carlson2016-09-07
* entry.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
* use xmallocz to avoid size arithmeticJeff King2016-02-22
* entry.c: convert strcpy to xsnprintfJeff King2015-09-25
* read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy2014-06-13
* entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy2014-06-13
* Merge branch 'mh/remove-subtree-long-pathname-fix'Junio C Hamano2014-03-25
|\
| * entry.c: fix possible buffer overflow in remove_subtree()Michael Haggerty2014-03-13
| * checkout_entry(): use the strbuf throughout the functionMichael Haggerty2014-03-13
* | checkout_entry(): clarify the use of topath[] parameterJunio C Hamano2013-10-24
|/
* entry.c: convert checkout_entry to use strbufNguyễn Thái Ngọc Duy2013-10-24
* Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-22
|\
| * Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
* | apply, entry: speak of submodules instead of subprojectsThomas Rast2013-07-18
|/
* Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano2013-04-03
|\
| * streaming_write_entry: propagate streaming errorsJeff King2013-03-27
* | Merge branch 'jk/checkout-attribute-lookup'Junio C Hamano2013-03-28
|\ \ | |/ |/|
| * entry: fix filter lookupJohn Keeping2013-03-14
* | streaming: make streaming-write-entry to be more reusableJunio C Hamano2012-03-07
|/
* Add streaming filter APIJunio C Hamano2011-05-26
* streaming_write_entry(): support files with holesJunio C Hamano2011-05-20
* streaming_write_entry(): use streaming API in write_entry()Junio C Hamano2011-05-20
* write_entry(): separate two helper functions outJunio C Hamano2011-05-20
* entry.c: remove "checkout-index" from error messagesNguyễn Thái Ngọc Duy2010-11-29
* Merge branch 'jc/symbol-static'Junio C Hamano2010-01-20
|\
| * entry.c: mark file-local function staticJunio C Hamano2010-01-12
* | Merge branch 'nd/sparse'Junio C Hamano2010-01-13
|\ \ | |/ |/|
| * ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALIDNguyễn Thái Ngọc Duy2009-12-14
* | check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano2009-08-18
|/
* git-checkout: be careful about untracked symlinksLinus Torvalds2009-07-29
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
* Windows: Skip fstat/lstat optimization in write_entry()Johannes Sixt2009-04-20
* write_entry(): use fstat() instead of lstat() when file is openKjetil Barvik2009-02-09
* write_entry(): cleanup of some duplicated codeKjetil Barvik2009-02-09
* create_directories(): remove some memcpy() and strchr() callsKjetil Barvik2009-02-09
* lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-09
* Merge branch 'kb/lstat-cache'Junio C Hamano2009-01-25
|\
| * lstat_cache(): introduce has_dirs_only_path() functionKjetil Barvik2009-01-18
* | add is_dot_or_dotdot inline functionAlexander Potashev2009-01-11
|/
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
* Fix possible Solaris problem in 'checkout_entry()'Linus Torvalds2008-03-18
* Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-21
* Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-14
|\
| * ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano2007-11-10
* | Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe2007-10-22
* | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29