summaryrefslogtreecommitdiff
path: root/unpack-trees.h
AgeCommit message (Expand)Author
2018-09-17Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-17clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-08-13unpack-trees: remove 'extern' on function declarationNguyễn Thái Ngọc Duy
2018-05-22unpack_trees_options: free messages when doneMartin Ågren
2018-05-08merge-recursive: fix overwriting dirty files involved in renamesElijah Newren
2018-04-11Revert "Merge branch 'en/rename-directory-detection'"Junio C Hamano
2018-02-27merge-recursive: fix overwriting dirty files involved in renamesElijah Newren
2017-03-16unpack-trees: check if we can perform the operation for submodulesStefan Beller
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees
2012-06-06unpack-trees.c: use path_excluded() in check_ok_to_remove()Junio C Hamano
2011-10-05Merge branch 'jc/diff-index-unpack'Junio C Hamano
2011-08-29unpack-trees: allow pruning with pathspecJunio C Hamano
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
2010-11-15use persistent memory for rejected pathsClemens Buchacher
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-11unpack_trees: group error messages by typeMatthieu Moy
2010-08-11merge-recursive: distinguish "removed" and "overwritten" messagesMatthieu Moy
2010-08-11Turn unpack_trees_options.msgs into an array + enumMatthieu Moy
2010-01-25Merge branch 'jc/fix-tree-walk'Junio C Hamano
2010-01-07read-tree --debug-unpackJunio C Hamano
2010-01-07unpack-trees.c: prepare for looking ahead in the indexJunio C Hamano
2009-08-24unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final indexNguyễn Thái Ngọc Duy
2009-08-24unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy
2009-06-27read-tree: migrate to parse-optionsStephen Boyd
2009-05-25Optimize "diff-index --cached" using cache-treeJunio C Hamano
2008-09-10checkout: do not lose staged removalJunio C Hamano
2008-05-20unpack-trees: allow Porcelain to give different error messagesJunio C Hamano
2008-04-09Make branch merging aware of underlying case-insensitive filsystemsLinus Torvalds
2008-04-09Make unpack_trees_options bit flags actual bitfieldsLinus Torvalds
2008-03-14read-tree() and unpack_trees(): use consistent limitJunio C Hamano
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds
2008-02-10Add "skip_unmerged" option to unpack_trees.Daniel Barkalow
2008-02-10Add flag to make unpack_trees() not print errors.Daniel Barkalow
2008-01-21Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds
2007-08-10Move old index entry removal from "unpack_trees()" into the individual functionsLinus Torvalds
2007-08-10Start moving unpack-trees to "struct tree_desc"Linus Torvalds
2007-04-04unpack-trees: get rid of *indpos parameter.Junio C Hamano
2006-12-06read-tree: further loosen "working file will be lost" check.Junio C Hamano
2006-07-31read-tree: move merge functions to the libraryJohannes Schindelin
2006-07-31read-trees: refactor the unpack_trees() partJohannes Schindelin