<div dir="ltr"><div>I messed up.  The next time you pull one of the asterisk branches from git you may get an error like this...</div><div><br></div><div><span style="color:rgb(40,40,40);font-family:"Open Sans","Helvetica Neue",sans-serif;font-size:14px;background-color:rgb(246,246,246)">Switched to branch 'master'</span><br style="box-sizing:border-box;color:rgb(40,40,40);font-family:"Open Sans","Helvetica Neue",sans-serif;font-size:14px;background-color:rgb(246,246,246)"><span style="color:rgb(40,40,40);font-family:"Open Sans","Helvetica Neue",sans-serif;font-size:14px;background-color:rgb(246,246,246)">Your branch and 'origin/master' have diverged,</span><br style="box-sizing:border-box;color:rgb(40,40,40);font-family:"Open Sans","Helvetica Neue",sans-serif;font-size:14px;background-color:rgb(246,246,246)"><span style="color:rgb(40,40,40);font-family:"Open Sans","Helvetica Neue",sans-serif;font-size:14px;background-color:rgb(246,246,246)">and have 10 and 6 different commits each, respectively.</span><br style="box-sizing:border-box;color:rgb(40,40,40);font-family:"Open Sans","Helvetica Neue",sans-serif;font-size:14px;background-color:rgb(246,246,246)"><span style="color:rgb(40,40,40);font-family:"Open Sans","Helvetica Neue",sans-serif;font-size:14px;background-color:rgb(246,246,246)">(use "git pull" to merge the remote branch into yours)</span><br></div><br clear="all"><div>This was caused by my attempt to fix a commit message that happened last week which, in turn, caused the commits since to be rebased.</div><div><br></div><div>To fix this, you can either delete the local branch you were trying to pull and re-pull it, or reset your local branch before the offending commit ("bundled_pjproject: Improve SSL/TLS error handling") with a "git reset --hard HEAD~x" where "x" is how many commits back the offending commit is, + 1, then re-pulling.   The branch delete and re-pull is easier and probably safer.</div><div><br></div><div>Sorry for the confusion.</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><span style="font-size:12.8px">George Joseph</span><br style="font-size:12.8px"><span style="font-size:12.8px">Digium, Inc. | Software Developer</span><span style="font-size:12.8px"><br>445 Jan Davis Drive NW - Huntsville, AL 35806 - US<br></span><span style="font-size:12.8px">Check us out at: </span><a href="http://www.digium.com/" rel="noreferrer" style="color:rgb(17,85,204);font-size:12.8px" target="_blank">www.digium.com</a><span style="font-size:12.8px"> & </span><a href="http://www.asterisk.org/" rel="noreferrer" style="color:rgb(17,85,204);font-size:12.8px" target="_blank">www.asterisk.org</a><br><div><br></div></div></div>
</div>