]> git.pld-linux.org Git - packages/git-core.git/commitdiff
revert part of svn-serf.patch that was too eager
authorKacper Kornet <draenog@pld-linux.org>
Fri, 19 Jul 2013 13:10:50 +0000 (14:10 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Fri, 19 Jul 2013 13:14:23 +0000 (14:14 +0100)
For more details see:
http://thread.gmane.org/gmane.comp.version-control.git/230770

git-core-svn-serf.patch

index ca4fa415f5237cb25d67abc7fadb8cdf38d91951..03eccdd85e38ede64371b260da36e21c7a40b01c 100644 (file)
@@ -62,15 +62,6 @@ index 7a252ef..0ba15b9 100644
  =item temp_release ( NAME )
  
  =item temp_release ( FILEHANDLE )
-@@ -1248,7 +1277,7 @@ sub _temp_cache {
-       my $temp_fd = \$TEMP_FILEMAP{$name};
-       if (defined $$temp_fd and $$temp_fd->opened) {
--              if ($TEMP_FILES{$$temp_fd}{locked}) {
-+              if (temp_is_locked($name)) {
-                       throw Error::Simple("Temp file with moniker '" .
-                               $name . "' already in use");
-               }
 -- 
 1.8.3.2
 
This page took 0.043679 seconds and 4 git commands to generate.