Bump workhorse version
This commit is contained in:
parent
c31f876a27
commit
db0a6c10ed
2 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
0.7.5
|
||||
0.7.7
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue