summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils/JGitUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-171-3/+179
|\
| * Fix set-gid bit clearing under Linux when effective gid is different from ↵Florian Zschocke2013-08-261-1/+15
| | | | | | | | file gid.
| * Fix setting wrrong custom mode on file and in config.Florian Zschocke2013-08-261-2/+5
| |
| * Add JavaDoc.Florian Zschocke2013-08-261-1/+20
| |
| * Implement adjusting file permissions for shared repositories.Florian Zschocke2013-08-261-19/+63
| | | | | | | | | | Implement adjusting file and directory permissions for shared repositories in JGitUtils.
| * Add proper implementation of methods in JnaUtils.Florian Zschocke2013-08-261-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 newFlorian Zschocke2013-08-261-0/+102
| | | | | | | | repository as if it was created with the --shared command line switch of git.
* | Avoid NPE when the default branch cannot be identifiedRobin Rosenberg2013-09-011-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 Moger2013-07-031-11/+28
|
* Ignore orphaned .git folder in repositories folder (issue-256)James Moger2013-06-181-0/+1
|
* New JGit util method to retrieve changed paths in a commit range (issue 226)James Moger2013-05-231-5/+62
|
* Completed migration to JGit 3.0.0-SNAPSHOTJames Moger2013-04-151-2/+1
|
* Bump JGit version to 3.0.0-SNAPSHOTDavid Ostrovsky2013-04-141-2/+3
|
* Revised incremental push tags featureJames Moger2013-04-011-31/+28
|
* Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtagsJames Moger2013-04-011-0/+70
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-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.