aboutsummaryrefslogtreecommitdiff
path: root/unpack-trees.h
Commit message (Expand)AuthorAge
* unpack-trees: check if we can perform the operation for submodulesStefan Beller2017-03-16
* diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe2013-06-02
* dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees2013-04-15
* unpack-trees.c: use path_excluded() in check_ok_to_remove()Junio C Hamano2012-06-05
* Merge branch 'jc/diff-index-unpack'Junio C Hamano2011-10-05
|\
| * unpack-trees: allow pruning with pathspecJunio C Hamano2011-08-29
* | Merge branch 'jc/diff-index-quick-exit-early'Junio C Hamano2011-06-29
|\ \ | |/ |/|
| * diff-index --quiet: learn the "stop feeding the backend early" logicJunio C Hamano2011-05-31
* | unpack-trees: add the dry_run flag to unpack_trees_optionsJens Lehmann2011-05-25
|/
* use persistent memory for rejected pathsClemens Buchacher2010-11-15
* Move "show_all_errors = 1" to setup_unpack_trees_porcelain()Matthieu Moy2010-09-03
* setup_unpack_trees_porcelain: take the whole options struct as parameterMatthieu Moy2010-09-03
* Move set_porcelain_error_msgs to unpack-trees.c and rename itMatthieu Moy2010-09-03
* unpack_trees: group error messages by typeMatthieu Moy2010-08-11
* merge-recursive: distinguish "removed" and "overwritten" messagesMatthieu Moy2010-08-11
* Turn unpack_trees_options.msgs into an array + enumMatthieu Moy2010-08-11
* Merge branch 'jc/fix-tree-walk'Junio C Hamano2010-01-24
|\
| * read-tree --debug-unpackJunio C Hamano2010-01-07
| * unpack-trees.c: prepare for looking ahead in the indexJunio C Hamano2010-01-07
* | unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final indexNguyễn Thái Ngọc Duy2009-08-23
* | unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy2009-08-23
|/
* read-tree: migrate to parse-optionsStephen Boyd2009-06-27
* Optimize "diff-index --cached" using cache-treeJunio C Hamano2009-05-25
* checkout: do not lose staged removalJunio C Hamano2008-09-09
* unpack-trees: allow Porcelain to give different error messagesJunio C Hamano2008-05-19
* Make branch merging aware of underlying case-insensitive filsystemsLinus Torvalds2008-04-09
* Make unpack_trees_options bit flags actual bitfieldsLinus Torvalds2008-04-09
* read-tree() and unpack_trees(): use consistent limitJunio C Hamano2008-03-13
* Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds2008-03-09
* Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds2008-03-09
* Add "skip_unmerged" option to unpack_trees.Daniel Barkalow2008-02-09
* Add flag to make unpack_trees() not print errors.Daniel Barkalow2008-02-09
* Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds2008-01-21
* Move old index entry removal from "unpack_trees()" into the individual functionsLinus Torvalds2007-08-10
* Start moving unpack-trees to "struct tree_desc"Linus Torvalds2007-08-10
* unpack-trees: get rid of *indpos parameter.Junio C Hamano2007-04-04
* read-tree: further loosen "working file will be lost" check.Junio C Hamano2006-12-05
* read-tree: move merge functions to the libraryJohannes Schindelin2006-07-30
* read-trees: refactor the unpack_trees() partJohannes Schindelin2006-07-30