summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-27 16:03:22 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-27 16:03:22 -0400
commit95654508d51894f5b0fbd5772d4c7c13ee397060 (patch)
tree0ffb8902b1630b7f7961c9902f548b4957ac7d80
parentc65e886105bec5bcdab80c8122c31dfaa7850d08 (diff)
webapp: Support enabling known gitlab.com remotes.
-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]]