Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > Per my reading of the file this was the only thing autodie was doing > in this file (there was no other code it altered). So let's remove it, > both to fix the logic error and to get rid of the dependency. > > 1. <87efhfvxzu.fsf@xxxxxxxxxxxxxxxxxxx> > (https://public-inbox.org/git/87efhfvxzu.fsf@xxxxxxxxxxxxxxxxxxx/) > 2. <CAHqJXRE8OKSKcck1APHAHccLZhox+tZi8nNu2RA74RErX8s3Pg@xxxxxxxxxxxxxx> > (https://public-inbox.org/git/CAHqJXRE8OKSKcck1APHAHccLZhox+tZi8nNu2RA74RErX8s3Pg@xxxxxxxxxxxxxx/) > > Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> > --- > contrib/credential/netrc/git-credential-netrc | 1 - > 1 file changed, 1 deletion(-) Even though this may not be all that release-critical, let's queue it so that we do not have to remember to dig it up later ;-) Thank you very much to all of you involved in the thread. > diff --git a/contrib/credential/netrc/git-credential-netrc b/contrib/credential/netrc/git-credential-netrc > index 0b9a94102e..ebfc123ec6 100755 > --- a/contrib/credential/netrc/git-credential-netrc > +++ b/contrib/credential/netrc/git-credential-netrc > @@ -2,7 +2,6 @@ > > use strict; > use warnings; > -use autodie; > > use Getopt::Long; > use File::Basename;