Commit db0a6c10 authored by Z.J. van de Weg's avatar Z.J. van de Weg

Bump workhorse version

parent c31f876a
......@@ -54,13 +54,13 @@ module Gitlab
def send_git_patch(repository, from, to)
params = {
'RepoPath' => repository.path_to_repo,
'ShaFrom' => from,
'ShaTo' => to
'RepoPath' => repository.path_to_repo,
'ShaFrom' => from,
'ShaTo' => to
}
[
SEND_DATA_HEADER,
SEND_DATA_HEADER,
"git-format-patch:#{encode(params)}"
]
end
......
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