Dunno. When this problem hits me, I usually do
git diff --theirs their_broken_file.c
anyway, to see what it is doing (colour and all). When I am satisfied,
that "theirs" is really what I want, I just go back one in history, and
append a call to git-apply like this:
git diff --theirs their_broken_file.c | git apply --index
Ciao,
Dscho
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html