git 2.17.0: uninitialized value $rec in scalar chomp at ...Git.pm line 557

2018-04-06 Thread Joseph Mingrone
Hello, After upgrading to version 2.17.0, this message appears repeatedly when running `git svn rebase`: Use of uninitialized value $rec in scalar chomp at /usr/local/lib/perl5/site_perl/Git.pm line 557, <$fh> chunk 1. The value of chunk varies. For example the message above may end with '...<

Re: git 2.17.0: uninitialized value $rec in scalar chomp at ...Git.pm line 557

2018-04-06 Thread Johannes Schindelin
Hi Joseph, On Fri, 6 Apr 2018, Joseph Mingrone wrote: > After upgrading to version 2.17.0, this message appears repeatedly when > running `git svn rebase`: > > Use of uninitialized value $rec in scalar chomp at > /usr/local/lib/perl5/site_perl/Git.pm line 557, <$fh> chunk 1. > > The value of c

Re: git 2.17.0: uninitialized value $rec in scalar chomp at ...Git.pm line 557

2018-04-06 Thread Joseph Mingrone
Johannes Schindelin writes: > Hi Joseph, > On Fri, 6 Apr 2018, Joseph Mingrone wrote: >> After upgrading to version 2.17.0, this message appears repeatedly when >> running `git svn rebase`: >> Use of uninitialized value $rec in scalar chomp at >> /usr/local/lib/perl5/site_perl/Git.pm line 557