summaryrefslogtreecommitdiffstats
path: root/entry.c
AgeCommit message (Expand)AuthorLines
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
2007-07-18Do not expect unlink(2) to fail on a directory.Junio C Hamano-7/+30
2007-06-07War on whitespaceJunio C Hamano-1/+1
2007-05-21rename dirlink to gitlink.Martin Waitz-2/+2
2007-04-25entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino-3/+3
2007-04-25remove_subtree(): Use strerror() when possibleLuiz Fernando N. Capitulino-4/+4
2007-04-21Merge branch 'jc/attr'Junio C Hamano-5/+3
2007-04-20Simplify calling of CR/LF conversion routinesAlex Riesen-5/+2
2007-04-14Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds-13/+32
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt-3/+6
2007-02-27convert object type handling from a string to a numberNicolas Pitre-3/+3
2007-02-14Lazy man's auto-CRLFLinus Torvalds-1/+15
2007-02-13Mark places that need blob munging later for CRLF conversion.Linus Torvalds-0/+1
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft-2/+2
2006-12-20simplify inclusion of system header files.Junio C Hamano-2/+0
2006-08-26Use PATH_MAX instead of MAXPATHLENJonas Fonseca-3/+1
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen-1/+2
2006-03-05Add --temp and --stage=all options to checkout-index.Shawn Pearce-10/+32
2006-02-08"Assume unchanged" gitJunio C Hamano-1/+1
2006-01-27checkout: do not make a temporary copy of symlink target.Junio C Hamano-6/+3
2006-01-05trivial: O_EXCL makes O_TRUNC redundantAlex Riesen-1/+1
2005-10-04Return error when not checking out an entry due to dirtiness.Junio C Hamano-1/+1
2005-09-07Big tool rename.Junio C Hamano-6/+6
2005-07-14Fix replacing of a directory with a file/symlink in git-checkout-cacheLinus Torvalds-12/+8
2005-07-13Make "git-checkout" create files with O_EXCLLinus Torvalds-2/+2
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano-2/+2
2005-06-05Fix entry.c dependency and compile problemLinus Torvalds-1/+1
2005-06-05Make fiel checkout function available to the git libraryLinus Torvalds-0/+160