summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 83572c1)
raw | patch | inline | side by side (parent: 83572c1)
author | Eric Wong <normalperson@yhbt.net> | |
Sat, 26 Aug 2006 16:52:25 +0000 (09:52 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 27 Aug 2006 00:54:15 +0000 (17:54 -0700) |
Excessive use of global variables got me into trouble.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl | patch | blob | history |
diff --git a/git-svn.perl b/git-svn.perl
index 9382a15044987fd97bfc659b2b0ed6eba334af1a..0290850b6639b4865d0941089d00a8c2ac5de366 100755 (executable)
--- a/git-svn.perl
+++ b/git-svn.perl
} else {
$ed->close_edit;
}
+ $_message = $_file = undef;
}
########################### utility functions #########################