index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit.http.server
Commit message (
Expand
)
Author
Age
Files
Lines
*
JGit v5.4.0.201906120450-r
Matthias Sohn
2019-06-12
3
-4
/
+4
*
Repository: Add getIdentifier() method to avoid instanceof operator
David Ostrovsky
2019-06-05
1
-6
/
+4
*
Convert to lambda or member reference
Carsten Hammer
2019-05-16
1
-9
/
+4
*
Remove unnecessary type specifications
Carsten Hammer
2019-04-11
1
-1
/
+1
*
Add missing source bundles and add them to a single source feature
Matthias Sohn
2019-04-02
2
-0
/
+30
*
Prepare 5.4.0-SNAPSHOT builds
Matthias Sohn
2019-03-07
2
-15
/
+15
*
GitSmartHttpTools: Open SideBandOutputStream in try-with-resource
David Pursehouse
2019-01-21
1
-4
/
+5
*
Replace deprecated FirstLine by FirstCommand
Michael Keppler
2018-12-31
1
-1
/
+2
*
Prepare 5.3.0-SNAPSHOT builds
Matthias Sohn
2018-12-03
2
-15
/
+15
*
Remove unnecessary modifiers from interfaces
Jonathan Nieder
2018-11-20
1
-2
/
+2
*
Revert C Git 1.7.5 bug workaround
Masaya Suzuki
2018-11-19
3
-38
/
+6
*
Disable Eclipse warning about unrecognized @SuppressWarnings value
David Pursehouse
2018-10-17
1
-1
/
+1
*
Move first line parsing for v0/v1 pack negotiation out of UploadPack
Ivan Frade
2018-10-12
2
-3
/
+5
*
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-30
2
-3
/
+4
*
Fix Mylyn commit message template
Michael Keppler
2018-09-23
1
-1
/
+1
*
SmartOutputStream: Suppress false-positive resource leak warning
David Pursehouse
2018-09-15
1
-0
/
+1
*
Prepare 5.2.0-SNAPSHOT builds
Matthias Sohn
2018-09-06
2
-14
/
+14
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-1
/
+2
*
refactor: simplify collection.toArray()
Michael Keppler
2018-08-23
2
-2
/
+2
*
Merge branch 'stable-5.0'
Jonathan Nieder
2018-06-04
3
-6
/
+64
|
\
|
*
Add protocol v2 support in http
Jonathan Tan
2018-06-04
2
-3
/
+32
|
*
Give info/refs services more control over response
Jonathan Tan
2018-06-04
1
-3
/
+32
|
*
Prepare 5.0.0-SNAPSHOT builds
Matthias Sohn
2018-05-30
2
-2
/
+2
|
*
JGit v5.0.0.201805301535-rc2
v5.0.0.201805301535-rc2
Matthias Sohn
2018-05-30
2
-2
/
+2
|
*
Prepare 5.0.0-SNAPSHOT builds
Matthias Sohn
2018-05-23
2
-2
/
+2
|
*
JGit v5.0.0.201805221745-rc1
v5.0.0.201805221745-rc1
Matthias Sohn
2018-05-22
2
-2
/
+2
*
|
Prepare 5.1.0-SNAPSHOT builds
Matthias Sohn
2018-05-23
2
-14
/
+14
|
/
*
InfoRefsServlet: Refactor to not use deprecated methods
David Pursehouse
2018-05-21
1
-7
/
+1
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
12
-20
/
+20
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
13
-18
/
+18
*
RepositoryFilter: Refactor doFilter to open Repository in try-with-resource
David Pursehouse
2018-03-14
1
-8
/
+3
*
Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-13
2
-12
/
+3
*
Prepare 5.0.0-SNAPSHOT builds
Matthias Sohn
2018-03-08
2
-14
/
+14
*
Prepare 4.11.1-SNAPSHOT builds
Matthias Sohn
2018-03-08
2
-14
/
+14
*
JGit v4.11.0.201803080745-r
v4.11.0.201803080745-r
Matthias Sohn
2018-03-08
2
-2
/
+2
*
InfoRefsServlet: Open OutputStreamWriter in try-with-resource
David Pursehouse
2018-03-07
1
-21
/
+22
*
GitSmartHttpTools: Open OutputStream in try-with-resource
David Pursehouse
2018-03-06
1
-4
/
+1
*
FileSender: Open OutputStream in try-with-resource
David Pursehouse
2018-03-06
1
-4
/
+1
*
Enable warning for resources not managed by try-with-resource
David Pursehouse
2018-03-03
1
-1
/
+1
*
Prepare 4.11.0-SNAPSHOT builds
Matthias Sohn
2017-12-31
2
-14
/
+14
*
Add header Automatic-Module-Name for Java 9
Karsten Thoms
2017-12-23
1
-0
/
+1
*
Fix javadoc in org.eclipse.jgit.http.server
Matthias Sohn
2017-12-17
31
-64
/
+204
*
Merge branch 'stable-4.9'
Matthias Sohn
2017-11-24
1
-1
/
+11
|
\
|
*
Ignore warning for minor version change without API change
Matthias Sohn
2017-11-24
1
-1
/
+11
|
*
Prepare 4.9.1-SNAPSHOT builds
Matthias Sohn
2017-10-08
2
-14
/
+14
|
*
JGit v4.9.0.201710071750-r
v4.9.0.201710071750-r
Matthias Sohn
2017-10-07
2
-2
/
+2
*
|
Prepare 4.10.0-SNAPSHOT builds
Matthias Sohn
2017-10-08
2
-14
/
+14
|
/
*
Cleanup: Remove unnecessary $NON-NLS$ tags
Matthias Sohn
2017-08-30
1
-1
/
+1
*
Partially revert c0ad77d8 "Enhance Eclipse save actions"
Matthias Sohn
2017-08-30
1
-1
/
+1
*
Partially revert c0ad77d8 "Enhance Eclipse save actions"
Matthias Sohn
2017-08-30
1
-2
/
+2
[next]