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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-05-23 23:54:50 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2018-09-11 21:43:07 +0300
commit110f438767c5ff0b5abf7f27a3ea23c4e2652b12 (patch)
tree74f298460903252579840a5e71130ab61ff85b0e /Makefile
parent8a8daada771e4659baeb6fc08178179ea78010a6 (diff)
Include keep-around and other references in the checksum calculation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7ec1b220b..4afaee5bc 100644
--- a/Makefile
+++ b/Makefile
@@ -116,6 +116,8 @@ govendor-tagged: $(TARGET_SETUP) $(GOVENDOR)
$(TEST_REPO):
git clone --bare https://gitlab.com/gitlab-org/gitlab-test.git $@
+ # Git notes aren't fetched by default with git clone
+ git -C $@ fetch origin refs/notes/*:refs/notes/*
.PHONY: prepare-tests
prepare-tests: $(TARGET_SETUP) $(TEST_REPO) .ruby-bundle