Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixes | James Moger | 2013-09-17 | 1 | -3/+179 |
|\ | |||||
| * | Fix set-gid bit clearing under Linux when effective gid is different from ↵ | Florian Zschocke | 2013-08-26 | 1 | -1/+15 |
| | | | | | | | | file gid. | ||||
| * | Fix setting wrrong custom mode on file and in config. | Florian Zschocke | 2013-08-26 | 1 | -2/+5 |
| | | |||||
| * | Add JavaDoc. | Florian Zschocke | 2013-08-26 | 1 | -1/+20 |
| | | |||||
| * | Implement adjusting file permissions for shared repositories. | Florian Zschocke | 2013-08-26 | 1 | -19/+63 |
| | | | | | | | | | | Implement adjusting file and directory permissions for shared repositories in JGitUtils. | ||||
| * | Add proper implementation of methods in JnaUtils. | Florian Zschocke | 2013-08-26 | 1 | -99/+93 |
| | | | | | | | | | | | | | | 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. | ||||
| * | Add method JGitUtils.createRepository(folder, name, shared) to create a new | Florian Zschocke | 2013-08-26 | 1 | -0/+102 |
| | | | | | | | | repository as if it was created with the --shared command line switch of git. | ||||
* | | Avoid NPE when the default branch cannot be identified | Robin Rosenberg | 2013-09-01 | 1 | -0/+2 |
|/ | | | | | This is a normal condition that complicates debugging, i.e. when catching all NPE's. | ||||
* | Set author as tooltip of "last change" on repositories page (issue-238) | James Moger | 2013-07-03 | 1 | -11/+28 |
| | |||||
* | Ignore orphaned .git folder in repositories folder (issue-256) | James Moger | 2013-06-18 | 1 | -0/+1 |
| | |||||
* | New JGit util method to retrieve changed paths in a commit range (issue 226) | James Moger | 2013-05-23 | 1 | -5/+62 |
| | |||||
* | Completed migration to JGit 3.0.0-SNAPSHOT | James Moger | 2013-04-15 | 1 | -2/+1 |
| | |||||
* | Bump JGit version to 3.0.0-SNAPSHOT | David Ostrovsky | 2013-04-14 | 1 | -2/+3 |
| | |||||
* | Revised incremental push tags feature | James Moger | 2013-04-01 | 1 | -31/+28 |
| | |||||
* | Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtags | James Moger | 2013-04-01 | 1 | -0/+70 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -0/+1775 |
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. |