We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2ea43 commit df77742Copy full SHA for df77742
1 file changed
bin/mergedevbranch
@@ -209,7 +209,7 @@ read -p "Continue with the commit? [Y/n] "
209
if [ "$ARG_COMMIT" != 0 ]; then
210
echo "Committing the merge:"
211
echo ""
212
- svn commit -m "Merged [$rev] from $who: $comment $fix"
+ svn commit -m "Merged in [$rev] from $who:\n ${comment//\"/\'} ${fix//\"/\'}"
213
else
214
echo "This merge has not been committed yet."
215
echo "To commit it, run this commit command: ../cicmd/commit-$rev-merge.sh"
0 commit comments