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