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>
This commit is contained in:
Eric Wong 2006-08-26 09:52:25 -07:00 committed by Junio C Hamano
parent 83572c1a91
commit 5f641ccc69

View file

@ -819,6 +819,7 @@ sub commit_diff {
} else {
$ed->close_edit;
}
$_message = $_file = undef;
}
########################### utility functions #########################