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

chore: remove unnecessary indentation from merge commit message

This commit is contained in:
Zetok Zalbavar 2016-07-04 17:49:59 +01:00
parent b4a87a3a0e
commit 99ce719b80
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -106,6 +106,6 @@ get_sources() {
merge() {
local signed="$@"
git merge --no-ff $signed $PR -m "Merge pull request #$PR
$OPT_MSG
$(git shortlog master..$PR)"
$OPT_MSG
$(git shortlog master..$PR)"
}