Browse Source

chore: remove unnecessary indentation from merge commit message

pull/3473/head
Zetok Zalbavar 9 years ago
parent
commit
99ce719b80
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 4
      tools/lib/PR_bash.source

4
tools/lib/PR_bash.source

@ -106,6 +106,6 @@ get_sources() { @@ -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)"
}

Loading…
Cancel
Save