aboutsummaryrefslogtreecommitdiff
path: root/entry.c
Commit message (Expand)AuthorAge
...
* write_entry(): use fstat() instead of lstat() when file is openKjetil Barvik2009-02-09
* write_entry(): cleanup of some duplicated codeKjetil Barvik2009-02-09
* create_directories(): remove some memcpy() and strchr() callsKjetil Barvik2009-02-09
* lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-09
* Merge branch 'kb/lstat-cache'Junio C Hamano2009-01-25
|\
| * lstat_cache(): introduce has_dirs_only_path() functionKjetil Barvik2009-01-18
* | add is_dot_or_dotdot inline functionAlexander Potashev2009-01-11
|/
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
* Fix possible Solaris problem in 'checkout_entry()'Linus Torvalds2008-03-18
* Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-21
* Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-14
|\
| * ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano2007-11-10
* | Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe2007-10-22
* | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
* | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-16
|/
* attr.c: read .gitattributes from index as well.Junio C Hamano2007-08-14
* Merge branch 'maint'Junio C Hamano2007-07-18
|\
| * Do not expect unlink(2) to fail on a directory.Junio C Hamano2007-07-18
* | War on whitespaceJunio C Hamano2007-06-07
* | rename dirlink to gitlink.Martin Waitz2007-05-21
|/
* entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino2007-04-25
* remove_subtree(): Use strerror() when possibleLuiz Fernando N. Capitulino2007-04-25
* Merge branch 'jc/attr'Junio C Hamano2007-04-21
|\
| * Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-20
* | Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds2007-04-14
|/
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-02
* convert object type handling from a string to a numberNicolas Pitre2007-02-27
* Lazy man's auto-CRLFLinus Torvalds2007-02-14
* Mark places that need blob munging later for CRLF conversion.Linus Torvalds2007-02-13
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-08
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Use PATH_MAX instead of MAXPATHLENJonas Fonseca2006-08-26
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-04
* Add --temp and --stage=all options to checkout-index.Shawn Pearce2006-03-05
* "Assume unchanged" gitJunio C Hamano2006-02-08
* checkout: do not make a temporary copy of symlink target.Junio C Hamano2006-01-27
* trivial: O_EXCL makes O_TRUNC redundantAlex Riesen2006-01-05
* Return error when not checking out an entry due to dirtiness.Junio C Hamano2005-10-04
* Big tool rename.Junio C Hamano2005-09-07
* Fix replacing of a directory with a file/symlink in git-checkout-cacheLinus Torvalds2005-07-14
* Make "git-checkout" create files with O_EXCLLinus Torvalds2005-07-13
* [PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano2005-07-06
* Fix entry.c dependency and compile problemLinus Torvalds2005-06-05
* Make fiel checkout function available to the git libraryLinus Torvalds2005-06-05