Bug#531985: [git-dch] breaks when commit message starts with dashes

2009-06-09 Thread Guido Günther
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

Bug#531985: [git-dch] breaks when commit message starts with dashes

2009-06-09 Thread Damyan Ivanov
-=| 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

Bug#531985: [git-dch] breaks when commit message starts with dashes

2009-06-09 Thread Guido Günther
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. >

Bug#531985: [git-dch] breaks when commit message starts with dashes

2009-06-05 Thread Damyan Ivanov
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