OSDN Git Service

Add the bug number to auto-generated commits.
authorJean-Baptiste Queru <jbq@google.com>
Fri, 9 Sep 2011 20:20:35 +0000 (13:20 -0700)
committerJean-Baptiste Queru <jbq@google.com>
Fri, 9 Sep 2011 20:20:35 +0000 (13:20 -0700)
Bug: 4295425
Change-Id: Ib3705bf71501ab062cfd86bdc61df73c79e70965

generate-blob-scripts.sh

index 6806491..a6418f5 100755 (executable)
@@ -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