Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Disable GitDaemon by default | James Moger | 2013-04-18 | 1 | -1/+1 | |
| | ||||||
* | Null out GitDaemon if it fails to start | James Moger | 2013-04-18 | 1 | -0/+1 | |
| | ||||||
* | Fixed broken exception message formatting on starting GitDaemon | James Moger | 2013-04-18 | 1 | -1/+1 | |
| | ||||||
* | Completed migration to JGit 3.0.0-SNAPSHOT | James Moger | 2013-04-15 | 1 | -2/+1 | |
| | ||||||
* | Bump JGit version to 3.0.0-SNAPSHOT | David Ostrovsky | 2013-04-14 | 1 | -1/+1 | |
| | ||||||
* | Revert "Minor ajustments for gerrit-gitblit plugin" | David Ostrovsky | 2013-04-14 | 1 | -8/+4 | |
| | | | | This reverts commit f15f17a8035717d260eb77b766c7b9c748729170. | |||||
* | Minor ajustments for gerrit-gitblit plugin | David Ostrovsky | 2013-04-07 | 1 | -4/+8 | |
| | ||||||
* | Added Git Daemon support | James Moger | 2013-04-03 | 1 | -31/+63 | |
| | ||||||
* | Simplify resource loading | James Moger | 2013-04-02 | 1 | -8/+3 | |
| | ||||||
* | Revised incremental push tags feature | James Moger | 2013-04-01 | 1 | -2/+9 | |
| | ||||||
* | Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtags | James Moger | 2013-04-01 | 1 | -0/+2 | |
| | ||||||
* | Support username substitution in web.otherUrls (issue 213) | James Moger | 2013-03-29 | 1 | -2/+3 | |
| | ||||||
* | Fixed UTF-8 encoding in email notifications (issue 218) | James Moger | 2013-03-29 | 1 | -23/+26 | |
| | ||||||
* | Fixed regression with individually symlinked repositories (issue 217) | James Moger | 2013-03-29 | 1 | -0/+5 | |
| | ||||||
* | Fixed extracting Groovy scripts on Express installs (issue 220) | James Moger | 2013-03-28 | 1 | -1/+3 | |
| | ||||||
* | Do not queue emails with no recipients (issue 200) | James Moger | 2013-03-28 | 1 | -0/+8 | |
| | ||||||
* | Change level of authentication logging to debug | James Moger | 2013-03-28 | 1 | -4/+4 | |
| | ||||||
* | Merge branch 'issue-182' of git://git.quelltextlich.at/gitblit into issue182 | James Moger | 2013-03-28 | 1 | -0/+3 | |
| | ||||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -0/+3396 | |
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward. |