do_for_each_reflog(): use a strbuf to hold logfile name
[gitweb.git] / git-svn.perl
index aa14564e337adfd7646bc61692c4c4734d8dbfdd..f8e9ef0ea622ac52ab96eab435bc2a65bd70aba0 100755 (executable)
@@ -4070,7 +4070,7 @@ sub rev_map_set {
        if ($update_ref) {
                $sigmask = POSIX::SigSet->new();
                my $signew = POSIX::SigSet->new(SIGINT, SIGHUP, SIGTERM,
-                       SIGALRM, SIGPIPE, SIGUSR1, SIGUSR2);
+                       SIGALRM, SIGUSR1, SIGUSR2);
                sigprocmask(SIG_BLOCK, $signew, $sigmask) or
                        croak "Can't block signals: $!";
        }