]> git.ipfire.org Git - thirdparty/git.git/commit
directory-rename-detection.txt: small updates due to merge-ort optimizations
authorElijah Newren <newren@gmail.com>
Wed, 4 Aug 2021 23:50:46 +0000 (23:50 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Aug 2021 15:57:39 +0000 (08:57 -0700)
commitb378df72ed147d346503341db06771c52cd2dbb8
tree2a40773cf5389f162d8c4034e131416fc9140da4
parente037c2e41869489c1e17701a9f1c429ad9c18f9b
directory-rename-detection.txt: small updates due to merge-ort optimizations

In commit 0c4fd732f0 ("Move computation of dir_rename_count from
merge-ort to diffcore-rename", 2021-02-27), much of the logic for
computing directory renames moved into diffcore-rename.
directory-rename-detection.txt had claims that all of that logic was
found in merge-recursive.  Update the documentation.

Acked-by: Derrick Stolee <dstolee@microsoft.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/directory-rename-detection.txt