]> git.pld-linux.org Git - packages/git-core.git/blame - git-core-svn-exit-errors.patch
up to 2.7.2
[packages/git-core.git] / git-core-svn-exit-errors.patch
CommitLineData
2d4ceaa0
KK
1diff --git a/git-svn.perl b/git-svn.perl
2index d070de0..d93d133 100755
3--- a/git-svn.perl
4+++ b/git-svn.perl
5@@ -2068,6 +2068,10 @@ sub gc_directory {
6 }
7 }
8
9+END {
10+ undef $_repository;
11+}
12+
13 __END__
14
15 Data structures:
This page took 0.050153 seconds and 4 git commands to generate.