summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-02-03 18:16:16 -0500
committerJames Moger <james.moger@gitblit.com>2012-02-03 18:16:16 -0500
commitb7403152813c7fee783e3c999c7f7ae9fbaacce0 (patch)
treeb30326dec98319aab292b3a160eb9f3e39db104c /docs
parentfe7c01a8bd76dff240e74bb770212911e227ba59 (diff)
downloadgitblit-b7403152813c7fee783e3c999c7f7ae9fbaacce0.tar.gz
gitblit-b7403152813c7fee783e3c999c7f7ae9fbaacce0.zip
Block pushes to a repository with a working copy (issue 49)
Diffstat (limited to 'docs')
-rw-r--r--docs/00_index.mkd5
-rw-r--r--docs/04_releases.mkd1
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/00_index.mkd b/docs/00_index.mkd
index e49750e1..a0438eef 100644
--- a/docs/00_index.mkd
+++ b/docs/00_index.mkd
@@ -30,10 +30,7 @@
Gitblit is an open-source, pure Java stack for managing, viewing, and serving [Git][git] repositories.
It's designed primarily as a tool for small workgroups who want to host centralized repositories.
-You can browse a live demo [here](http://demo-gitblit.rhcloud.com) hosted on [RedHat's OpenShift][rhcloud] cloud service.
-
-**NOTE:**
-The demo is a bit unstable due to a bug in JBossAS7/Tomcat when running in LOW_MEMORY mode which OpenShift mandates. RedHat engineers hope to have this issue resolved soon.
+You can browse a live demo [here](https://demo-gitblit.rhcloud.com) hosted on [RedHat's OpenShift][rhcloud] cloud service.
### GO: Single-Stack Solution
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index c8e9d197..e5113192 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -6,6 +6,7 @@
#### changes
+- block pushes to a repository with a working copy (i.e. non-bare repository) (issue-49)
- web.datetimestampLongFormat from *EEEE, MMMM d, yyyy h:mm a z* to *EEEE, MMMM d, yyyy HH:mm Z* (issue 50)
#### additions