James Moger
2011-07-27 85e8b6b09771ee07f2f28eb4d8b3d74a6232e7d3
commit | author | age
dd7961 1 ## Overview
85c2e6 2 <a href="screenshots.html" title="Screenshots"><img class="overview" src="thumbs/00.png" alt="Screenshots" /></a>
JM 3
4 Gitblit is an open-source, pure Java stack for managing, viewing, and serving [Git][git] repositories.<br/>
5 Its designed primarily as a tool for small workgroups who want to host centralized repositories.
6
7 Gitblit is available in two variations:
8 <ul class='noBullets'>
9 <li>*Gitblit GO* - a complete & integrated pure Java stack<p>
10     This is what you should download if you want to go from zero to Git in less than 5 mins.<br/>
11     Gitblit GO is like a mashup of Apache httpd, [Git][git], and Gitweb with simplified configuration and maintenance.<br/>
12     All dependencies are downloaded on first execution.<p>
13 <li>*Gitblit WAR* - a traditional WAR distribution<p>
14     This is what you should download if you want to deploy Gitblit into your own servlet container (e.g. Tomcat, Jetty, etc).<br/>
15     All dependencies are bundled.
16 </ul>
17
18 ### Java Runtime Requirement
19
20 Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit (JDK).
dd7961 21  
56c549 22 ### Current Release
dd7961 23
5c2841 24 **%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] &nbsp; *released %BUILDDATE%*
f90dc6 25
85e8b6 26 - fixed: active repositories with a HEAD that pointed to an empty branch caused internal errors (issue 14)
230632 27 - fixed: bare-cloned repositories were listed as (empty) and were not clickable (issue 13)
JM 28 - fixed: default port for Gitblit GO is now 8443 to be more linux/os x friendly (issue 12)
5c563c 29 - fixed: repositories can now be reliably deleted and renamed (issue 10)
230632 30 - fixed: users can now change their passwords (issue 1)
JM 31 - fixed: always show root repository group first, i.e. don't sort root group with other groups
32 - fixed: tone-down repository group header color
33 - added: optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true*
85e8b6 34 - added: forward-slashes ('/', %2F) can be encoded using a custom character to workaround some servlet container default security measures for proxy servers<br/>**New:** *web.forwardSlashCharacter = /*
230632 35 - updated: MarkdownPapers 1.1.0
0d3e3c 36 - updated: Jetty 7.4.3
790c38 37
88598b 38 issues, binaries, and sources @ [Google Code][googlecode]<br/>
f90dc6 39 sources @ [Github][gitbltsrc]
dd7961 40
JM 41 ### License
716745 42 Gitblit is distributed under the terms of the [Apache Software Foundation license, version 2.0][apachelicense]
dd7961 43
f90dc6 44 [jgit]: http://eclipse.org/jgit "Eclipse JGit Site"
JM 45 [git]: http://git-scm.com "Official Git Site"
85c2e6 46 [gitbltsrc]: http://github.com/gitblit "gitblit git repository"
JM 47 [googlecode]: http://code.google.com/p/gitblit "gitblit project management"
716745 48 [apachelicense]: http://www.apache.org/licenses/LICENSE-2.0 "Apache License, Version 2.0"