summaryrefslogtreecommitdiffstats
path: root/entry.c
AgeCommit message (Expand)AuthorLines
2016-05-09entry.c: use error_errno()Nguyễn Thái Ngọc Duy-6/+4
2016-02-22use xmallocz to avoid size arithmeticJeff King-1/+1
2015-09-25entry.c: convert strcpy to xsnprintfJeff King-2/+2
2014-06-13read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy-0/+1
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy-0/+2
2014-03-25Merge branch 'mh/remove-subtree-long-pathname-fix'Junio C Hamano-32/+32
2014-03-13entry.c: fix possible buffer overflow in remove_subtree()Michael Haggerty-17/+17
2014-03-13checkout_entry(): use the strbuf throughout the functionMichael Haggerty-16/+16
2013-10-24checkout_entry(): clarify the use of topath[] parameterJunio C Hamano-0/+8
2013-10-24entry.c: convert checkout_entry to use strbufNguyễn Thái Ngọc Duy-5/+8
2013-07-22Merge branch 'nd/const-struct-cache-entry'Junio C Hamano-5/+7
2013-07-18apply, entry: speak of submodules instead of subprojectsThomas Rast-2/+2
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy-5/+7
2013-04-03Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano-7/+9
2013-03-28Merge branch 'jk/checkout-attribute-lookup'Junio C Hamano-1/+1
2013-03-27streaming_write_entry: propagate streaming errorsJeff King-7/+9
2013-03-14entry: fix filter lookupJohn Keeping-1/+1
2012-03-07streaming: make streaming-write-entry to be more reusableJunio C Hamano-48/+5
2011-05-26Add streaming filter APIJunio C Hamano-6/+10
2011-05-20streaming_write_entry(): support files with holesJunio C Hamano-2/+19
2011-05-20streaming_write_entry(): use streaming API in write_entry()Junio C Hamano-0/+52
2011-05-20write_entry(): separate two helper functions outJunio C Hamano-17/+26
2010-11-29entry.c: remove "checkout-index" from error messagesNguyễn Thái Ngọc Duy-8/+8
2010-01-20Merge branch 'jc/symbol-static'Junio C Hamano-1/+1
2010-01-13Merge branch 'nd/sparse'Junio C Hamano-1/+1
2010-01-12entry.c: mark file-local function staticJunio C Hamano-1/+1
2009-12-14ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALIDNguyễn Thái Ngọc Duy-1/+1
2009-08-18check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano-4/+8
2009-07-29git-checkout: be careful about untracked symlinksLinus Torvalds-1/+14
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast-1/+1
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast-4/+4
2009-04-29replace direct calls to unlink(2) with unlink_or_warnAlex Riesen-1/+1
2009-04-20Windows: Skip fstat/lstat optimization in write_entry()Johannes Sixt-1/+2
2009-02-09write_entry(): use fstat() instead of lstat() when file is openKjetil Barvik-3/+9
2009-02-09write_entry(): cleanup of some duplicated codeKjetil Barvik-45/+30
2009-02-09create_directories(): remove some memcpy() and strchr() callsKjetil Barvik-9/+14
2009-02-09lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik-1/+1
2009-01-25Merge branch 'kb/lstat-cache'Junio C Hamano-22/+12
2009-01-18lstat_cache(): introduce has_dirs_only_path() functionKjetil Barvik-22/+12
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev-3/+2
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano-10/+10
2008-03-18Fix possible Solaris problem in 'checkout_entry()'Linus Torvalds-2/+2
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds-3/+3
2007-11-14Merge branch 'jc/maint-add-sync-stat'Junio C Hamano-1/+1
2007-11-10ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano-1/+1
2007-10-22Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe-1/+3
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit-2/+1
2007-09-16Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit-4/+6
2007-08-14attr.c: read .gitattributes from index as well.Junio C Hamano-9/+10
2007-07-18Merge branch 'maint'Junio C Hamano-7/+30