Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'en/directory-renames-nothanks-doc-update'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 14 Jan 2019 23:29:32 +0000
(15:29 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 14 Jan 2019 23:29:32 +0000
(15:29 -0800)
Doc update.
* en/directory-renames-nothanks-doc-update:
git-rebase.txt: update note about directory rename detection and am
Documentation/git-rebase.txt
patch
|
blob
|
history
raw
(from parent 1:
d076ad1
)
diff --git
a/Documentation/git-rebase.txt
b/Documentation/git-rebase.txt
index 2ee535fb23edc3aec9b8ceb5dace10279567f7ba..d284155cf33dfb9460d4af487eef680585959017 100644
(file)
--- a/
Documentation/git-rebase.txt
+++ b/
Documentation/git-rebase.txt
@@
-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[]