summaryrefslogtreecommitdiff
path: root/GITALY_SERVER_VERSION
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-03-27 11:48:11 +0200
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-03-27 14:43:21 +0200
commit11a483649e2bbcb2ee293fd189473a048d3e3f35 (patch)
tree61313b233d321366c43196a058a33211447e07f9 /GITALY_SERVER_VERSION
parentffa73498b1c3125eec6d51db4502ab22da664773 (diff)
downloadgitlab-ce-11a483649e2bbcb2ee293fd189473a048d3e3f35.tar.gz
Test if remote repository exists before cloning
When a repository does not exist on a remote, Gitaly won't be able to clone it. This is correct behaviour, but from the clients perspective a change in behaviour. This change implements the client side changes that allows Gitaly to execute a `git ls-remote <remote-url> HEAD`. This way the client has no need to shell out to Git. In the situation where multiple Gitalies are available, one is chosen at random. This commit closes https://gitlab.com/gitlab-org/gitlab-ce/issues/43929, while its also a part of https://gitlab.com/gitlab-org/gitaly/issues/1084
Diffstat (limited to 'GITALY_SERVER_VERSION')
-rw-r--r--GITALY_SERVER_VERSION2
1 files changed, 1 insertions, 1 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION
index 8f63f4f9a10..36545ad338e 100644
--- a/GITALY_SERVER_VERSION
+++ b/GITALY_SERVER_VERSION
@@ -1 +1 @@
-0.91.0
+0.92.0