1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-28 12:59:41 +01:00

Merge branch 'ab/cred-netrc-no-autodie'

Hotfix for contrib/ stuff broken by this cycle.

* ab/cred-netrc-no-autodie:
  git-credential-netrc: remove use of "autodie"
This commit is contained in:
Junio C Hamano 2018-06-18 10:18:42 -07:00
commit 094381ed79

View file

@ -2,7 +2,6 @@
use strict;
use warnings;
use autodie;
use Getopt::Long;
use File::Basename;