diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-09-09 13:20:35 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2011-09-09 13:20:35 -0700 |
commit | 2d580f2c59e32395c0dd170ece1f11baaadc6935 (patch) | |
tree | a4be339ff0c9697c8615c9dc195957875e6c0090 | |
parent | 3a0f3d12b5a91bbd45c77b0c64a5d1d15bcdde46 (diff) | |
download | device_common-2d580f2c59e32395c0dd170ece1f11baaadc6935.tar.gz device_common-2d580f2c59e32395c0dd170ece1f11baaadc6935.tar.bz2 device_common-2d580f2c59e32395c0dd170ece1f11baaadc6935.zip |
Add the bug number to auto-generated commits.
Bug: 4295425
Change-Id: Ib3705bf71501ab062cfd86bdc61df73c79e70965
-rwxr-xr-x | generate-blob-scripts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-blob-scripts.sh b/generate-blob-scripts.sh index 6806491..a6418f5 100755 --- a/generate-blob-scripts.sh +++ b/generate-blob-scripts.sh @@ -287,7 +287,7 @@ do ( cd device/$MANUFACTURERNAME/$DEVICENAME git add . - git commit -m "auto-generated blob-handling scripts" + git commit -m "$(echo -e 'auto-generated blob-handling scripts\n\nBug: 4295425')" if test "$1" != "" -a "$2" != "" then echo uploading to server $1 branch $2 |