From 7c8e949441e82d18f51990e24202a538e51b1081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Nowoty=C5=84ski?= Date: Tue, 22 Jan 2019 22:43:07 +0100 Subject: Rewrite remove remote in Go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Part of #1465 Signed-off-by: Mateusz NowotyƄski --- ruby/lib/gitaly_server/remote_service.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ruby') diff --git a/ruby/lib/gitaly_server/remote_service.rb b/ruby/lib/gitaly_server/remote_service.rb index 959fc3ab4..510cac93f 100644 --- a/ruby/lib/gitaly_server/remote_service.rb +++ b/ruby/lib/gitaly_server/remote_service.rb @@ -12,6 +12,7 @@ module GitalyServer Gitaly::AddRemoteResponse.new end + # TODO: remove in gitlab 11.9, this is implemented in Go now def remove_remote(request, call) repo = Gitlab::Git::Repository.from_gitaly(request.repository, call) -- cgit v1.2.3