summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/JGitUtilsTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix Markdown document enumeratonJames Moger2013-10-161-6/+1
|
* Remove trailing whitespace from unit testsJames Moger2013-09-301-15/+15
| | | | Change-Id: I172bd4d493eee1013ec542ab97f1be29040f816d
* Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)James Moger2013-09-171-1/+17
| | | | | | | | | The graph is generated server-side and therefore requires that the commit table row height be fixed and match the row height of the servlet. There will be layout misalignment if remotes refs are displayed. Perhaps this can be improved in the future. Change-Id: I39d0ffc7b1c3679976ce8c198c772ff86238f1a5
* Fix set-gid bit clearing under Linux when effective gid is different from ↵Florian Zschocke2013-08-261-0/+64
| | | | file gid.
* Fix setting wrrong custom mode on file and in config.Florian Zschocke2013-08-261-0/+36
|
* Adjust unit tests for Windows.Florian Zschocke2013-08-261-7/+11
|
* Implement adjusting file permissions for shared repositories.Florian Zschocke2013-08-261-6/+15
| | | | | Implement adjusting file and directory permissions for shared repositories in JGitUtils.
* Add proper implementation of methods in JnaUtils.Florian Zschocke2013-08-261-0/+21
| | | | | | | Implement the methods getFilemode and setFilemode in JnaUtils. Not using the libc names as we don't necessarily use JNA and because it is not necessarily a one to one mapping.
* Set author as tooltip of "last change" on repositories page (issue-238)James Moger2013-07-031-3/+3
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+472
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.