In fact, it's even quite doable as
git commit-tree theirs^{tree} -p HEAD -p theirs < changelog
(choose your parent order at will) so it's not as if it's much of a
"script". It's a core command to do something like this.
Using "git commit -s theirs" might not work (shouldn't, but I didn't test)
for the first entry, so you probably *do* want to script this regardless.
But git makes it really really easy.
Linus
-
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