On Tue, Jun 09, 2009 at 11:00:15AM +0300, Damyan Ivanov wrote:
> I have checked the first SVN revision of debchange.pl (devscripts
> package) from 2004 and it uses the Getopt::Long Perl module (from
> perl-base package) for parsing command line options, which has '--'
> documented:
>
> Mixi
-=| Guido Günther, Tue, Jun 09, 2009 at 09:21:00AM +0200 |=-
> On Fri, Jun 05, 2009 at 05:14:06PM +0300, Damyan Ivanov wrote:
> > Package: git-buildpackage
> > Version: 0.4.53
> > Severity: normal
> > Tags: patch
> >
> > Hi,
> >
> > If there is some commit that starts with dashes, git-dch calls d
On Fri, Jun 05, 2009 at 05:14:06PM +0300, Damyan Ivanov wrote:
> Package: git-buildpackage
> Version: 0.4.53
> Severity: normal
> Tags: patch
>
> Hi,
>
> If there is some commit that starts with dashes, git-dch calls dch like this:
>
> dch '--some message starting with dashes'
That's bad.
>
Package: git-buildpackage
Version: 0.4.53
Severity: normal
Tags: patch
Hi,
If there is some commit that starts with dashes, git-dch calls dch like this:
dch '--some message starting with dashes'
the message is interpreted by dch as an option, leading to failure to parse
command-line options
4 matches
Mail list logo