Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -292/+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. | ||||
* | Support --baseFolder parameter and small data reorganization | James Moger | 2013-01-15 | 1 | -0/+15 |
| | |||||
* | Fixed NPE when recursively calculating a folder size with a named pipe | James Moger | 2013-01-07 | 1 | -10/+8 |
| | |||||
* | X509 certificate generation utilities for CA, web, and client certificates | James Moger | 2012-11-23 | 1 | -0/+19 |
| | |||||
* | Tweak to relative path determination for symlinks (issue 116) | James Moger | 2012-08-01 | 1 | -4/+4 |
| | |||||
* | Fixes to relative path determination for symlinks (issue 116) | James Moger | 2012-07-27 | 1 | -1/+15 |
| | |||||
* | Expose JGit's runtime configuration settings (issue 93) | James Moger | 2012-06-06 | 1 | -0/+65 |
| | |||||
* | Fixed symlink absolute path/canonical path mixup with JGit (issue 78) | James Moger | 2012-03-28 | 1 | -0/+29 |
| | |||||
* | WAR/Express builds now copy bundled push scripts to configured scripts folder | James Moger | 2012-01-06 | 1 | -0/+46 |
| | |||||
* | Cleanup imports and formatting. | James Moger | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 1 | -0/+22 |
| | | | | | | | | | | | | | | If an object id was not specified Gitblit used HEAD to perform the operation. This breaks under some conditions like working with a repository that does not have any commits on master but does have commits on a vcs-import branch. The new approach is to centralize the resolution of unspecified object ids to a common method which resolves HEAD first but uses the most recently modified branch if HEAD points to nothing. This commit also includes a non-functional method for creating an empty branch. I couldn't figure out how to make JGit create an orphaned branch. | ||||
* | Documentation. Unit testing. Checkstyle. Findbugs. | James Moger | 2011-07-22 | 1 | -2/+3 |
| | |||||
* | Optionally display repository on-disk size on repositories page. | James Moger | 2011-07-11 | 1 | -0/+24 |
| | |||||
* | Documentation. Added JavaDoc comments. | James Moger | 2011-07-01 | 1 | -1/+1 |
| | |||||
* | Documentation. Adding JavaDoc comments. Adjustments to method names. | James Moger | 2011-07-01 | 1 | -0/+59 |