Re: Issue of 'gitlog-to-changelog' due to 'git rev-parse'

2016-07-08 Thread Stefan Vargyas
> Date: Mon, 4 Jul 2016 13:03:31 -0700 > From: Stefan Vargyas > Subject: Re: Re: Issue of 'gitlog-to-changelog' due to 'git rev-parse' > ... > > Pádraig, > > Thank you for your response. > > Indeed you raised a good point: > > $ m

Re: Re: Issue of 'gitlog-to-changelog' due to 'git rev-parse'

2016-07-04 Thread Stefan Vargyas
> Date: Mon, 4 Jul 2016 18:34:02 +0100 > From: Pdraig Brady > Subject: Re: Issue of 'gitlog-to-changelog' due to 'git rev-parse' > > ... > > thanks for the fix. > I see that --git-dir can return relative or absolute results > (if invoked in su

Re: Issue of 'gitlog-to-changelog' due to 'git rev-parse'

2016-07-04 Thread Pádraig Brady
On 04/07/16 09:55, Stefan Vargyas wrote: > Dear maintainers, > > While using gnulib's gitlog-to-changelog perl script, I came > across the following issue it has: > > Older versions of 'git rev-parse' does not have the command > line option `--show-toplevel'. In this case the perl script > fails

Issue of 'gitlog-to-changelog' due to 'git rev-parse'

2016-07-04 Thread Stefan Vargyas
Dear maintainers, While using gnulib's gitlog-to-changelog perl script, I came across the following issue it has: Older versions of 'git rev-parse' does not have the command line option `--show-toplevel'. In this case the perl script fails badly, as shown by the sequence of commands below: $ m