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
1ee8fdda
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,9 +54,9 @@
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
}
[
...
...
@@ -60,7 +60,7 @@
}
[
SEND_DATA_HEADER
,
SEND_DATA_HEADER
,
"git-format-patch:
#{
encode
(
params
)
}
"
]
end
...
...
Write
Preview
Supports
Markdown
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