1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Tweak commit message for auto update of gn build script

Use `[tag]` as a prefix and "port" instead of "merge" to
avoid confusing with "git merge".
This commit is contained in:
Mehdi Amini 2019-12-18 15:55:27 -05:00
parent 924e626fc4
commit 038bd1ef33

View File

@ -114,7 +114,7 @@ def sync_source_lists(write):
print(' remove:\n ' + '\n '.join(remove))
print()
if write:
git(['commit', '-m', 'gn build: Merge %s' % rev])
git(['commit', '-m', '[gn build] Port %s' % rev])
else:
print()