summaryrefslogtreecommitdiffstats
path: root/docs/01_setup.mkd
Commit message (Collapse)AuthorAgeFilesLines
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-261-1/+1
|
* Updated to JGit 1.1.0 and reverse-sort library dependencies.James Moger2011-09-221-2/+2
|
* Implemented Federation Sets. Documentation.James Moger2011-09-141-0/+1
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-3/+5
|
* Documentation and build script improvements.James Moger2011-07-201-1/+134
|
* Documentation. Added upgrade info to site. Moved todos to GoogleCode.James Moger2011-07-011-0/+25
|
* Windows service changes. Documentation.James Moger2011-06-281-0/+10
| | | | | | | * Renamed prunsrv.exe to gitblit.exe so that task manager shows more useful information. * Documented how to configure the service to use a server VM, if a JDK is present.
* Changes for minor 0.5.1 release.v0.5.1James Moger2011-06-281-19/+44
| | | | | | | | | | | | | * Clarified SSL certificate generation and configuration in light of the hostname verificiation that JGit currently does despite the http.sslVerify=false setting. * Added some troubleshooting information related to filesystem permissions and reading repositories. * Switched from JavaService to Apache Commons Daemon. Not sure what happened to JavaService as it stopped working for me on Windows 7 with Java 1.6.0_26. Commons Daemon accomplishes the same thing and offers a nice service control utility.
* Big push for first release.James Moger2011-06-251-0/+129
* Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation.