mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-30 00:55:00 +00:00
Merge "bin/updateSubmodule.sh: Copy 'Bug:' lines from included changes"
This commit is contained in:
commit
ba671505e7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue