mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 04:36:11 +10:00
Bump workhorse version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user