Skip to content
Snippets Groups Projects
Commit db0a6c10 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Bump workhorse version

parent c31f876a
No related branches found
No related tags found
1 merge request!4590Workhorse to serve email diffs
Pipeline #
0.7.5 0.7.7
Loading
@@ -54,13 +54,13 @@ module Gitlab
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment