summaryrefslogtreecommitdiff
path: root/entry.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-14attr.c: read .gitattributes from index as well.Libravatar Junio C Hamano1-9/+10
2007-07-18Merge branch 'maint'Libravatar Junio C Hamano1-7/+30
2007-07-18Do not expect unlink(2) to fail on a directory.Libravatar Junio C Hamano1-7/+30
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+1
2007-05-21rename dirlink to gitlink.Libravatar Martin Waitz1-2/+2
2007-04-25entry.c: Use const qualifier for 'struct checkout' parametersLibravatar Luiz Fernando N. Capitulino1-3/+3
2007-04-25remove_subtree(): Use strerror() when possibleLibravatar Luiz Fernando N. Capitulino1-4/+4
2007-04-21Merge branch 'jc/attr'Libravatar Junio C Hamano1-5/+3
2007-04-20Simplify calling of CR/LF conversion routinesLibravatar Alex Riesen1-5/+2
2007-04-14Teach "git-read-tree -u" to check out submodules as a directoryLibravatar Linus Torvalds1-13/+32
2007-03-02Add core.symlinks to mark filesystems that do not support symbolic links.Libravatar Johannes Sixt1-3/+6
2007-02-27convert object type handling from a string to a numberLibravatar Nicolas Pitre1-3/+3
2007-02-14Lazy man's auto-CRLFLibravatar Linus Torvalds1-1/+15
2007-02-13Mark places that need blob munging later for CRLF conversion.Libravatar Linus Torvalds1-0/+1
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullLibravatar Andy Whitcroft1-2/+2
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-2/+0
2006-08-26Use PATH_MAX instead of MAXPATHLENLibravatar Jonas Fonseca1-3/+1
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Libravatar Peter Eriksen1-1/+2
2006-03-05Add --temp and --stage=all options to checkout-index.Libravatar Shawn Pearce1-10/+32
2006-02-08"Assume unchanged" gitLibravatar Junio C Hamano1-1/+1
2006-01-27checkout: do not make a temporary copy of symlink target.Libravatar Junio C Hamano1-6/+3
2006-01-05trivial: O_EXCL makes O_TRUNC redundantLibravatar Alex Riesen1-1/+1
2005-10-04Return error when not checking out an entry due to dirtiness.Libravatar Junio C Hamano1-1/+1
2005-09-07Big tool rename.Libravatar Junio C Hamano1-6/+6
2005-07-14Fix replacing of a directory with a file/symlink in git-checkout-cacheLibravatar Linus Torvalds1-12/+8
2005-07-13Make "git-checkout" create files with O_EXCLLibravatar Linus Torvalds1-2/+2
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Libravatar Junio C Hamano1-2/+2
2005-06-05Fix entry.c dependency and compile problemLibravatar Linus Torvalds1-1/+1
2005-06-05Make fiel checkout function available to the git libraryLibravatar Linus Torvalds1-0/+160