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