Taylor Blau [off-list ref] writes:
quoted
...
<<<<<<<< HEAD:foo.c
int j;
========
int counter;
>>>>>>>> b01dface (Removed unnecessary stuff):bar.c
CONFLICT (rename/delete): foo.c deleted in b01dface (Removed
unnecessary stuff) and renamed in HEAD. Version HEAD of foo.c left
in tree.
CONFLICT (file location): dir1/foo.c added in b01dface (Removed
unnecessary stuff) inside a directory that was renamed in HEAD,
suggesting it should perhaps be moved to dir2/foo.c.
Signed-off-by: Elijah Newren <redacted>
This is much easier to read, and the change below is obviously correct.
Thanks for working to improve the readability of these markers.
Reviewed-by: Taylor Blau [off-list ref]
Thanks. Looks good.