<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Good idea. I'll study the reflog to see if I can figure it out. I
      think it may have happened before today.<br>
    </p>
    <div class="moz-cite-prefix">On 4/8/2021 3:32 PM, Khem Raj wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAMKF1sownDeKKMy3ztGq3fRPEzrtPHr8FRAwREU5zR=70sUBQA@mail.gmail.com">
      <pre class="moz-quote-pre" wrap="">On Thu, Apr 8, 2021 at 6:12 AM Paul C. Anagnostopoulos via llvm-dev
<a class="moz-txt-link-rfc2396E" href="mailto:llvm-dev@lists.llvm.org"><llvm-dev@lists.llvm.org></a> wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">
Somehow I have managed to intertwine two branches in my local repository. They are 'assert' and 'lists'. Here is what I see:

  Switched to branch 'assert'
  c:\llvm\llvm-project> git log2
  14580ce2fdd1 (HEAD -> assert, origin/main, origin/HEAD, main, lists) [TableGen] Make behavior of list slice suffix consistent across all values
  3b9a15d910a8 [TableGen] Add support for the 'assert' statement in multiclasses

   Switched to branch 'lists'
  c:\llvm\llvm-project> git log2
  14580ce2fdd1 (HEAD -> lists, origin/main, origin/HEAD, main, assert) [TableGen] Make behavior of list slice suffix consistent across all values
  3b9a15d910a8 [TableGen] Add support for the 'assert' statement in multiclasses

</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
from commit SHA they look same branch to me. what cmds did you use to
switch from assert to lists branch ?  you can use git reflog to
inspect your tree and see where things changed

</pre>
    </blockquote>
    <br>
  </body>
</html>