diff options
-rw-r--r-- | CONTRIBUTING | 2 | ||||
-rwxr-xr-x | rfc.sh | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index 8b3baa7e5f6..7bccd88d7e5 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -22,4 +22,4 @@ are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with - this project or the open source license(s) involved.
\ No newline at end of file + this project or the open source license(s) involved. @@ -16,6 +16,9 @@ set_hooks_commit_msg() curl -o $f $u || wget -O $f $u; chmod +x .git/hooks/commit-msg; + + # Let the 'Change-Id: ' header get assigned on first run of rfc.sh + GIT_EDITOR=true git commit --amend; } |