Bump workhorse version

This commit is contained in:
Z.J. van de Weg 2016-06-28 14:59:25 +02:00
parent c31f876a27
commit db0a6c10ed
2 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
0.7.5 0.7.7

View file

@ -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