Re: [StGit PATCH] t2800: Adapt to changes in git's conflict markers
From: Junio C Hamano <hidden> Date: 2016-06-15 22:47:04
Karl Wiberg [off-list ref] writes:
From: Karl Wiberg <redacted>
The conflict markers used by git were changed slightly by commit
606475f3 ("Remove filename from conflict markers"); specifically, the
conflict markers contain the filename only when the filename has
changed.
This patch adapts t2800 to allow either the new or the old format.
Signed-off-by: Karl Wiberg <redacted>