summaryrefslogtreecommitdiff
path: root/entry.c
AgeCommit message (Expand)Author
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
2010-01-20Merge branch 'jc/symbol-static'Junio C Hamano
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2010-01-12entry.c: mark file-local function staticJunio C Hamano
2009-12-14ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALIDNguyễn Thái Ngọc Duy
2009-08-18check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano
2009-07-30git-checkout: be careful about untracked symlinksLinus Torvalds
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-04-20Windows: Skip fstat/lstat optimization in write_entry()Johannes Sixt
2009-02-10write_entry(): use fstat() instead of lstat() when file is openKjetil Barvik
2009-02-10write_entry(): cleanup of some duplicated codeKjetil Barvik
2009-02-10create_directories(): remove some memcpy() and strchr() callsKjetil Barvik
2009-02-10lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik
2009-01-26Merge branch 'kb/lstat-cache'Junio C Hamano
2009-01-18lstat_cache(): introduce has_dirs_only_path() functionKjetil Barvik
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano
2008-03-19Fix possible Solaris problem in 'checkout_entry()'Linus Torvalds
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2007-11-14Merge branch 'jc/maint-add-sync-stat'Junio C Hamano
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano
2007-10-22Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-17Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit