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:
authorRobert Speicher <rspeicher@gmail.com>2020-03-03 18:52:39 +0300
committerJacob Vosmaer <jacob@gitlab.com>2020-03-03 18:52:39 +0300
commitaecf83b83910256a7f2498dc9c4cc25fb9b603ac (patch)
tree2e2c2c061a25c2164026c23f1313d41a54550193 /changelogs
parent4a252d129526874e33e10ce365430b7134e11bcf (diff)
Properly account for tags in PushResults
Despite the name, tags are also pushed via the `push_remote_branches` method in `Gitlab::Git::RepositoryMirroring`.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/rs-push-results-with-tags.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/rs-push-results-with-tags.yml b/changelogs/unreleased/rs-push-results-with-tags.yml
new file mode 100644
index 000000000..fce22d392
--- /dev/null
+++ b/changelogs/unreleased/rs-push-results-with-tags.yml
@@ -0,0 +1,5 @@
+---
+title: Properly account for tags in PushResults
+merge_request: 1874
+author:
+type: fixed