Merge branch 'en/directory-renames-nothanks-doc-update'

Doc update.

* en/directory-renames-nothanks-doc-update:
  git-rebase.txt: update note about directory rename detection and am
This commit is contained in:
Junio C Hamano
2019-01-14 15:29:32 -08:00

View File

@ -570,8 +570,9 @@ it to keep commits that started empty.
Directory rename detection
~~~~~~~~~~~~~~~~~~~~~~~~~~
The merge and interactive backends work fine with
directory rename detection. The am backend sometimes does not.
Directory rename heuristics are enabled in the merge and interactive
backends. Due to the lack of accurate tree information, directory
rename detection is disabled in the am backend.
include::merge-strategies.txt[]