Commit 56b0df19 authored by Sean McGivern's avatar Sean McGivern

Use long option names in squashing

parent 9c9c1485
......@@ -41,7 +41,7 @@ module MergeRequests
)
run_git_command(
%W(commit --no-verify -m #{merge_request.title}),
%W(commit --no-verify --message #{merge_request.title}),
tree_path,
git_env.merge('GIT_COMMITTER_NAME' => current_user.name,
'GIT_COMMITTER_EMAIL' => current_user.email,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment