Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 1 | -11/+13 |
| | | | | | | | | | | | | | | 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. | ||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 1 | -1/+2 |
| | |||||
* | Stubbed out Blame. Added Github banner to site. Documentation. | James Moger | 2011-06-08 | 1 | -2/+3 |
| | |||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 1 | -1/+1 |
| | |||||
* | Unit testing. Disable links on first commit. Initial stats page. | James Moger | 2011-06-01 | 1 | -1/+2 |
| | |||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 1 | -4/+4 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 1 | -10/+19 |
| | |||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 1 | -0/+15 |
| | |||||
* | Working on error handling. | James Moger | 2011-04-29 | 1 | -1/+1 |
| | |||||
* | Commit header panel. File type icons. Docs page. | James Moger | 2011-04-26 | 1 | -1/+2 |
| | |||||
* | Added merge icon. Added commit legend with counts. Improved header. | James Moger | 2011-04-21 | 1 | -0/+2 |
| | |||||
* | Selectable diff presentation: gitblit, gitweb, or plain. | James Moger | 2011-04-20 | 1 | -1/+5 |
| | |||||
* | Color-coded change type indicator with tooltip for changed paths. | James Moger | 2011-04-18 | 1 | -6/+11 |
| | | | Also fixed /dev/null reference due to deletion change. | ||||
* | Working history feature. Tweak to paging. | James Moger | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | Generate Keys class from gitblit.properties as part of build process. | James Moger | 2011-04-14 | 1 | -6/+6 |
| | |||||
* | Patch formatter. Ensure html escaping. css tweaks. | James Moger | 2011-04-13 | 1 | -0/+80 |