summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/AddIndexedBranch.java
Commit message (Collapse)AuthorAgeFilesLines
* Replace JCommander with args4jJames Moger2014-03-271-16/+14
|
* Trim trailing whitespace and organize importsJames Moger2013-09-301-13/+13
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* add --all-local-branches to add all local branches of the repo to indexMichael Pailloncy2013-05-301-3/+20
|
* fixed - params.branch parameter was not taking into account.Michael Pailloncy2013-05-301-1/+1
|
* Completed migration to JGit 3.0.0-SNAPSHOTJames Moger2013-04-151-4/+3
|
* Bump JGit version to 3.0.0-SNAPSHOTDavid Ostrovsky2013-04-141-2/+4
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+131
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.