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>
maint
Eric Wong 2006-08-26 09:52:25 -07:00 committed by Junio C Hamano
parent 83572c1a91
commit 5f641ccc69
1 changed files with 1 additions and 0 deletions

View File

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

########################### utility functions #########################