Dear List,<div><br></div><div>I&#39;d like to solve the following problem:</div><div>I have a repository (call it A) and a clone of it (call it B). I made some changes in B and I want to ask the owner of A to pull it. I&#39;d like to implement a function that can figure out if the changes in B can be pulled to A without causing any conflicts. I want to implement this in such a way that doesn&#39;t corrupt the information in A (so anyone who clones A sees exactly the same than before this confict detection).</div>
<div><br></div><div>Please note that I&#39;d like to solve it the more efficient way. I saw that bitbucket performs this check for pull requests very fast. Do you have any idea?</div><div><br></div><div>Thanks in advance,</div>
<div>Ákos Tajti<br><br>
</div>