summaryrefslogtreecommitdiff
path: root/entry.c
Commit message (Expand)AuthorAgeFilesLines
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-1/+2
* Add --temp and --stage=all options to checkout-index.Shawn Pearce2006-03-051-10/+32
* "Assume unchanged" gitJunio C Hamano2006-02-081-1/+1
* checkout: do not make a temporary copy of symlink target.Junio C Hamano2006-01-271-6/+3
* trivial: O_EXCL makes O_TRUNC redundantAlex Riesen2006-01-051-1/+1
* Return error when not checking out an entry due to dirtiness.Junio C Hamano2005-10-041-1/+1
* Big tool rename.Junio C Hamano2005-09-071-6/+6
* Fix replacing of a directory with a file/symlink in git-checkout-cacheLinus Torvalds2005-07-141-12/+8
* Make "git-checkout" create files with O_EXCLLinus Torvalds2005-07-131-2/+2
* [PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano2005-07-061-2/+2
* Fix entry.c dependency and compile problemLinus Torvalds2005-06-051-1/+1
* Make fiel checkout function available to the git libraryLinus Torvalds2005-06-051-0/+160