mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-12 04:41:35 -06:00
rerere: add note about files with existing conflict markers
When a file contains lines that look like conflict markers, 'git rerere' may fail not be able to record a conflict resolution. Emphasize that in the man page, and mention a possible workaround for the issue. Suggested-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
bc4caecf95
commit
f427869bde
@ -211,6 +211,12 @@ would conflict the same way as the test merge you resolved earlier.
|
|||||||
'git rerere' will be run by 'git rebase' to help you resolve this
|
'git rerere' will be run by 'git rebase' to help you resolve this
|
||||||
conflict.
|
conflict.
|
||||||
|
|
||||||
|
[NOTE] 'git rerere' relies on the conflict markers in the file to
|
||||||
|
detect the conflict. If the file already contains lines that look the
|
||||||
|
same as lines with conflict markers, 'git rerere' may fail to record a
|
||||||
|
conflict resolution. To work around this, the `conflict-marker-size`
|
||||||
|
setting in linkgit:gitattributes[5] can be used.
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
---
|
---
|
||||||
Part of the linkgit:git[1] suite
|
Part of the linkgit:git[1] suite
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user