summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/utils/DiffUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-221-10/+23
| | | | | | | | | | | | | | 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 Moger2011-07-221-0/+3
|
* Documentation. Added JavaDoc comments.James Moger2011-07-011-50/+111
|
* Unit testing. Documentation. Simplified settings classes.James Moger2011-06-091-16/+19
|
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-081-0/+26
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-021-2/+13
|
* Unit testing.James Moger2011-05-291-8/+8
|
* Unit testing.James Moger2011-05-291-0/+15
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-0/+149