gerrit/commit-msg: Report added Change-Id

This commit is contained in:
Brad King 2010-08-30 13:00:11 -04:00
parent 5450a1ecb6
commit 592711ab84

@ -83,6 +83,7 @@ add_ChangeId() {
$_ = join("\n", @message, @footer);
open(O, ">$MSG"); print O; close O;
' "$MSG" "$id" "$CHANGE_ID_AFTER"
echo "Added Change-Id: I$id"
}
_gen_ChangeIdInput() {
echo "tree $(git write-tree)"