#602133 /git-dch: should not set --[no]-maint-merge unless explicitly asked to

#602133#5
Date:
2010-11-01 21:19:59 UTC
From:
To:
git-dch can now be told about maint-merge. Good. But, it broke it for us
using ~/.devscripts to set DEBCHANGE_MULTIMAINT_MERGE=yes, since it always
passes the --no-maint-merge flag unless told otherwise.

The behavior should be to not pass any flag unless explicitly told to.

..oO( Maybe it is best to do like git-buildpackage command, that merely
passes on any flag it does not understand. )

#602133#10
Date:
2010-11-01 22:17:18 UTC
From:
To:
Hi Felipe,
sufficient anymore and you now have to also pass it git-dch explicitly?
Do I understand that correctly?

Cheers,
 -- Guido

P.S.: We can't simply pass on stuff to dch since we have to mess with
the options for the correct trailers etc.

#602133#15
Date:
2010-11-02 10:50:12 UTC
From:
To:
Yes, that is correct.

Oh, ok then. This is unfortunate.