]> git.pld-linux.org Git - packages/git-core.git/commitdiff
avoid "error closing pipe:" at the end of git svn clone auto/th/git-core-1.8.3.3-2
authorKacper Kornet <draenog@pld-linux.org>
Fri, 19 Jul 2013 13:16:24 +0000 (14:16 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Fri, 19 Jul 2013 13:19:06 +0000 (14:19 +0100)
git-core-svn-exit-errors.patch [new file with mode: 0644]
git-core.spec

diff --git a/git-core-svn-exit-errors.patch b/git-core-svn-exit-errors.patch
new file mode 100644 (file)
index 0000000..d522644
--- /dev/null
@@ -0,0 +1,15 @@
+diff --git a/git-svn.perl b/git-svn.perl
+index d070de0..d93d133 100755
+--- a/git-svn.perl
++++ b/git-svn.perl
+@@ -2068,6 +2068,10 @@ sub gc_directory {
+       }
+ }
++END {
++    undef $_repository;
++}
++
+ __END__
+ Data structures:
index beb4a6fdfb5a8d4583a01873f0740d1e6eaffcd7..001253a796df56982079ab57db83e56757ee28a3 100644 (file)
@@ -11,7 +11,7 @@ Summary:      Distributed version control system focused on speed, effectivity and us
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:          git-core
 Version:       1.8.3.3
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://git-core.googlecode.com/files/git-%{version}.tar.gz
@@ -28,6 +28,7 @@ Patch1:               %{name}-key-bindings.patch
 Patch2:                %{name}-sysconfdir.patch
 Patch3:                cherry-picked-commitlog.patch
 Patch4:                %{name}-svn-serf.patch
+Patch5:                %{name}-svn-exit-errors.patch
 URL:           http://git-scm.com/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
This page took 0.037815 seconds and 4 git commands to generate.