[llvm-dev] Question about state of the repository

Paul C. Anagnostopoulos via llvm-dev llvm-dev at lists.llvm.org
Mon Dec 28 10:25:51 PST 2020


At 12/28/2020 12:52 PM, Mehdi AMINI wrote:

>On Mon, Dec 28, 2020 at 9:47 AM Paul C. Anagnostopoulos <<mailto:paul at windfall.com>paul at windfall.com> wrote:
>Oh, sorry, my original message was wrong. The 'git log origin...' showed only the first commit, the one I wanted to push. It was a 'git log --oneline 10' that showed this:
>
>48dfad4d2e7b (HEAD -> main, bang) [TableGen] Fix bug in !interleave operator
>496fb70b141c (origin/main) [MachO] Fix enum-int mismatch warning
>e73f885c988d (origin/master, origin/HEAD) [PowerPC] Remove redundant
>Â  Â  COPY_TO_REGCLASS introduced by 8a58f21f5b6c
>c3b9d85bd4b7 [clang-tidy][NFC] Remove unnecessary headers
>...
>
>What I don't understand is the "origin/master, origin/HEAD' part. What is going on there?
>
>These in parenthesis are indicating the head of each branch, local or remote.

Yes, but why doesn't origin/HEAD point to the same commit as origin/main? 



More information about the llvm-dev mailing list