Re: [ALL] Issues with Git repos: bad HEADs and unexpected refs - need Git guru

2019-06-16 Thread sebb
On Sat, 15 Jun 2019 at 17:36, Rob Tompkins wrote: > > > > > On Jun 15, 2019, at 11:26 AM, sebb wrote: > > > > https://issues.apache.org/jira/browse/INFRA-18616 raised to fix the > > default branch. > > > > Deletion of trunk can be done later > > Unless trunk is protected for some reason, “git pus

Re: [ALL] Issues with Git repos: bad HEADs and unexpected refs - need Git guru

2019-06-15 Thread Rob Tompkins
> On Jun 15, 2019, at 11:26 AM, sebb wrote: > > https://issues.apache.org/jira/browse/INFRA-18616 raised to fix the > default branch. > > Deletion of trunk can be done later Unless trunk is protected for some reason, “git push :trunk” will delete the trunk branch, when we’re ready. > > O

Re: [ALL] Issues with Git repos: bad HEADs and unexpected refs - need Git guru

2019-06-15 Thread sebb
https://issues.apache.org/jira/browse/INFRA-18616 raised to fix the default branch. Deletion of trunk can be done later On Tue, 11 Jun 2019 at 20:09, Gary Gregory wrote: > > The trunk branches should go away IMO. > > Is there any reason not to fix these? > > Gary > > On Sun, Jun 9, 2019, 09:54 s

Re: [ALL] Issues with Git repos: bad HEADs and unexpected refs - need Git guru

2019-06-11 Thread Gary Gregory
The trunk branches should go away IMO. Is there any reason not to fix these? Gary On Sun, Jun 9, 2019, 09:54 sebb wrote: > Ping - any comment on the unexpected HEAD references? > Should they be changed? > > On Mon, 3 Jun 2019 at 15:15, Gary Gregory wrote: > > > > Did we git guru ourselves out

Re: [ALL] Issues with Git repos: bad HEADs and unexpected refs - need Git guru

2019-06-09 Thread sebb
Ping - any comment on the unexpected HEAD references? Should they be changed? On Mon, 3 Jun 2019 at 15:15, Gary Gregory wrote: > > Did we git guru ourselves out of all of these? > > Gary > > On Wed, May 29, 2019 at 9:39 AM sebb wrote: > > > I noticed that JCS still has a trunk branch and that ap

Re: [ALL] Issues with Git repos: bad HEADs and unexpected refs - need Git guru

2019-06-03 Thread Gary Gregory
Did we git guru ourselves out of all of these? Gary On Wed, May 29, 2019 at 9:39 AM sebb wrote: > I noticed that JCS still has a trunk branch and that appears to be the > default, so I did a check of all the commons git repos. > > The command used is: > > git ls-remote #{repo} HEAD master trunk

[ALL] Issues with Git repos: bad HEADs and unexpected refs - need Git guru

2019-05-29 Thread sebb
I noticed that JCS still has a trunk branch and that appears to be the default, so I did a check of all the commons git repos. The command used is: git ls-remote #{repo} HEAD master trunk where repo = https://gitbox.apache.org/repos/asf/{commons-???}.git I then compared the hashes for HEAD and r