index
:
gitblit.git
1026-Lucene-Index-PDF
fixup-1.9
gh-pages
master
ticket/104
ticket/114
ticket/138
ticket/235
ticket/7
ticket/75
wicket-7
Pure java git solution: https://github.com/gitblit-org/gitblit
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
gitblit
/
utils
/
JGitUtils.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganized to Apache Standard Directory Layout & integrated Moxie
James Moger
2013-03-27
1
-1775
/
+0
*
Improve history display of a submodule link
James Moger
2013-01-13
1
-0
/
+26
*
Set the new objectid for all diff entries (issue-178)
James Moger
2013-01-13
1
-5
/
+1
*
Show indicators for Sparkleshared repositories
James Moger
2013-01-11
1
-4
/
+20
*
Draft mechanism to record a push log as a hidden orphan branch
James Moger
2013-01-05
1
-0
/
+14
*
FIX: Allow correct search for RefModel using branch name.
Luca Milanesio
2012-12-02
1
-2
/
+2
*
Support alternate compressed download formats (issue-174)
James Moger
2012-11-30
1
-69
/
+0
*
Exclude submodules from zip downloads (issue 151)
James Moger
2012-10-19
1
-0
/
+3
*
Fixed repository reference leak in fork mechanism
James Moger
2012-10-04
1
-3
/
+2
*
Preliminary implementation of server-side forking (issue 137)
James Moger
2012-09-29
1
-0
/
+14
*
Fixed null pointer in commit page due to changes in submodule link (issue 132)
James Moger
2012-09-14
1
-3
/
+8
*
Optionally cache repository list for improved performance
James Moger
2012-08-17
1
-20
/
+0
*
Submodules support
James Moger
2012-08-10
1
-11
/
+69
*
Do not incrementally index blobs in submodules (issue 119)
James Moger
2012-08-07
1
-11
/
+13
*
Compile regex patterns once and use matches instead of find (issue 103)
James Moger
2012-08-02
1
-13
/
+13
*
Regex exclusions for repository search (issue 103)
James Moger
2012-08-01
1
-5
/
+33
*
Add recursion depth control for repository search (issue 103)
James Moger
2012-08-01
1
-5
/
+13
*
Update to JGit 2.0.0
James Moger
2012-07-11
1
-2
/
+7
*
Adjust repository search to handle foo.git and foo/bar.git (issue 104)
James Moger
2012-07-10
1
-3
/
+8
*
Try multiple encodings when working with string blobs (issue 97)
James Moger
2012-06-07
1
-5
/
+6
*
Possible fix for federation branch mirroring issue (issue 86)
James Moger
2012-06-06
1
-0
/
+68
*
Fixed symlink absolute path/canonical path mixup with JGit (issue 78)
James Moger
2012-03-28
1
-2
/
+2
*
Ensure that FederationPullExecutor resets to FETCH_HEAD for mirrors
James Moger
2012-03-24
1
-23
/
+0
*
Properly handle renames on incremental indexing
James Moger
2012-03-20
1
-0
/
+4
*
Not all GitNotes were displayed on the commit page (issue 70)
James Moger
2012-03-05
1
-2
/
+15
*
Fixed nullpointer on pushing to an empty repository (issue 69)
James Moger
2012-02-23
1
-20
/
+16
*
Merged issues/lucene branch
James Moger
2012-02-19
1
-8
/
+27
|
\
|
*
More functional issues.
James Moger
2012-01-15
1
-1
/
+1
|
*
Branch for implementing distributed gb-issues
James Moger
2012-01-13
1
-7
/
+26
*
|
Setting to control display/serving non-bare repositories (issue 49)
James Moger
2012-02-03
1
-14
/
+11
*
|
Refactored and unit tested updating HEAD feature
James Moger
2012-02-02
1
-24
/
+22
*
|
Do not traverse unaccessible subdirectories (issue 51)
lemval
2012-01-31
1
-1
/
+1
*
|
RepositoryModel will use String rather than RefModel to track the current
Philip L. McMahon
2012-01-28
1
-26
/
+60
*
|
Correct update of HEAD symbolic reference when target is a tag.
Philip L. McMahon
2012-01-26
1
-6
/
+22
*
|
Allow administrative modification of the default branch/tag referenced by HEAD.
Philip L. McMahon
2012-01-26
1
-0
/
+44
|
/
*
New function to create an orphan branch (for future use)
James Moger
2012-01-09
1
-28
/
+70
*
Refactored named branch retrieval function
James Moger
2012-01-09
1
-10
/
+21
*
Support for gh-pages branch serving as /pages/repo.git
James Moger
2012-01-09
1
-0
/
+33
*
Fixed revlog where start of range is the zeroId
James Moger
2011-12-23
1
-1
/
+8
*
Improved readability of generated email notifications
James Moger
2011-12-22
1
-0
/
+13
*
Fixed sendemail script to list all commits in a push.
James Moger
2011-12-17
1
-0
/
+37
*
New JGit utility function to retrieve commits since a specific date
James Moger
2011-11-16
1
-0
/
+40
*
Moved SearchType enum to Constants
James Moger
2011-11-04
1
-22
/
+1
*
More Bootstrap improvements.
James Moger
2011-09-30
1
-1
/
+1
*
Implemented a Federation Client. Bare clone tweaks. Documentation.
James Moger
2011-09-26
1
-6
/
+15
*
Bare option for federation pull registrations. Documentation.
James Moger
2011-09-26
1
-4
/
+5
*
Refined mirror federation feature. Documentation.
James Moger
2011-09-22
1
-1
/
+26
*
Largely completed, uber-cool federation feature.
James Moger
2011-09-12
1
-7
/
+41
*
Centralize default branch/HEAD resolution (issue 14)
James Moger
2011-07-22
1
-36
/
+159
*
Fixed (again) empty repository check (issue 13)
James Moger
2011-07-22
1
-3
/
+3
[next]