Re: [log4j] Checkout from git is broken

2023-03-10 Thread Piotr P. Karwasz
Hi Gary, On Fri, 10 Mar 2023 at 12:47, Gary Gregory wrote: > So the branch renaming broke cloning and checking out code with the most > basic git command? At least that's what the side effect seems to me. What's > the fix? Or will no one ever be able to say 'git clone' as below and have > it just

Re: [log4j] Checkout from git is broken

2023-03-10 Thread Gary D. Gregory
On 2023/03/10 12:42:00 Volkan Yazıcı wrote: > If you browse to https://github.com/apache/logging-log4j2 and clone the > repository as described there: > > git clone g...@github.com:apache/logging-log4j2.git > > This not only works, but also lands you on the right branch: `2.x`. Pardon me for

Re: [log4j] Checkout from git is broken

2023-03-10 Thread Volkan Yazıcı
If you browse to https://github.com/apache/logging-log4j2 and clone the repository as described there: git clone g...@github.com:apache/logging-log4j2.git This not only works, but also lands you on the right branch: `2.x`. On Fri, Mar 10, 2023 at 12:47 PM Gary Gregory wrote: > So the branc

Re: [log4j] Checkout from git is broken

2023-03-10 Thread Gary Gregory
So the branch renaming broke cloning and checking out code with the most basic git command? At least that's what the side effect seems to me. What's the fix? Or will no one ever be able to say 'git clone' as below and have it just work? Gary On Fri, Mar 10, 2023, 05:18 Volkan Yazıcı wrote: > We

Re: [log4j] Checkout from git is broken

2023-03-10 Thread Volkan Yazıcı
We mention the `gitbox` keyword neither in the sources, nor in the docs. There is a GitHub link at the top right corner of every page in the website. `pom.xml`s SCM block points to GitHub. `CONTRIBUTING.md` only hints to GitHub resources – though I agree there is no direct link to the repository

Re: [log4j] Checkout from git is broken

2023-03-09 Thread Tim Perry
The warning: remote HEAD refers to nonexistent ref, unable to checkout. means that the remote (bare) repository contains *branch reference* in the file called HEAD with a value that does not match any published branch in the same repository. In practice, that file defines *which branch* should be

[log4j] Checkout from git is broken

2023-03-09 Thread Gary D. Gregory
Hi All: My expectation is that: C:\Users\ggregory\git\a>git clone https://gitbox.apache.org/repos/asf/logging-log4j2.git logging-log4j3 Would clone and checkout master (or main or whatever the default branch is called now) but instead, I get an empty folder and this output: Cloning into 'logg