Lynn Lin wrote: > Hi all, > Do this case can happen? When I do merge from one branch to master > branch,merge successfully however from code logical perspective it > fails and It cause code compile (our project is using C++ language) Sure. The easiest example is when one side of a merge renames foo() to bar(), while the other side introduces another call to foo() in an unrelated part of the code. -- Thomas Rast trast@{inf,student}.ethz.ch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html