Merge "bin/updateSubmodule.sh: Copy 'Bug:' lines from included changes"

This commit is contained in:
jenkins-bot 2017-09-13 17:12:04 +00:00 committed by Gerrit Code Review
commit ba671505e7

View file

@ -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 <<END
Update VE core submodule to $TARGETDESC
New changes:
$NEWCHANGES
$TASKS
END
)
# Check out master of VE core