Follow-up Comment #8, sr #110378 (project administration): Ping? Has there been an update on the git repository for GNU Superopt? I look and I still see the same problem now as before. It has an "archive" branch and a "p" branch but neither of those match the default clone branch.
Adding to my previous instructions, after a clean clone in a fresh directory one will see the following remote branches. $ git branch -a remotes/origin/archive remotes/origin/p But no active branch and no default branch. In order to switch to either the "archive" or "p" branches above one can simply check them out. $ git checkout p Switched to branch 'p' Your branch is up to date with 'origin/p'. _______________________________________________________ Reply to this item at: <https://savannah.nongnu.org/support/?110378> _______________________________________________ Message sent via Savannah https://savannah.nongnu.org/