commit | 5f641ccc69da1e0f2e3953f615cf592e83ec721b | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Sat Aug 26 09:52:25 2006 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Sat Aug 26 17:54:15 2006 -0700 |
tree | 880dfc73e019ef0897223a6be151b43557481780 | |
parent | 83572c1a914d3f7a8dd66d954c11bbc665b7b923 [diff] [blame] |
git-svn: stop repeatedly reusing the first commit message with dcommit 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>
diff --git a/git-svn.perl b/git-svn.perl index 9382a15..0290850 100755 --- a/git-svn.perl +++ b/git-svn.perl
@@ -819,6 +819,7 @@ } else { $ed->close_edit; } + $_message = $_file = undef; } ########################### utility functions #########################