tools.linux.kernel.org archive mirror
 help / color / mirror / Atom feed
* b4 prep -n ignores b4.prep-cover-strategy
@ 2022-12-23 17:01 Markus Schneider-Pargmann
  2022-12-27 15:29 ` Konstantin Ryabitsev
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Schneider-Pargmann @ 2022-12-23 17:01 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: tools

Hi Konstantin,

maybe I am doing something wrong. I set the cover-strategy to
branch-description in ~/.gitconfig:
	[b4]
	        prep-cover-strategy = branch-description

Then I create a new branch using b4:
	b4 prep -n up/test -f v6.1

and it creates a commit instead of using the branch-description:
	a9fb7aa725a6 (HEAD -> b4/up-test) EDITME: cover title for up/test
	830b3c68c1fb (tag: v6.1) Linux 6.1

I verified the config variable:
	git config b4.prep-cover-strategy
		branch-description

And I am on the latest version:
	b4 version
		0.11.1

show-info shows that b4 is not picking up the cover-strategy:
	b4 prep --show-info
		branch: b4/up-test
		cover-subject: EDITME: cover title for up/test
		change-id: 20221223-up-test-d1f1526622b0
		revision: 1
		cover-strategy: commit
		base-branch: up/mtk/mt8365/power
		base-commit: 830b3c68c1fb1e9176028d02ef86f3cf76aa2476
		start-commit: a9fb7aa725a642cf72e16ff45d74a07e66c9b63e
		end-commit: a9fb7aa725a642cf72e16ff45d74a07e66c9b63e

Thanks,
Markus

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: b4 prep -n ignores b4.prep-cover-strategy
  2022-12-23 17:01 b4 prep -n ignores b4.prep-cover-strategy Markus Schneider-Pargmann
@ 2022-12-27 15:29 ` Konstantin Ryabitsev
  2022-12-27 15:58   ` Markus Schneider-Pargmann
  0 siblings, 1 reply; 3+ messages in thread
From: Konstantin Ryabitsev @ 2022-12-27 15:29 UTC (permalink / raw)
  To: Markus Schneider-Pargmann; +Cc: tools

On Fri, Dec 23, 2022 at 06:01:14PM +0100, Markus Schneider-Pargmann wrote:
> Hi Konstantin,
> 
> maybe I am doing something wrong. I set the cover-strategy to
> branch-description in ~/.gitconfig:
> 	[b4]
> 	        prep-cover-strategy = branch-description
> 
> Then I create a new branch using b4:
> 	b4 prep -n up/test -f v6.1

Weird, I can't replicate this. Something else must be going on that overrides
the global setting.

> I verified the config variable:
> 	git config b4.prep-cover-strategy
> 		branch-description

The only other place I can think of is in .git/config for the up-test branch:

    [branch "b4/up-test"]
      b4-prep-cover-strategy = commit

However, this should have been deleted when you ran "git branch -D", so I'm
not sure why it would be left over in your .git/config.

If you can rerun "b4 -d prep -n ..." that should give some debug info during
branch creation that should help figure out what's going wrong.

-K

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: b4 prep -n ignores b4.prep-cover-strategy
  2022-12-27 15:29 ` Konstantin Ryabitsev
@ 2022-12-27 15:58   ` Markus Schneider-Pargmann
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Schneider-Pargmann @ 2022-12-27 15:58 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: tools

Hi Konstantin,

On Tue, Dec 27, 2022 at 10:29:44AM -0500, Konstantin Ryabitsev wrote:
> On Fri, Dec 23, 2022 at 06:01:14PM +0100, Markus Schneider-Pargmann wrote:
> > Hi Konstantin,
> > 
> > maybe I am doing something wrong. I set the cover-strategy to
> > branch-description in ~/.gitconfig:
> > 	[b4]
> > 	        prep-cover-strategy = branch-description
> > 
> > Then I create a new branch using b4:
> > 	b4 prep -n up/test -f v6.1
> 
> Weird, I can't replicate this. Something else must be going on that overrides
> the global setting.
> 
> > I verified the config variable:
> > 	git config b4.prep-cover-strategy
> > 		branch-description
> 
> The only other place I can think of is in .git/config for the up-test branch:
> 
>     [branch "b4/up-test"]
>       b4-prep-cover-strategy = commit
> 
> However, this should have been deleted when you ran "git branch -D", so I'm
> not sure why it would be left over in your .git/config.

Somehow it wasn't removed, thank you. I am not sure how I got there, I
can't reproduce it now. So, consider this solved for me, thank you!

Best,
Markus

> 
> If you can rerun "b4 -d prep -n ..." that should give some debug info during
> branch creation that should help figure out what's going wrong.
> 
> -K

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-27 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-23 17:01 b4 prep -n ignores b4.prep-cover-strategy Markus Schneider-Pargmann
2022-12-27 15:29 ` Konstantin Ryabitsev
2022-12-27 15:58   ` Markus Schneider-Pargmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).