]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'en/merge-tree'
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 Jul 2022 22:03:58 +0000 (15:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jul 2022 22:03:59 +0000 (15:03 -0700)
commitbe733e120016a076926da3491c0c77d439686933
tree145936569e2b3808f02ddd747d5415b68a5856fe
parentdc6315e1fc1d5c0d7afd3fe20cf192bd4c484930
parent7260e87248e743b197d34c1caf3949ae4fa3bc12
Merge branch 'en/merge-tree'

"git merge-tree" learned a new mode where it takes two commits and
computes a tree that would result in the merge commit, if the
histories leading to these two commits were to be merged.

* en/merge-tree:
  git-merge-tree.txt: add a section on potentional usage mistakes
  merge-tree: add a --allow-unrelated-histories flag
  merge-tree: allow `ls-files -u` style info to be NUL terminated
  merge-ort: optionally produce machine-readable output
  merge-ort: store more specific conflict information
  merge-ort: make `path_messages` a strmap to a string_list
  merge-ort: store messages in a list, not in a single strbuf
  merge-tree: provide easy access to `ls-files -u` style info
  merge-tree: provide a list of which files have conflicts
  merge-ort: remove command-line-centric submodule message from merge-ort
  merge-ort: provide a merge_get_conflicted_files() helper function
  merge-tree: support including merge messages in output
  merge-ort: split out a separate display_update_messages() function
  merge-tree: implement real merges
  merge-tree: add option parsing and initial shell for real merge function
  merge-tree: move logic for existing merge into new function
  merge-tree: rename merge_trees() to trivial_merge_trees()