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:

committed by
Junio C Hamano

parent
83572c1a91
commit
5f641ccc69
@ -819,6 +819,7 @@ sub commit_diff {
|
||||
} else {
|
||||
$ed->close_edit;
|
||||
}
|
||||
$_message = $_file = undef;
|
||||
}
|
||||
|
||||
########################### utility functions #########################
|
||||
|
Reference in New Issue
Block a user