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