documentation: fix choice of article
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
03b3431e6a
commit
3771d00257
@ -411,7 +411,7 @@ Preparing a "merge-fix"
|
||||
|
||||
A merge of two topics may not textually conflict but still have
|
||||
conflict at the semantic level. A classic example is for one topic
|
||||
to rename an variable and all its uses, while another topic adds a
|
||||
to rename a variable and all its uses, while another topic adds a
|
||||
new use of the variable under its old name. When these two topics
|
||||
are merged together, the reference to the variable newly added by
|
||||
the latter topic will still use the old name in the result.
|
||||
|
Reference in New Issue
Block a user