summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/GitServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* Added Git Daemon supportJames Moger2013-04-031-445/+0
|
* Revised incremental push tags featureJames Moger2013-04-011-21/+37
|
* Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtagsJames Moger2013-04-011-3/+27
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+405
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.