summaryrefslogtreecommitdiffstats
path: root/docs/04_releases.mkd
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-02-03 23:32:41 -0500
committerJames Moger <james.moger@gitblit.com>2012-02-03 23:32:41 -0500
commit1c221573789f0673995cfec03e05af936a4ff3b3 (patch)
tree4ed0dafb861d1c7bd6c2e262e8c9f0053e4fd5a2 /docs/04_releases.mkd
parentb86562942b1d4a498e337b28201e0db308fa51c8 (diff)
downloadgitblit-1c221573789f0673995cfec03e05af936a4ff3b3.tar.gz
gitblit-1c221573789f0673995cfec03e05af936a4ff3b3.zip
Show a ! in the swatch of a repository with a working copy (issue 49)
Diffstat (limited to 'docs/04_releases.mkd')
-rw-r--r--docs/04_releases.mkd2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index 1cd966e3..32769762 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -11,6 +11,8 @@
#### additions
+- On the Repositories page show a bang *!* character in the color swatch of a repository with a working copy (issue 49)
+Push requests to these repositories will be rejected.
- New setting to prevent display/serving non-bare repositories
**New:** *git.onlyAccessBareRepositories = false*
- Allow relinking HEAD to a branch or a tag (Github/plm)