From db5ae72de5dc267900b174458cd3d0bbee663600 Mon Sep 17 00:00:00 2001 From: Ortwin Escher Date: Thu, 28 Jan 2010 16:04:49 +0100 Subject: [PATCH] Removed redundant line. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Love Hörnquist Åstrand --- git2svn | 1 - 1 file changed, 1 deletion(-) diff --git a/git2svn b/git2svn index f6e17fe..2380775 100755 --- a/git2svn +++ b/git2svn @@ -346,7 +346,6 @@ COMMAND: while (!eof(IN)) { die "file was a dir"; } elsif (($paths{$path} != 2) && ($type == 0120000)) { print STDERR "Dir is now a symlink, deleting: $path\n" if ($verbose); - delete $paths{$path}; foreach ( keys( %paths ) ) { delete $paths{$_} if ( /^$path\// ); } -- 2.11.4.GIT