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