summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)Author
2014-03-14Merge branch 'nd/i18n-progress'Junio C Hamano
2014-02-27Merge branch 'kb/fast-hashmap'Junio C Hamano
2014-02-24i18n: mark all progress lines for translationNguyễn Thái Ngọc Duy
2013-12-16Prevent buffer overflows when path is too longAntoine Pelisse
2013-12-05Merge branch 'jk/two-way-merge-corner-case-fix'Junio C Hamano
2013-11-18name-hash.c: remove cache entries instead of marking them CE_UNHASHEDKarsten Blees
2013-11-18name-hash.c: use new hash map implementation for cache entriesKarsten Blees
2013-11-04unpack-trees: fix "read-tree -u --reset A B" with conflicted indexJeff King
2013-09-17employ new explicit "exists in index?" APIEric Sunshine
2013-08-13unpack-trees: plug a memory leakFelipe Contreras
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-06-24Merge branch 'rs/unpack-trees-tree-walk-conflict-field'Junio C Hamano
2013-06-17unpack-trees: don't shift conflicts left and rightRené Scharfe
2013-06-02unpack-trees: free cache_entry array members for mergesRené Scharfe
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry pointers constRené Scharfe
2013-06-02unpack-trees: create working copy of merge entry in merged_entryRené Scharfe
2013-06-02unpack-trees: factor out dup_entryRené Scharfe
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees
2013-01-24Merge branch 'as/check-ignore'Junio C Hamano
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano
2013-01-06dir.c: use a single struct exclude_list per source of excludesAdam Spiers
2012-12-28dir.c: rename free_excludes() to clear_exclude_list()Adam Spiers
2012-12-28dir.c: rename excluded_from_list() to is_excluded_from_list()Adam Spiers
2012-12-28dir.c: rename path_excluded() to is_path_excluded()Adam Spiers
2012-12-20oneway_merge(): only lstat() when told to update worktreeMartin von Zweigbergk
2012-07-24Merge branch 'tg/ce-namelen-field'Junio C Hamano
2012-07-11Merge branch 'jc/ls-files-i-dir' into maintJunio C Hamano
2012-07-11Strip namelen out of ce_flags into a ce_namelen fieldThomas Gummerer
2012-07-09Replace strlen() with ce_namelen()Thomas Gummerer
2012-06-21Merge branch 'jc/ls-files-i-dir'Junio C Hamano
2012-06-06unpack-trees.c: use path_excluded() in check_ok_to_remove()Junio C Hamano
2012-05-20Merge branch 'maint'Junio C Hamano
2012-05-20Consistently use "superproject" instead of "supermodule"Jens Lehmann
2012-05-02Merge branch 'pw/message-cleanup'Junio C Hamano
2012-05-02Merge branch 'jc/index-v4'Junio C Hamano
2012-04-30remove superfluous newlines in error messagesPete Wyckoff
2012-04-27unpack-trees: preserve the index file version of originalJunio C Hamano
2012-04-10unpack-trees: plug minor memory leakRené Scharfe
2012-04-10unpack-trees: don't perform any index operation if we're not mergingRené Scharfe
2011-10-27tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy
2011-10-14Merge branch 'nd/maint-sparse-errors'Junio C Hamano
2011-10-05Merge branch 'mg/maint-doc-sparse-checkout'Junio C Hamano
2011-10-05Merge branch 'jc/diff-index-unpack'Junio C Hamano
2011-09-22Add explanation why we do not allow to sparse checkout to empty working treeNguyễn Thái Ngọc Duy
2011-09-22sparse checkout: show error messages when worktree shaping failsNguyễn Thái Ngọc Duy
2011-09-21unpack-trees: print "Aborting" to stderrMichael J Gruber
2011-08-29unpack-trees: allow pruning with pathspecJunio C Hamano
2011-08-01Merge branch 'maint'Junio C Hamano
2011-08-01Break down no-lstat() condition checks in verify_uptodate()Nguyễn Thái Ngọc Duy