summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--doc/bugs/enabling_existing_gitlab_repo_in_webapp_broken.mdwn2
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4541a6886..7ca0944d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+git-annex (5.20150728) UNRELEASED; urgency=medium
+
+ * webapp: Support enabling known gitlab.com remotes.
+
+ -- Joey Hess <id@joeyh.name> Mon, 27 Jul 2015 15:57:07 -0400
+
git-annex (5.20150727) unstable; urgency=medium
* Fix bug that prevented uploads to remotes using new-style chunking
diff --git a/doc/bugs/enabling_existing_gitlab_repo_in_webapp_broken.mdwn b/doc/bugs/enabling_existing_gitlab_repo_in_webapp_broken.mdwn
index e04a8068d..35ebc40a0 100644
--- a/doc/bugs/enabling_existing_gitlab_repo_in_webapp_broken.mdwn
+++ b/doc/bugs/enabling_existing_gitlab_repo_in_webapp_broken.mdwn
@@ -4,3 +4,5 @@ work.
This is a SMOP; it needs to detect that the repo is on gitlab and use a
custom enabling process and no the generic one, which doesn't work.
--[[Joey]]
+
+> [[fixed|done]] --[[Joey]]