mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
Merge "updateSubmodule: Show whole commit message in console output"
This commit is contained in:
commit
2034611b36
|
@ -48,7 +48,6 @@ fi
|
|||
# TODO recurse
|
||||
NEWCHANGES=$(git log ..$TARGET --oneline --no-merges --topo-order --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)
|
||||
NEW_I18N_KEYS=$(git diff HEAD..$TARGET -- i18n/en.json | grep '^+' | grep --color=never -v '^+++' | sed -E 's/^\+\s*"([^"]+)":.*/\1/')
|
||||
NEW_FILES=$(git diff HEAD..$TARGET --name-only --diff-filter=A | grep --color=never -E "\.(js|css|less)$")
|
||||
|
||||
|
@ -88,7 +87,8 @@ else
|
|||
cat >&2 <<END
|
||||
|
||||
|
||||
Created commit with changes:
|
||||
$NEWCHANGESDISPLAY
|
||||
Created commit:
|
||||
|
||||
$COMMITMSG
|
||||
END
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue