summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/utils/JGitUtils.java
Commit message (Expand)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-1775/+0
* Improve history display of a submodule linkJames Moger2013-01-131-0/+26
* Set the new objectid for all diff entries (issue-178)James Moger2013-01-131-5/+1
* Show indicators for Sparkleshared repositoriesJames Moger2013-01-111-4/+20
* Draft mechanism to record a push log as a hidden orphan branchJames Moger2013-01-051-0/+14
* FIX: Allow correct search for RefModel using branch name.Luca Milanesio2012-12-021-2/+2
* Support alternate compressed download formats (issue-174)James Moger2012-11-301-69/+0
* Exclude submodules from zip downloads (issue 151)James Moger2012-10-191-0/+3
* Fixed repository reference leak in fork mechanismJames Moger2012-10-041-3/+2
* Preliminary implementation of server-side forking (issue 137)James Moger2012-09-291-0/+14
* Fixed null pointer in commit page due to changes in submodule link (issue 132)James Moger2012-09-141-3/+8
* Optionally cache repository list for improved performanceJames Moger2012-08-171-20/+0
* Submodules supportJames Moger2012-08-101-11/+69
* Do not incrementally index blobs in submodules (issue 119)James Moger2012-08-071-11/+13
* Compile regex patterns once and use matches instead of find (issue 103)James Moger2012-08-021-13/+13
* Regex exclusions for repository search (issue 103)James Moger2012-08-011-5/+33
* Add recursion depth control for repository search (issue 103)James Moger2012-08-011-5/+13
* Update to JGit 2.0.0James Moger2012-07-111-2/+7
* Adjust repository search to handle foo.git and foo/bar.git (issue 104)James Moger2012-07-101-3/+8
* Try multiple encodings when working with string blobs (issue 97)James Moger2012-06-071-5/+6
* Possible fix for federation branch mirroring issue (issue 86)James Moger2012-06-061-0/+68
* Fixed symlink absolute path/canonical path mixup with JGit (issue 78)James Moger2012-03-281-2/+2
* Ensure that FederationPullExecutor resets to FETCH_HEAD for mirrorsJames Moger2012-03-241-23/+0
* Properly handle renames on incremental indexingJames Moger2012-03-201-0/+4
* Not all GitNotes were displayed on the commit page (issue 70)James Moger2012-03-051-2/+15
* Fixed nullpointer on pushing to an empty repository (issue 69)James Moger2012-02-231-20/+16
* Merged issues/lucene branchJames Moger2012-02-191-8/+27
|\
| * More functional issues.James Moger2012-01-151-1/+1
| * Branch for implementing distributed gb-issuesJames Moger2012-01-131-7/+26
* | Setting to control display/serving non-bare repositories (issue 49)James Moger2012-02-031-14/+11
* | Refactored and unit tested updating HEAD featureJames Moger2012-02-021-24/+22
* | Do not traverse unaccessible subdirectories (issue 51)lemval2012-01-311-1/+1
* | RepositoryModel will use String rather than RefModel to track the currentPhilip L. McMahon2012-01-281-26/+60
* | Correct update of HEAD symbolic reference when target is a tag.Philip L. McMahon2012-01-261-6/+22
* | Allow administrative modification of the default branch/tag referenced by HEAD.Philip L. McMahon2012-01-261-0/+44
|/
* New function to create an orphan branch (for future use)James Moger2012-01-091-28/+70
* Refactored named branch retrieval functionJames Moger2012-01-091-10/+21
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-091-0/+33
* Fixed revlog where start of range is the zeroIdJames Moger2011-12-231-1/+8
* Improved readability of generated email notificationsJames Moger2011-12-221-0/+13
* Fixed sendemail script to list all commits in a push.James Moger2011-12-171-0/+37
* New JGit utility function to retrieve commits since a specific dateJames Moger2011-11-161-0/+40
* Moved SearchType enum to ConstantsJames Moger2011-11-041-22/+1
* More Bootstrap improvements.James Moger2011-09-301-1/+1
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-261-6/+15
* Bare option for federation pull registrations. Documentation.James Moger2011-09-261-4/+5
* Refined mirror federation feature. Documentation.James Moger2011-09-221-1/+26
* Largely completed, uber-cool federation feature.James Moger2011-09-121-7/+41
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-221-36/+159
* Fixed (again) empty repository check (issue 13)James Moger2011-07-221-3/+3