diff options
author | James Moger <james.moger@gitblit.com> | 2011-10-24 08:20:35 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-10-24 08:20:35 -0400 |
commit | d40adc7553bc900328afa918f45b6d9e9c3087fb (patch) | |
tree | 28fc559fc9403f79d974687e89ae7a935a94c06d /docs/01_features.mkd | |
parent | fe326255202dcfac8b0991ca9d28e3cf4bcc4fe6 (diff) | |
download | gitblit-d40adc7553bc900328afa918f45b6d9e9c3087fb.tar.gz gitblit-d40adc7553bc900328afa918f45b6d9e9c3087fb.zip |
Fixed security hole when cloning repository with TortoiseGit (issue 28)
Diffstat (limited to 'docs/01_features.mkd')
-rw-r--r-- | docs/01_features.mkd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/01_features.mkd b/docs/01_features.mkd index 93647101..5f15aaea 100644 --- a/docs/01_features.mkd +++ b/docs/01_features.mkd @@ -9,11 +9,12 @@ - ![freeze](cold_16x16.png) Freeze repository (i.e. deny push, make read-only)
- Ability to federate with one or more other Gitblit instances
- JSON RPC interface
+- Java/Swing Gitblit Manager tool
- Gitweb inspired web UI
-- Administrators may create, edit, rename, or delete repositories through the web UI
-- Administrators may create, edit, rename, or delete users through the web UI
+- Administrators may create, edit, rename, or delete repositories through the web UI or RPC interface
+- Administrators may create, edit, rename, or delete users through the web UI or RPC interface
- Repository Owners may edit repositories through the web UI
-- Git-notes support
+- Git-notes display support
- Branch metrics (uses Google Charts)
- HEAD and Branch RSS feeds
- Blame annotations view
|