(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
- 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
* 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
* 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