[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [m4] The source code has been broken for years
From: |
Eric Blake |
Subject: |
Re: [m4] The source code has been broken for years |
Date: |
Fri, 7 May 2021 15:03:05 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 |
Revisiting an older thread,
On 9/12/20 10:15 PM, Michael Witten wrote:
> I see now that the home page (https://www.gnu.org/software/m4/) does indeed
> inform the user to checkout that particular branch:
>
> git checkout -b branch-1.4 origin/branch-1.4
>
> I had a really old repo in which I just ran 'git pull', and so I did not
> know better.
>
> Is the 'master' branch intended to be abandoned? If so:
>
> * Maybe it would be worthwhile to point 'master' to a commit that offers
> nothing but a 'README' explaining the abandonment.
Now done (experimental 2.0 code is now in branch-2.0 instead).
I'm also wondering if I should take this opportunity to change 'master'
to 'main'; thoughts?
>
> * Perhaps 'git config' offers some help. The variable 'transfer.hideRefs'
> looks like it might be worth investigating, but I'm not certain.
>
> * Run the following in the bare repository; it should help the user out
> by informing 'git clone' which branch to set up as the default:
>
> $ git symbolic-ref HEAD refs/heads/branch-1.4
I don't know if I have access to Savannah's bare repository storage.
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3226
Virtualization: qemu.org | libvirt.org
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [m4] The source code has been broken for years,
Eric Blake <=