Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-07-12 10:49:24 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-07-12 11:06:18 +0300
commit0dd443615adf3b11c27b421edf350b141e2307c7 (patch)
tree7ca3da2fbbde2570854a77e01fcc96189aa60b65 /README.md
parent47655b4df3bf9987c576edd2f808554606054bd9 (diff)
Allow explicit missing ref error in tests
In https://gitlab.com/gitlab-org/git/commit/014ade748420b074a06dbb7f5fb974b5e6184f4 the behaviour of upload-pack changed to be explicit about missing refs. In the Gitaly test the assertion was made against the output of the command being empty. This is no longer the case, so now an assertion is made against the output. This itself might break in the furture, but given the test is about hidden refs it's probably better to have this test break somewhere in the future than remove the assertion or weaken it.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f7a51534a..ab9b55b97 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Gitaly requires Go 1.11.4 or newer and Ruby 2.5. Run `make` to download
and compile Ruby dependencies, and to compile the Gitaly Go
executable.
-Gitaly uses `git`. Version `2.21.0` or higher is required.
+Gitaly uses `git`. Versions `2.21.0` and `2.22.0` are supported.
## Configuration