Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
heptapod
heptapod
Commits
a97f809fcb20
Commit
959b9f69
authored
Dec 14, 2020
by
Sushil Khanchi
🐨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit: call client service through repository
--HG-- branch : heptapod-stable
parent
ca4e7cc8e1fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/gitlab/git/commit.rb
lib/gitlab/git/commit.rb
+1
-1
No files found.
lib/gitlab/git/commit.rb
View file @
a97f809f
...
...
@@ -139,7 +139,7 @@ def between(repo, base, head)
# are documented here: https://git-scm.com/docs/git-log#_commit_ordering
def
find_all
(
repo
,
options
=
{})
wrapped_gitaly_errors
do
Gitlab
::
GitalyClient
::
CommitService
.
new
(
repo
)
.
find_all_commits
(
options
)
repo
.
gitaly_commit_client
.
find_all_commits
(
options
)
end
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