Merge branch 'en/merge-strategy-docs'
Documentation updates. * en/merge-strategy-docs: Update error message and code comment merge-strategies.txt: add coverage of the `ort` merge strategy git-rebase.txt: correct out-of-date and misleading text about renames merge-strategies.txt: fix simple capitalization error merge-strategies.txt: avoid giving special preference to patience algorithm merge-strategies.txt: do not imply using copy detection is desired merge-strategies.txt: update wording for the resolve strategy Documentation: edit awkward references to `git merge-recursive` directory-rename-detection.txt: small updates due to merge-ort optimizations git-rebase.txt: correct antiquated claims about --rebase-merges
This commit is contained in:
@ -2065,7 +2065,7 @@ static int do_pick_commit(struct repository *r,
|
||||
/*
|
||||
* We do not intend to commit immediately. We just want to
|
||||
* merge the differences in, so let's compute the tree
|
||||
* that represents the "current" state for merge-recursive
|
||||
* that represents the "current" state for the merge machinery
|
||||
* to work on.
|
||||
*/
|
||||
if (write_index_as_tree(&head, r->index, r->index_file, 0, NULL))
|
||||
|
Reference in New Issue
Block a user