[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250507103624.GI3865826@google.com>
Date: Wed, 7 May 2025 11:36:24 +0100
From: Lee Jones <lee@...nel.org>
To: Mark Brown <broonie@...nel.org>
Cc: Matti Vaittinen <mazziesaccount@...il.com>,
Matti Vaittinen <matti.vaittinen@...rohmeurope.com>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Liam Girdwood <lgirdwood@...il.com>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [GIT PULL] Immutable branch between MFD and Regulator due for
the v6.16 merge window
On Wed, 07 May 2025, Lee Jones wrote:
> On Sat, 03 May 2025, Mark Brown wrote:
>
> > On Fri, May 02, 2025 at 08:47:43AM +0100, Lee Jones wrote:
> > > Enjoy!
> > >
> > > The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
> > >
> > > Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > > ssh://git@...olite.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-v6.16
> >
> > You need to specify a separate url and pushurl for the git remote so git
> > generates PRs with a public URL people can use.
>
> Something strange is going on. My PR command is as follows:
>
> git request-pull /
> v6.15-rc1 /
> git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git /
> ib-mfd-regulator-v6.16
>
> And the output still defaults to the SSH URL.
>
> Debugging now.
Ah, gotcha:
~/.gitconfig:
[url "ssh://git@...olite.kernel.org"]
insteadOf = https://git.kernel.org
insteadOf = http://git.kernel.org
insteadOf = git://git.kernel.org
--
Lee Jones [李琼斯]
Powered by blists - more mailing lists