]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'en/merge-ort-3' into en/ort-directory-rename
authorJunio C Hamano <gitster@pobox.com>
Thu, 7 Jan 2021 23:29:49 +0000 (15:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Jan 2021 23:29:49 +0000 (15:29 -0800)
* en/merge-ort-3:
  merge-ort: add implementation of type-changed rename handling
  merge-ort: add implementation of normal rename handling
  merge-ort: add implementation of rename collisions
  merge-ort: add implementation of rename/delete conflicts
  merge-ort: add implementation of both sides renaming differently
  merge-ort: add implementation of both sides renaming identically
  merge-ort: add basic outline for process_renames()
  merge-ort: implement compare_pairs() and collect_renames()
  merge-ort: implement detect_regular_renames()
  merge-ort: add initial outline for basic rename detection
  merge-ort: add basic data structures for handling renames

1  2 
merge-ort.c

diff --cc merge-ort.c
Simple merge