summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/client/GitblitClient.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty catch blocks to stop swallowing exceptions. #498 Martin Spielmann2015-12-081-31/+12
|
* Fix NPE in GitblitClientJames Moger2014-06-131-3/+5
|
* Trim trailing whitespace and organize importsJames Moger2013-09-301-16/+16
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Change default access restriction to PUSHJames Moger2013-09-271-1/+1
| | | | Change-Id: I74b3f9fedd77294c53648f8eaa730d4a84917555
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+717
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.