]> source.dussan.org Git - gitblit.git/commitdiff
Documentation
authorJames Moger <james.moger@gitblit.com>
Tue, 20 Mar 2012 23:48:18 +0000 (19:48 -0400)
committerJames Moger <james.moger@gitblit.com>
Tue, 20 Mar 2012 23:48:18 +0000 (19:48 -0400)
docs/01_features.mkd
docs/05_roadmap.mkd

index c06b000dcc5f52ddc0892b20181faacb0ea087de..8adf4cf3b32f958837ac1e1e4b9dc96c0efa4073 100644 (file)
@@ -43,6 +43,7 @@
     (includes script to generate a self-signed certificate for *your hostname*, see [setup](/setup.html) for details)\r
 - Single text file for configuring server and gitblit\r
 - A Windows service installation script and configuration tool\r
+- Built-in AJP connector for Apache httpd \r
 \r
 ## Limitations\r
 - HTTP/HTTPS are the only supported Git protocols\r
@@ -53,7 +54,6 @@
 - Native Git may be needed to periodically run git-gc as [JGit][jgit] does not fully support the git-gc featureset.\r
 \r
 ### Caveats\r
-- Gitblit may eat your data.  Use at your own risk.\r
 - Gitblit may have security holes.  Patches welcome.  :)\r
 \r
 [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"
\ No newline at end of file
index 868883144a13624ec1e0375b79eefe083bc600d1..6c0cea5bcd537483a71c1023cf6089e5b45aaa3f 100644 (file)
@@ -8,7 +8,6 @@ This list is volatile.
 * Eclipse: create plugin to enumerate repositories and delegate cloning to EGit\r
 * Manager: support federation RPCs\r
 * Manager: redesign ref indicators in log, search, and activity views to support multiple local branches, remote branches, and tags\r
-* Gitblit: Lucene integration with multi-repository search (issue 16)\r
 * Gitblit: Serve repositories on root URL rather than /git (investigate JGit 1.2 GitFilter)\r
 \r
 ### TODO (medium priority)\r
@@ -42,4 +41,3 @@ This list is volatile.
 * Gitblit: Consider creating more Git model objects and exposing them via the JSON RPC interface to allow inspection/retrieval of Git commits, Git trees, etc from Gitblit.\r
 * Gitblit: Blame coloring by author (issue 2)\r
 * Gitblit: View binary files in blob page (issue 6)\r
-* Gitblit: Stronger ticgit integration (issue 8)\r