Bump workhorse version

This commit is contained in:
Z.J. van de Weg
2016-06-28 22:10:53 +02:00
parent c31f876a27
commit db0a6c10ed
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
0.7.5
0.7.7
+4 -4
View File
@@ -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