On Fri, Feb 13, 2026 at 12:05:07PM +0000, Ian Jackson wrote: > > > > [dgit "default"] > ... > > > > quilt = nofix > > > > I just tried it, and it doesn't work. Apparently that only sets > > --quilt=nofix as the default for "dgit build" or "dgit sbuild". It > > does *not* override the default for "dgit gbp-build". I can't seem to > > find a way override the default --quilt setting for dgit gbp-build. > > Is there a way to do that? > > I'm reluctant to change the meaning of this combinationn of > configuration and command line. Someone might have set > dgit.default.quilt=nofix globally, because they don't like the way > that the default mode (linear) can make changes to their branch. > If they ever use gbp-build, fixing your workflow would break theirs. > > So I think this requires a new config setting.
Agreed. Maybe "dgit.default.gbp-quilt=QUILT-OPT"? While we're at it, it would be useful if dgit also looked at configuration parameters at debian/dgit.conf in the debian repo, per my observations here on the debian-devel list thread[1], so there can be branch-specific configuration options. Given that whether a branch is patches-applied or patches-unapplied, whether the gbp quilt configuration parameter should be set a particular way is a property of the branch. [1] https://lists.debian.org/debian-devel/2026/02/msg00291.html If you prefer I can create a separate feature request bug for this. Cheers, - Ted

