aboutsummaryrefslogtreecommitdiffstats
path: root/unpack-trees.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-31tree-walk: drop MAX_TRAVERSE_TREES macroJeff King1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-1/+1
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren1-0/+1
2023-02-27unpack-trees: add usage notices around df_conflict_entryElijah Newren1-1/+1
2023-02-27unpack-trees: special case read-tree debugging as internal usageElijah Newren1-3/+3
2023-02-27unpack-trees: mark fields only used internally as internalElijah Newren1-11/+15
2023-02-27unpack_trees: start splitting internal fields from public APIElijah Newren1-2/+5
2023-02-27sparse-checkout: avoid using internal API of unpack-treesElijah Newren1-1/+2
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason1-0/+1
2022-11-10unpack-trees: add 'skip_cache_tree_update' optionVictoria Dye1-1/+2
2021-12-09unpack-trees: refuse to remove startup_info->original_cwdElijah Newren1-0/+1
2021-09-27Change unpack_trees' 'reset' flag into an enumElijah Newren1-2/+9
2021-09-27unpack-trees: make dir an internal-only structElijah Newren1-1/+1
2021-09-27unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren1-0/+1
2021-03-05stash show: teach --include-untracked and --only-untrackedDenton Liu1-0/+2
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-1/+1
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-04-29Merge branch 'en/sparse-checkout'Junio C Hamano1-8/+20
2020-03-27unpack-trees: provide warnings on sparse updates for unmerged paths tooElijah Newren1-0/+1
2020-03-27unpack-trees: split display_error_msgs() into twoElijah Newren1-3/+5
2020-03-27unpack-trees: rename ERROR_* fields meant for warnings to WARNING_*Elijah Newren1-3/+5
2020-03-27unpack-trees: move ERROR_WOULD_LOSE_SUBMODULE earlierElijah Newren1-1/+1
2020-03-27unpack-trees: add a new update_sparsity() functionElijah Newren1-0/+9
2020-03-27unpack-trees: simplify pattern_list freeingElijah Newren1-2/+1
2020-03-27unpack-trees: remove unused error typeElijah Newren1-1/+0
2020-03-16builtin/checkout: compute checkout metadata for checkoutsbrian m. carlson1-0/+1
2020-02-04tree-walk.c: break circular dependency with unpack-treesJeff King1-1/+1
2019-11-22sparse-checkout: update working directory in-processDerrick Stolee1-1/+2
2019-09-05treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee1-2/+2
2019-03-24unpack-trees: rename "gently" flag to "quiet"Nguyễn Thái Ngọc Duy1-1/+1
2018-09-17Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano1-0/+1
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano1-1/+4
2018-08-17clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen1-0/+1
2018-08-15Add missing includes and forward declarationsElijah Newren1-1/+4
2018-08-13unpack-trees: remove 'extern' on function declarationNguyễn Thái Ngọc Duy1-2/+2
2018-05-22unpack_trees_options: free messages when doneMartin Ågren1-1/+7
2018-05-08merge-recursive: fix overwriting dirty files involved in renamesElijah Newren1-0/+4
2018-04-11Revert "Merge branch 'en/rename-directory-detection'"Junio C Hamano1-4/+0
2018-02-27merge-recursive: fix overwriting dirty files involved in renamesElijah Newren1-0/+4
2017-03-16unpack-trees: check if we can perform the operation for submodulesStefan Beller1-0/+1
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe1-5/+9
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees1-1/+0
2012-06-05unpack-trees.c: use path_excluded() in check_ok_to_remove()Junio C Hamano1-0/+1
2011-10-05Merge branch 'jc/diff-index-unpack'Junio C Hamano1-0/+1
2011-08-29unpack-trees: allow pruning with pathspecJunio C Hamano1-0/+1
2011-06-29Merge branch 'jc/diff-index-quick-exit-early'Junio C Hamano1-0/+1
2011-05-31diff-index --quiet: learn the "stop feeding the backend early" logicJunio C Hamano1-0/+1
2011-05-25unpack-trees: add the dry_run flag to unpack_trees_optionsJens Lehmann1-1/+2
2010-11-15use persistent memory for rejected pathsClemens Buchacher1-6/+3
2010-09-03Move "show_all_errors = 1" to setup_unpack_trees_porcelain()Matthieu Moy1-1/+1
2010-09-03setup_unpack_trees_porcelain: take the whole options struct as parameterMatthieu Moy1-1/+2
2010-09-03Move set_porcelain_error_msgs to unpack-trees.c and rename itMatthieu Moy1-0/+6
2010-08-11unpack_trees: group error messages by typeMatthieu Moy1-1/+12
2010-08-11merge-recursive: distinguish "removed" and "overwritten" messagesMatthieu Moy1-2/+4
2010-08-11Turn unpack_trees_options.msgs into an array + enumMatthieu Moy1-9/+10
2010-01-24Merge branch 'jc/fix-tree-walk'Junio C Hamano1-1/+2
2010-01-07read-tree --debug-unpackJunio C Hamano1-0/+1
2010-01-07unpack-trees.c: prepare for looking ahead in the indexJunio C Hamano1-1/+1
2009-08-23unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final indexNguyễn Thái Ngọc Duy1-0/+2
2009-08-23unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy1-0/+4
2009-06-27read-tree: migrate to parse-optionsStephen Boyd1-12/+12
2009-05-25Optimize "diff-index --cached" using cache-treeJunio C Hamano1-0/+1
2008-09-09checkout: do not lose staged removalJunio C Hamano1-0/+1
2008-05-19unpack-trees: allow Porcelain to give different error messagesJunio C Hamano1-0/+9
2008-04-09Make branch merging aware of underlying case-insensitive filsystemsLinus Torvalds1-1/+1
2008-04-09Make unpack_trees_options bit flags actual bitfieldsLinus Torvalds1-10/+10
2008-03-13read-tree() and unpack_trees(): use consistent limitJunio C Hamano1-0/+2
2008-03-09Make 'unpack_trees()' have a separate source and destination indexLinus Torvalds1-7/+9
2008-03-09Make 'unpack_trees()' take the index to work on as an argumentLinus Torvalds1-0/+1
2008-02-09Add "skip_unmerged" option to unpack_trees.Daniel Barkalow1-0/+1
2008-02-09Add flag to make unpack_trees() not print errors.Daniel Barkalow1-0/+1
2008-01-21Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds1-0/+1
2007-08-10Move old index entry removal from "unpack_trees()" into the individual functionsLinus Torvalds1-5/+6
2007-08-10Start moving unpack-trees to "struct tree_desc"Linus Torvalds1-1/+1
2007-04-04unpack-trees: get rid of *indpos parameter.Junio C Hamano1-0/+1
2006-12-05read-tree: further loosen "working file will be lost" check.Junio C Hamano1-0/+1
2006-07-30read-tree: move merge functions to the libraryJohannes Schindelin1-0/+5
2006-07-30read-trees: refactor the unpack_trees() partJohannes Schindelin1-0/+30