From 3832859fffffb718280a504bf540cf384a1ebcc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Wed, 13 Sep 2017 18:10:13 +0200 Subject: [PATCH] bin/updateSubmodule.sh: Copy 'Bug:' lines from included changes This seems to be a new convention and it seems that James has been doing it by hand. *shakes head* Change-Id: I519498c9b81d44dc7f8048d128b4fe526cb7b82d --- bin/updateSubmodule.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/updateSubmodule.sh b/bin/updateSubmodule.sh index 4d11b094ce..66062963e6 100755 --- a/bin/updateSubmodule.sh +++ b/bin/updateSubmodule.sh @@ -41,12 +41,15 @@ fi # Generate commit summary # TODO recurse NEWCHANGES=$(git log ..$TARGET --oneline --no-merges --reverse --color=never) +TASKS=$(git log ..$TARGET --no-merges --format=format:%B | grep "Bug: T" | sort | uniq) NEWCHANGESDISPLAY=$(git log ..$TARGET --oneline --no-merges --reverse --color=always) COMMITMSG=$(cat <