aboutsummaryrefslogtreecommitdiffstats
path: root/entry.c
AgeCommit message (Expand)AuthorFilesLines
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