Age | Commit message (Expand) | Author | Files | Lines |
2012-03-07 | streaming: make streaming-write-entry to be more reusable | Junio C Hamano | 1 | -48/+5 |
2011-05-26 | Add streaming filter API | Junio C Hamano | 1 | -6/+10 |
2011-05-20 | streaming_write_entry(): support files with holes | Junio C Hamano | 1 | -2/+19 |
2011-05-20 | streaming_write_entry(): use streaming API in write_entry() | Junio C Hamano | 1 | -0/+52 |
2011-05-20 | write_entry(): separate two helper functions out | Junio C Hamano | 1 | -17/+26 |
2010-11-29 | entry.c: remove "checkout-index" from error messages | Nguyễn Thái Ngọc Duy | 1 | -8/+8 |
2010-01-20 | Merge branch 'jc/symbol-static' | Junio C Hamano | 1 | -1/+1 |
2010-01-13 | Merge branch 'nd/sparse' | Junio C Hamano | 1 | -1/+1 |
2010-01-12 | entry.c: mark file-local function static | Junio C Hamano | 1 | -1/+1 |
2009-12-14 | ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2009-08-18 | check_path(): allow symlinked directories to checkout-index --prefix | Junio C Hamano | 1 | -4/+8 |
2009-07-29 | git-checkout: be careful about untracked symlinks | Linus Torvalds | 1 | -1/+14 |
2009-06-27 | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 1 | -1/+1 |
2009-06-27 | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 1 | -4/+4 |
2009-04-29 | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 1 | -1/+1 |
2009-04-20 | Windows: Skip fstat/lstat optimization in write_entry() | Johannes Sixt | 1 | -1/+2 |
2009-02-09 | write_entry(): use fstat() instead of lstat() when file is open | Kjetil Barvik | 1 | -3/+9 |
2009-02-09 | write_entry(): cleanup of some duplicated code | Kjetil Barvik | 1 | -45/+30 |
2009-02-09 | create_directories(): remove some memcpy() and strchr() calls | Kjetil Barvik | 1 | -9/+14 |
2009-02-09 | lstat_cache(): swap func(length, string) into func(string, length) | Kjetil Barvik | 1 | -1/+1 |
2009-01-25 | Merge branch 'kb/lstat-cache' | Junio C Hamano | 1 | -22/+12 |
2009-01-18 | lstat_cache(): introduce has_dirs_only_path() function | Kjetil Barvik | 1 | -22/+12 |
2009-01-11 | add is_dot_or_dotdot inline function | Alexander Potashev | 1 | -3/+2 |
2008-08-31 | 'git foo' program identifies itself without dash in die() messages | Junio C Hamano | 1 | -10/+10 |
2008-03-18 | Fix possible Solaris problem in 'checkout_entry()' | Linus Torvalds | 1 | -2/+2 |
2008-01-21 | Make on-disk index representation separate from in-core one | Linus Torvalds | 1 | -3/+3 |
2007-11-14 | Merge branch 'jc/maint-add-sync-stat' | Junio C Hamano | 1 | -1/+1 |
2007-11-10 | ce_match_stat, run_diff_files: use symbolic constants for readability | Junio C Hamano | 1 | -1/+1 |
2007-10-22 | Correct some sizeof(size_t) != sizeof(unsigned long) typing errors | René Scharfe | 1 | -1/+3 |
2007-09-29 | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 1 | -2/+1 |
2007-09-16 | Rewrite convert_to_{git,working_tree} to use strbuf's. | Pierre Habouzit | 1 | -4/+6 |
2007-08-14 | attr.c: read .gitattributes from index as well. | Junio C Hamano | 1 | -9/+10 |
2007-07-18 | Merge branch 'maint' | Junio C Hamano | 1 | -7/+30 |
2007-07-18 | Do not expect unlink(2) to fail on a directory. | Junio C Hamano | 1 | -7/+30 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+1 |
2007-05-21 | rename dirlink to gitlink. | Martin Waitz | 1 | -2/+2 |
2007-04-25 | entry.c: Use const qualifier for 'struct checkout' parameters | Luiz Fernando N. Capitulino | 1 | -3/+3 |
2007-04-25 | remove_subtree(): Use strerror() when possible | Luiz Fernando N. Capitulino | 1 | -4/+4 |
2007-04-21 | Merge branch 'jc/attr' | Junio C Hamano | 1 | -5/+3 |
2007-04-20 | Simplify calling of CR/LF conversion routines | Alex Riesen | 1 | -5/+2 |
2007-04-14 | Teach "git-read-tree -u" to check out submodules as a directory | Linus Torvalds | 1 | -13/+32 |
2007-03-02 | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 1 | -3/+6 |
2007-02-27 | convert object type handling from a string to a number | Nicolas Pitre | 1 | -3/+3 |
2007-02-14 | Lazy man's auto-CRLF | Linus Torvalds | 1 | -1/+15 |
2007-02-13 | Mark places that need blob munging later for CRLF conversion. | Linus Torvalds | 1 | -0/+1 |
2007-01-08 | short i/o: fix calls to write to use xwrite or write_in_full | Andy Whitcroft | 1 | -2/+2 |
2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -2/+0 |
2006-08-26 | Use PATH_MAX instead of MAXPATHLEN | Jonas Fonseca | 1 | -3/+1 |
2006-04-04 | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 1 | -1/+2 |
2006-03-05 | Add --temp and --stage=all options to checkout-index. | Shawn Pearce | 1 | -10/+32 |