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:
authorJacob Vosmaer <jacob@gitlab.com>2019-08-16 13:05:50 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-16 13:05:50 +0300
commit2ac7b28e70e364663575ba9038d3abb51c36db4d (patch)
treebe36cec2cbc091107179fed9e97eb4d0701cbd3b
parent45ce21a3533d81ae8aedb895f94feff8c5a15b34 (diff)
Version 1.47.3v1.47.3
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/sh-worktree-cleanup.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6252a670..a96d59e4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.47.3
+
+#### Fixed
+- Properly clean up worktrees after commit operations
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1383
+
## v1.47.2
#### Security
diff --git a/VERSION b/VERSION
index eee590915..6bd281069 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.47.2
+1.47.3
diff --git a/changelogs/unreleased/sh-worktree-cleanup.yml b/changelogs/unreleased/sh-worktree-cleanup.yml
deleted file mode 100644
index 8b239dcc7..000000000
--- a/changelogs/unreleased/sh-worktree-cleanup.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Properly clean up worktrees after commit operations
-merge_request: 1383
-author:
-type: fixed