summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils/JGitUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Add integration strategy to merge tickes fast-forward or with commit.Florian Zschocke2016-10-281-65/+278
* Ticket Reference handling #1048Paul Martin2016-04-271-3/+168
* Fix for #962 - Delete patchset abilityPaul Martin2016-04-061-7/+3
* Friendly URL for EditFile Page #974Paul Martin2016-03-271-0/+17
* Document edit capability via ProseMirror submodule #974Paul Martin2016-03-271-0/+131
* Fix for #976 - Filestore links via browserPaul Martin2015-12-251-23/+107
* Use author date to be consistent with other tools (fixes #919)James Moger2015-09-181-2/+5
* Bump to JGit 4.0.0Luca Milanesio2015-06-121-12/+12
* #230 - Improve empty folder navigation.Milos Cubrilo2015-01-111-202/+300
* Gracefully handle missing integration branch in ticket pageJames Moger2014-10-311-4/+14
* Updated the SyndicationServlet to provide an additional option to return deta...Gerard Smyth2014-05-081-1/+47
* [findbugs] Add null check when closing a RevWalk in JGitUtilsJames Moger2014-04-171-4/+8
* Fix 'head' vs 'HEAD' commit resolutionJames Moger2014-03-071-1/+1
* Fixed bug in merge: improper use of force and failing on FORCED resultJames Moger2014-03-061-5/+5
* Ticket tracker with patchset contributionsJames Moger2014-03-031-0/+207
* Improve getting changed paths in a commit rangeJames Moger2014-03-011-1/+31
* Properly dispose RevWalk in getCommitJames Moger2014-03-011-2/+9
* Simplify blob loading codeJames Moger2013-12-031-24/+3
* Remove elaborate HEAD determinationJames Moger2013-11-261-17/+0
* Implement mirror executor (issue-5)James Moger2013-11-131-0/+50
* Fix Markdown document enumeratonJames Moger2013-10-161-2/+2
* Check for refs/ not refs/heads/ when updating a refJames Moger2013-10-011-1/+1
* Trim trailing whitespace and organize importsJames Moger2013-09-301-86/+86
* Add normalized diffstats to the commit, commitdiff, and compare pagesJames Moger2013-09-271-30/+31
* Fix potential NPE in git commit searchJames Moger2013-09-231-1/+4
* 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 fil...Florian Zschocke2013-08-261-1/+15
| * 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
| * Add proper implementation of methods in JnaUtils.Florian Zschocke2013-08-261-99/+93
| * Add method JGitUtils.createRepository(folder, name, shared) to create a newFlorian Zschocke2013-08-261-0/+102
* | Avoid NPE when the default branch cannot be identifiedRobin Rosenberg2013-09-011-0/+2
|/
* 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