aboutsummaryrefslogtreecommitdiffstats
path: root/entry.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-09entry.c: use error_errno()Nguyễn Thái Ngọc Duy1-6/+4
2016-02-22use xmallocz to avoid size arithmeticJeff King1-1/+1
2015-09-25entry.c: convert strcpy to xsnprintfJeff King1-2/+2
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
2007-04-25entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino1-3/+3
2007-04-25remove_subtree(): Use strerror() when possibleLuiz Fernando N. Capitulino1-4/+4
2007-04-21Merge branch 'jc/attr'Junio C Hamano1-5/+3
2007-04-20Simplify calling of CR/LF conversion routinesAlex Riesen1-5/+2
2007-04-14Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds1-13/+32
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt1-3/+6
2007-02-27convert object type handling from a string to a numberNicolas Pitre1-3/+3
2007-02-14Lazy man's auto-CRLFLinus Torvalds1-1/+15
2007-02-13Mark places that need blob munging later for CRLF conversion.Linus Torvalds1-0/+1
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft1-2/+2
2006-12-20simplify inclusion of system header files.Junio C Hamano1-2/+0
2006-08-26Use PATH_MAX instead of MAXPATHLENJonas Fonseca1-3/+1
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen1-1/+2
2006-03-05Add --temp and --stage=all options to checkout-index.Shawn Pearce1-10/+32
2006-02-08"Assume unchanged" gitJunio C Hamano1-1/+1
2006-01-27checkout: do not make a temporary copy of symlink target.Junio C Hamano1-6/+3
2006-01-05trivial: O_EXCL makes O_TRUNC redundantAlex Riesen1-1/+1
2005-10-04Return error when not checking out an entry due to dirtiness.Junio C Hamano1-1/+1
2005-09-07Big tool rename.Junio C Hamano1-6/+6
2005-07-14Fix replacing of a directory with a file/symlink in git-checkout-cacheLinus Torvalds1-12/+8
2005-07-13Make "git-checkout" create files with O_EXCLLinus Torvalds1-2/+2
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano1-2/+2
2005-06-05Fix entry.c dependency and compile problemLinus Torvalds1-1/+1
2005-06-05Make fiel checkout function available to the git libraryLinus Torvalds1-0/+160