summaryrefslogtreecommitdiff
path: root/unpack-trees.c
AgeCommit message (Expand)Author
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
2011-06-30Merge branch 'jc/diff-index-quick-exit-early'Junio C Hamano
2011-05-31diff-index --quiet: learn the "stop feeding the backend early" logicJunio C Hamano
2011-05-25unpack-trees: add the dry_run flag to unpack_trees_optionsJens Lehmann
2011-05-10sparse checkout: do not eagerly decide the fate for whole directoryNguyễn Thái Ngọc Duy
2011-03-22Fix sparse warningsStephen Boyd
2011-02-15Revert "unpack_trees(): skip trees that are the same in all input"Junio C Hamano
2011-02-10Merge branch 'jc/unpack-trees'Junio C Hamano
2011-02-10Merge branch 'jn/unpack-lstat-failure-report'Junio C Hamano
2011-01-13unpack-trees: handle lstat failure for existing fileJonathan Nieder
2011-01-13unpack-trees: handle lstat failure for existing directoryJonathan Nieder
2011-01-04unpack_trees(): skip trees that are the same in all inputJunio C Hamano
2010-12-22Merge branch 'nd/maint-fix-add-typo-detection'Junio C Hamano
2010-12-22unpack-trees.c: cosmetic fixJunio C Hamano
2010-12-14use persistent memory for rejected pathsClemens Buchacher
2010-12-14do not overwrite files in leading pathClemens Buchacher
2010-12-14add function check_ok_to_remove()Clemens Buchacher
2010-12-01unpack-trees: fix sparse checkout's "unable to match directories"Nguyễn Thái Ngọc Duy
2010-11-29unpack-trees: move all skip-worktree checks back to unpack_trees()Nguyễn Thái Ngọc Duy
2010-11-29dir.c: add free_excludes()Nguyễn Thái Ngọc Duy
2010-11-15use persistent memory for rejected pathsClemens Buchacher
2010-10-13do not overwrite files in leading pathClemens Buchacher
2010-10-13add function check_ok_to_remove()Clemens Buchacher
2010-09-04Merge branch 'dg/local-mod-error-messages'Junio C Hamano
2010-09-03Move "show_all_errors = 1" to setup_unpack_trees_porcelain()Matthieu Moy
2010-09-03setup_unpack_trees_porcelain: take the whole options struct as parameterMatthieu Moy
2010-09-03Move set_porcelain_error_msgs to unpack-trees.c and rename itMatthieu Moy
2010-08-22Merge branch 'nd/fix-sparse-checkout'Junio C Hamano
2010-08-22Merge branch 'dg/local-mod-error-messages'Junio C Hamano
2010-08-11unpack_trees: group error messages by typeMatthieu Moy
2010-08-11merge-recursive: distinguish "removed" and "overwritten" messagesMatthieu Moy
2010-08-11merge-recursive: porcelain messages for checkoutDiane Gasselin
2010-08-11Turn unpack_trees_options.msgs into an array + enumMatthieu Moy
2010-08-11read-tree: stop leaking tree objectsJonathan Nieder
2010-08-09unpack-trees: mark new entries skip-worktree appropriatelyNguyễn Thái Ngọc Duy
2010-08-09unpack-trees: do not check for conflict entries too earlyNguyễn Thái Ngọc Duy
2010-08-09unpack-trees: let read-tree -u remove index entries outside sparse areaNguyễn Thái Ngọc Duy
2010-08-09unpack-trees: only clear CE_UPDATE|CE_REMOVE when skip-worktree is always setNguyễn Thái Ngọc Duy
2010-06-22Merge branch 'bd/maint-unpack-trees-parawalk-fix'Junio C Hamano
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-18unpack-trees: Make index lookahead less pessimalBrian Downing
2010-06-13Merge branch 'cb/assume-unchanged-fix'Junio C Hamano