Age | Commit message (Expand) | Author | Files | Lines |
2009-02-09 | unlink_entry(): introduce schedule_dir_for_removal() | Kjetil Barvik | 1 | -24/+6 |
2009-02-09 | lstat_cache(): swap func(length, string) into func(string, length) | Kjetil Barvik | 1 | -2/+2 |
2009-01-31 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+6 |
2009-01-31 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -3/+6 |
2009-01-31 | merge: fix out-of-bounds memory access | René Scharfe | 1 | -3/+6 |
2009-01-25 | Merge branch 'kb/lstat-cache' | Junio C Hamano | 1 | -2/+2 |
2009-01-23 | Merge branch 'cb/maint-unpack-trees-absense' into maint | Junio C Hamano | 1 | -18/+16 |
2009-01-18 | lstat_cache(): introduce has_symlink_or_noent_leading_path() function | Kjetil Barvik | 1 | -2/+2 |
2009-01-13 | Merge branch 'cb/maint-unpack-trees-absense' | Junio C Hamano | 1 | -18/+16 |
2009-01-05 | unpack-trees: remove redundant path search in verify_absent | Clemens Buchacher | 1 | -6/+2 |
2009-01-05 | unpack-trees: fix path search bug in verify_absent | Clemens Buchacher | 1 | -10/+10 |
2009-01-05 | unpack-trees: handle failure in verify_absent | Clemens Buchacher | 1 | -3/+5 |
2008-11-11 | Fix non-literal format in printf-style calls | Daniel Lowe | 1 | -1/+1 |
2008-11-01 | correct cache_entry allocation | Jeff King | 1 | -1/+1 |
2008-09-09 | checkout: do not lose staged removal | Junio C Hamano | 1 | -1/+10 |
2008-08-23 | unpack_trees(): protect the handcrafted in-core index from read_cache() | Junio C Hamano | 1 | -0/+1 |
2008-05-29 | unpack_trees(): allow callers to differentiate worktree errors from merge errors | Junio C Hamano | 1 | -3/+7 |
2008-05-19 | unpack-trees: allow Porcelain to give different error messages | Junio C Hamano | 1 | -14/+41 |
2008-05-10 | Optimize symlink/directory detection | Linus Torvalds | 1 | -7/+5 |
2008-04-09 | Make unpack-tree update removed files before any updated files | Linus Torvalds | 1 | -2/+7 |
2008-04-09 | Make branch merging aware of underlying case-insensitive filsystems | Linus Torvalds | 1 | -0/+26 |
2008-04-09 | Make hash_name_lookup able to do case-independent lookups | Linus Torvalds | 1 | -1/+1 |
2008-04-09 | Make "index_name_exists()" return the cache_entry it found | Linus Torvalds | 1 | -4/+4 |
2008-03-18 | Fix read-tree not to discard errors | Junio C Hamano | 1 | -3/+6 |
2008-03-16 | Don't update unchanged merge entries | Linus Torvalds | 1 | -3/+6 |
2008-03-14 | Fix recent 'unpack_trees()'-related changes breaking 'git stash' | Linus Torvalds | 1 | -0/+2 |
2008-03-13 | read-tree() and unpack_trees(): use consistent limit | Junio C Hamano | 1 | -3/+3 |
2008-03-10 | unpack_trees(): fix diff-index regression. | Linus Torvalds | 1 | -2/+0 |
2008-03-10 | traverse_trees_recursive(): propagate merge errors up | Junio C Hamano | 1 | -3/+4 |
2008-03-09 | unpack_trees(): minor memory leak fix in unused destination index | Linus Torvalds | 1 | -0/+1 |
2008-03-09 | Make 'unpack_trees()' have a separate source and destination index | Linus Torvalds | 1 | -77/+72 |
2008-03-09 | Make 'unpack_trees()' take the index to work on as an argument | Linus Torvalds | 1 | -39/+40 |
2008-03-09 | Move 'unpack_trees()' over to 'traverse_trees()' interface | Linus Torvalds | 1 | -281/+249 |
2008-02-27 | Merge branch 'db/checkout' | Junio C Hamano | 1 | -56/+98 |
2008-02-24 | Be more verbose when checkout takes a long time | Linus Torvalds | 1 | -1/+1 |
2008-02-22 | Use helper function for copying index entry information | Linus Torvalds | 1 | -1/+1 |
2008-02-16 | Merge branch 'jc/gitignore-ends-with-slash' | Junio C Hamano | 1 | -1/+2 |
2008-02-09 | Add "skip_unmerged" option to unpack_trees. | Daniel Barkalow | 1 | -3/+17 |
2008-02-09 | Discard "deleted" cache entries after using them to update the working tree | Daniel Barkalow | 1 | -7/+9 |
2008-02-09 | Send unpack-trees debugging output to stderr | Daniel Barkalow | 1 | -7/+7 |
2008-02-09 | Add flag to make unpack_trees() not print errors. | Daniel Barkalow | 1 | -14/+29 |
2008-02-09 | Allow callers of unpack_trees() to handle failure | Daniel Barkalow | 1 | -37/+48 |
2008-02-05 | gitignore: lazily find dtype | Junio C Hamano | 1 | -1/+2 |
2008-02-05 | gitignore(5): Allow "foo/" in ignore list to match directory "foo" | Junio C Hamano | 1 | -1/+1 |
2008-01-21 | Make on-disk index representation separate from in-core one | Linus Torvalds | 1 | -15/+14 |
2007-12-18 | unpack-trees: FLEX_ARRAY fix | Linus Torvalds | 1 | -1/+1 |
2007-11-29 | per-directory-exclude: lazily read .gitignore files | Junio C Hamano | 1 | -6/+0 |
2007-11-14 | Merge branch 'jc/maint-add-sync-stat' | Junio C Hamano | 1 | -2/+2 |
2007-11-10 | ce_match_stat, run_diff_files: use symbolic constants for readability | Junio C Hamano | 1 | -2/+2 |
2007-10-30 | relax usage of the progress API | Nicolas Pitre | 1 | -5/+3 |