main vs master branch Lassi Kortela (06 Nov 2022 22:26 UTC)
Re: main vs master branch Arthur A. Gleckler (06 Nov 2022 22:35 UTC)
Re: main vs master branch Lassi Kortela (06 Nov 2022 22:44 UTC)
Re: main vs master branch siiky (06 Nov 2022 22:51 UTC)
Re: main vs master branch Arthur A. Gleckler (06 Nov 2022 23:41 UTC)
Re: main vs master branch Jeremy Steward (07 Nov 2022 06:31 UTC)
Re: main vs master branch Lassi Kortela (07 Nov 2022 09:00 UTC)
Re: main vs master branch Marc Nieper-Wißkirchen (07 Nov 2022 06:47 UTC)
Re: main vs master branch siiky (06 Nov 2022 22:47 UTC)

Re: main vs master branch siiky 06 Nov 2022 22:47 UTC

> Currently at least the `srfi clone` command is affected.

What does `srfi clone` do and why does it need to know the default branch?

I'm almost sure there's a way to get the default branch of a Git
repository but I'm not finding it now...

Depending on purpose, since `git clone` clones the default branch unless
otherwise instructed, you can `git branch --show-current` to get the
current (thus default) branch.