summaryrefslogtreecommitdiff
path: root/entry.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-221-5/+7
|\
| * Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-5/+7
* | apply, entry: speak of submodules instead of subprojectsThomas Rast2013-07-181-2/+2
|/
* Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano2013-04-031-7/+9
|\
| * streaming_write_entry: propagate streaming errorsJeff King2013-03-271-7/+9
* | Merge branch 'jk/checkout-attribute-lookup'Junio C Hamano2013-03-281-1/+1
|\ \ | |/ |/|
| * entry: fix filter lookupJohn Keeping2013-03-141-1/+1
* | streaming: make streaming-write-entry to be more reusableJunio C Hamano2012-03-071-48/+5
|/
* Add streaming filter APIJunio C Hamano2011-05-261-6/+10
* streaming_write_entry(): support files with holesJunio C Hamano2011-05-201-2/+19
* streaming_write_entry(): use streaming API in write_entry()Junio C Hamano2011-05-201-0/+52
* write_entry(): separate two helper functions outJunio C Hamano2011-05-201-17/+26
* entry.c: remove "checkout-index" from error messagesNguyễn Thái Ngọc Duy2010-11-291-8/+8
* Merge branch 'jc/symbol-static'Junio C Hamano2010-01-201-1/+1
|\
| * entry.c: mark file-local function staticJunio C Hamano2010-01-121-1/+1
* | Merge branch 'nd/sparse'Junio C Hamano2010-01-131-1/+1
|\ \ | |/ |/|
| * ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALIDNguyễn Thái Ngọc Duy2009-12-141-1/+1
* | check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano2009-08-181-4/+8
|/
* git-checkout: be careful about untracked symlinksLinus Torvalds2009-07-291-1/+14
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-1/+1
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-4/+4
* replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-1/+1
* Windows: Skip fstat/lstat optimization in write_entry()Johannes Sixt2009-04-201-1/+2
* write_entry(): use fstat() instead of lstat() when file is openKjetil Barvik2009-02-091-3/+9
* write_entry(): cleanup of some duplicated codeKjetil Barvik2009-02-091-45/+30
* create_directories(): remove some memcpy() and strchr() callsKjetil Barvik2009-02-091-9/+14
* lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-091-1/+1
* Merge branch 'kb/lstat-cache'Junio C Hamano2009-01-251-22/+12
|\
| * lstat_cache(): introduce has_dirs_only_path() functionKjetil Barvik2009-01-181-22/+12
* | add is_dot_or_dotdot inline functionAlexander Potashev2009-01-111-3/+2
|/
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-311-10/+10
* Fix possible Solaris problem in 'checkout_entry()'Linus Torvalds2008-03-181-2/+2
* Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-3/+3
* Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-141-1/+1
|\
| * ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano2007-11-101-1/+1
* | Correct some sizeof(size_t) != sizeof(unsigned long) typing errorsRené Scharfe2007-10-221-1/+3
* | strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-2/+1
* | Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-161-4/+6
|/
* attr.c: read .gitattributes from index as well.Junio C Hamano2007-08-141-9/+10
* Merge branch 'maint'Junio C Hamano2007-07-181-7/+30
|\
| * Do not expect unlink(2) to fail on a directory.Junio C Hamano2007-07-181-7/+30
* | War on whitespaceJunio C Hamano2007-06-071-1/+1
* | rename dirlink to gitlink.Martin Waitz2007-05-211-2/+2
|/
* entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino2007-04-251-3/+3
* remove_subtree(): Use strerror() when possibleLuiz Fernando N. Capitulino2007-04-251-4/+4
* Merge branch 'jc/attr'Junio C Hamano2007-04-211-5/+3
|\
| * Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-201-5/+2
* | Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds2007-04-141-13/+32
|/
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-021-3/+6
* convert object type handling from a string to a numberNicolas Pitre2007-02-271-3/+3