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:
authorJohn Cai <jcai@gitlab.com>2019-02-13 01:38:39 +0300
committerJohn Cai <jcai@gitlab.com>2019-02-13 01:38:39 +0300
commit532be49f10424e7dd86837052382635c0140aaf9 (patch)
tree4a60194d1887739b335516b436b205f943b405ff
parent3e342ff1f78ccea4390dfab1adbdbc18d4bd96b1 (diff)
Version 1.19.1v1.19.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--VERSION2
-rw-r--r--changelogs/unreleased/jc-check-for-first-commit.yml5
3 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index abb198d16..661c89ca0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Gitaly changelog
+## v1.19.1
+
+#### Fixed
+- Use empty tree if initial commit
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/1075
+
## v1.19.0
#### Fixed
diff --git a/VERSION b/VERSION
index 815d5ca06..66e2ae6c2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.19.0
+1.19.1
diff --git a/changelogs/unreleased/jc-check-for-first-commit.yml b/changelogs/unreleased/jc-check-for-first-commit.yml
deleted file mode 100644
index 60595e912..000000000
--- a/changelogs/unreleased/jc-check-for-first-commit.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Use empty tree if initial commit
-merge_request: 1075
-author:
-type: fixed