summaryrefslogtreecommitdiffstats
path: root/src/test/java/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve permission determination when repo is frozen or is not bareJames Moger2013-05-021-0/+35
|
* Organize importsJames Moger2013-05-023-3/+1
|
* Improve effective permission determinationJames Moger2013-05-021-4/+216
|
* Completed migration to JGit 3.0.0-SNAPSHOTJames Moger2013-04-153-12/+23
|
* Fix unit testsDavid Ostrovsky2013-04-143-3/+3
|
* Added Git Daemon supportJames Moger2013-04-033-33/+371
|
* Revised incremental push tags featureJames Moger2013-04-012-4/+16
|
* Fixed UTF-8 encoding in email notifications (issue 218)James Moger2013-03-291-2/+3
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-2734-0/+7895
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.