summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/GCExecutor.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-237/+0
| | | | | | | | | 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.
* Don't even bother running Lucene indexer if we are GCing anythingJames Moger2012-10-311-0/+10
|
* Refactor GC period into an integer for simpler translationsJames Moger2012-10-301-3/+1
| | | | Also hooked-up GC settings in the Manager.
* Experimental JGit-based GC ExecutorJames Moger2012-10-281-0/+229