Merge branch 'svn-maint-fixes' into svn-fixes
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 Feb 2015 22:03:57 +0000 (14:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Feb 2015 22:03:57 +0000 (14:03 -0800)
* svn-maint-fixes:
Git::SVN::*: avoid premature FileHandle closure
git-svn: fix localtime=true on non-glibc environments

1  2 
perl/Git/SVN.pm
perl/Git/SVN/Fetcher.pm
perl/Git/SVN/Ra.pm
diff --cc perl/Git/SVN.pm
index afa562c8b9f8129e76b2cd7c9568ba1b3dfa06df,7006219c0a386f59030f6a08810abfeb211a0da2..152fb7e9274c779cb66de099878b4de40e5406e4
@@@ -9,9 -9,12 +9,10 @@@ use vars qw/$_no_metadat
            $_use_log_author $_add_author_from $_localtime/;
  use Carp qw/croak/;
  use File::Path qw/mkpath/;
 -use File::Copy qw/copy/;
  use IPC::Open3;
  use Memoize;  # core since 5.8.0, Jul 2002
 -use Memoize::Storable;
  use POSIX qw(:signal_h);
+ use Time::Local;
  
  use Git qw(
      command
Simple merge
Simple merge