Update rfc.sh to add change-id to commit message.

If the commit hook is installed, ammend the commit message
so change-id gets added to it.

Change-Id: I3d256a6fa73e789b02bad86421dd95e0a1f52a78
Reviewed-on: https://review.openstack.org/284
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2011-08-19 11:58:08 -07:00 committed by Jenkins
parent d223662015
commit b237cc4b73
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ set_hooks_commit_msg()
curl -o $f $u || wget -O $f $u;
chmod +x $f;
GIT_EDITOR=/bin/true git commit --amend
}
add_remote()