Age | Commit message (Expand) | Author | Files | Lines |
2014-06-19 | use xstrfmt in favor of manual size calculations | Jeff King | 1 | -11/+6 |
2014-03-14 | Merge branch 'nd/i18n-progress' | Junio C Hamano | 1 | -1/+1 |
2014-02-27 | Merge branch 'kb/fast-hashmap' | Junio C Hamano | 1 | -2/+1 |
2014-02-24 | i18n: mark all progress lines for translation | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-12-16 | Prevent buffer overflows when path is too long | Antoine Pelisse | 1 | -24/+27 |
2013-12-05 | Merge branch 'jk/two-way-merge-corner-case-fix' | Junio C Hamano | 1 | -8/+17 |
2013-11-18 | name-hash.c: remove cache entries instead of marking them CE_UNHASHED | Karsten Blees | 1 | -1/+1 |
2013-11-18 | name-hash.c: use new hash map implementation for cache entries | Karsten Blees | 1 | -1/+0 |
2013-11-04 | unpack-trees: fix "read-tree -u --reset A B" with conflicted index | Jeff King | 1 | -8/+17 |
2013-09-17 | employ new explicit "exists in index?" API | Eric Sunshine | 1 | -2/+2 |
2013-08-13 | unpack-trees: plug a memory leak | Felipe Contreras | 1 | -1/+3 |
2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 1 | -7/+7 |
2013-06-24 | Merge branch 'rs/unpack-trees-tree-walk-conflict-field' | Junio C Hamano | 1 | -15/+3 |
2013-06-17 | unpack-trees: don't shift conflicts left and right | René Scharfe | 1 | -15/+3 |
2013-06-02 | unpack-trees: free cache_entry array members for merges | René Scharfe | 1 | -3/+10 |
2013-06-02 | diff-lib, read-tree, unpack-trees: mark cache_entry array paramters const | René Scharfe | 1 | -8/+13 |
2013-06-02 | diff-lib, read-tree, unpack-trees: mark cache_entry pointers const | René Scharfe | 1 | -41/+50 |
2013-06-02 | unpack-trees: create working copy of merge entry in merged_entry | René Scharfe | 1 | -5/+12 |
2013-06-02 | unpack-trees: factor out dup_entry | René Scharfe | 1 | -3/+9 |
2013-04-15 | dir.c: replace is_path_excluded with now equivalent is_excluded API | Karsten Blees | 1 | -9/+1 |
2013-01-23 | Merge branch 'as/check-ignore' | Junio C Hamano | 1 | -1/+1 |
2013-01-10 | Merge branch 'as/dir-c-cleanup' | Junio C Hamano | 1 | -5/+7 |
2013-01-06 | dir.c: use a single struct exclude_list per source of excludes | Adam Spiers | 1 | -1/+1 |
2012-12-28 | dir.c: rename free_excludes() to clear_exclude_list() | Adam Spiers | 1 | -1/+1 |
2012-12-28 | dir.c: rename excluded_from_list() to is_excluded_from_list() | Adam Spiers | 1 | -3/+5 |
2012-12-28 | dir.c: rename path_excluded() to is_path_excluded() | Adam Spiers | 1 | -1/+1 |
2012-12-20 | oneway_merge(): only lstat() when told to update worktree | Martin von Zweigbergk | 1 | -1/+1 |
2012-07-23 | Merge branch 'tg/ce-namelen-field' | Junio C Hamano | 1 | -1/+2 |
2012-07-11 | Merge branch 'jc/ls-files-i-dir' into maint | Junio C Hamano | 1 | -1/+10 |
2012-07-11 | Strip namelen out of ce_flags into a ce_namelen field | Thomas Gummerer | 1 | -1/+2 |
2012-07-08 | Replace strlen() with ce_namelen() | Thomas Gummerer | 1 | -1/+1 |
2012-06-21 | Merge branch 'jc/ls-files-i-dir' | Junio C Hamano | 1 | -1/+10 |
2012-06-05 | unpack-trees.c: use path_excluded() in check_ok_to_remove() | Junio C Hamano | 1 | -1/+10 |
2012-05-20 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2012-05-20 | Consistently use "superproject" instead of "supermodule" | Jens Lehmann | 1 | -1/+1 |
2012-05-02 | Merge branch 'pw/message-cleanup' | Junio C Hamano | 1 | -1/+1 |
2012-05-02 | Merge branch 'jc/index-v4' | Junio C Hamano | 1 | -0/+1 |
2012-04-30 | remove superfluous newlines in error messages | Pete Wyckoff | 1 | -1/+1 |
2012-04-27 | unpack-trees: preserve the index file version of original | Junio C Hamano | 1 | -0/+1 |
2012-04-10 | unpack-trees: plug minor memory leak | René Scharfe | 1 | -9/+16 |
2012-04-10 | unpack-trees: don't perform any index operation if we're not merging | René Scharfe | 1 | -1/+1 |
2011-10-27 | tree-walk.c: do not leak internal structure in tree_entry_len() | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2011-10-13 | Merge branch 'nd/maint-sparse-errors' | Junio C Hamano | 1 | -4/+16 |
2011-10-05 | Merge branch 'mg/maint-doc-sparse-checkout' | Junio C Hamano | 1 | -1/+1 |
2011-10-05 | Merge branch 'jc/diff-index-unpack' | Junio C Hamano | 1 | -0/+2 |
2011-09-22 | Add explanation why we do not allow to sparse checkout to empty working tree | Nguyễn Thái Ngọc Duy | 1 | -1/+6 |
2011-09-22 | sparse checkout: show error messages when worktree shaping fails | Nguyễn Thái Ngọc Duy | 1 | -3/+10 |
2011-09-21 | unpack-trees: print "Aborting" to stderr | Michael J Gruber | 1 | -1/+1 |
2011-08-29 | unpack-trees: allow pruning with pathspec | Junio C Hamano | 1 | -0/+2 |
2011-07-31 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+13 |