Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
1ee8fddac907
Commit
db0a6c10
authored
Jun 28, 2016
by
Z.J. van de Weg
Browse files
Bump workhorse version
parent
ff37022d99e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
GITLAB_WORKHORSE_VERSION
View file @
1ee8fdda
0.7.
5
0.7.
7
lib/gitlab/workhorse.rb
View file @
1ee8fdda
...
...
@@ -54,13 +54,13 @@ def send_git_diff(repository, diff_refs)
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment