Skip to content

Commit

Permalink
git-svn: stop repeatedly reusing the first commit message with dcommit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Wong authored and Junio C Hamano committed Aug 27, 2006
1 parent 83572c1 commit 5f641cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-svn.perl
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ sub commit_diff {
} else {
$ed->close_edit;
}
$_message = $_file = undef;
}

########################### utility functions #########################
Expand Down

0 comments on commit 5f641cc

Please sign in to comment.