1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(tools): make deweblate script automatically use last commit msg

This commit is contained in:
Zetok Zalbavar 2016-11-28 14:14:49 +00:00
parent 392dfce9ff
commit 78b242a418
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -53,8 +53,9 @@ get_filename() {
# call the other script to update && amend
update() {
local file=$(get_filename)
local commit_msg=$(get_commit_title)
./tools/update-translation-files.sh "$file"
git commit -S --amend "$file"
git commit -S --amend -m "$commit_msg" "$file"
}