提交 5f641ccc 编写于 作者: E Eric Wong 提交者: Junio C Hamano

git-svn: stop repeatedly reusing the first commit message with dcommit

Excessive use of global variables got me into trouble.
Signed-off-by: NEric Wong <normalperson@yhbt.net>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 83572c1a
......@@ -819,6 +819,7 @@ sub commit_diff {
} else {
$ed->close_edit;
}
$_message = $_file = undef;
}
########################### utility functions #########################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册