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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
transport
Commit message (
Expand
)
Author
Age
Files
Lines
*
Client-side protocol V2 support for fetching
Thomas Wolf
2020-10-29
13
-124
/
+912
*
Merge "Compute time differences with Duration"
Jonathan Tan
2020-10-19
1
-9
/
+12
|
\
|
*
Compute time differences with Duration
Alexa Panfil
2020-10-09
1
-9
/
+12
*
|
Override config http.userAgent from environment GIT_HTTP_USER_AGENT
Thomas Wolf
2020-10-06
1
-0
/
+7
|
/
*
Support "http.userAgent" and "http.extraHeader" from the git config
James Wynn
2020-09-26
3
-2
/
+126
*
Measure time taken for reachability checks
Alexa Panfil
2020-09-24
1
-8
/
+19
*
Merge "Measure time taken for negotiation in protocol V2"
Terry Parker
2020-09-22
1
-1
/
+8
|
\
|
*
Measure time taken for negotiation in protocol V2
Alexa Panfil
2020-09-22
1
-1
/
+8
*
|
sshd: support the ProxyJump ssh config
Thomas Wolf
2020-09-19
1
-1
/
+29
|
/
*
Merge "ReceivePackStats: Add size and count of unnecessary pushed objects"
Terry Parker
2020-09-14
3
-5
/
+76
|
\
|
*
ReceivePackStats: Add size and count of unnecessary pushed objects
Yunjie Li
2020-09-11
3
-5
/
+76
*
|
Add missing since tag on BundleWriter#addObjectsAsIs
Matthias Sohn
2020-09-05
1
-0
/
+1
*
|
jgit: Add DfsBundleWriter
Masaya Suzuki
2020-09-03
1
-9
/
+39
*
|
Update javadoc for RemoteSession and SshSessionFactory
Thomas Wolf
2020-08-10
2
-41
/
+36
|
/
*
FilterSpec: Use BigInteger.ZERO instead of valueOf(0)
Jonathan Nieder
2020-07-31
1
-1
/
+2
*
Do not send empty blob in response to blob:none filter
Jonathan Nieder
2020-07-29
1
-10
/
+83
*
Add support for tree filters when fetching
Jonathan Nieder
2020-07-29
1
-8
/
+12
*
Remove trailing whitespace
Matthias Sohn
2020-06-10
1
-1
/
+1
*
Add getter for unpackErrorHandler in ReceivePack
Jack Wickham
2020-06-05
1
-0
/
+10
*
Decouple JSch from JGit Core
Matthias Sohn
2020-06-01
7
-1418
/
+20
*
Builder API to configure SshdSessionFactories
Thomas Wolf
2020-05-23
1
-0
/
+114
*
TransportHttp: abort on time-out or on SocketException
Thomas Wolf
2020-05-23
1
-0
/
+14
*
Fix downloading LFS Object fails behind proxy
Matthias Sohn
2020-05-12
1
-0
/
+6
*
Moving transport/internal -> internal/transport
Demetr Starshov
2020-05-08
4
-304
/
+2
*
UploadPack: Use more relevant refs first in object reachability check
Ivan Frade
2020-04-28
1
-4
/
+29
*
UploadPack: Refactor to generalize the object reachability checks
Ivan Frade
2020-04-28
1
-30
/
+8
*
UploadPack: Use BitmappedReachabilityChecker for not advertised wants
Ivan Frade
2020-04-28
1
-18
/
+12
*
revwalk: Extract ObjectReachabilityChecker interface
Ivan Frade
2020-04-28
1
-1
/
+2
*
UploadPack: Extract walk-based reachability check
Ivan Frade
2020-04-28
1
-33
/
+12
*
URIish: suppress non-localized message warning
Matthias Sohn
2020-04-28
1
-1
/
+2
*
UploadPack: Clear advertised ref map after negotiation
Minh Thai
2020-04-23
1
-3
/
+10
*
Fix human name for local .bundle files
Konrad Windszus
2020-04-21
1
-0
/
+5
*
ReceivePack: Use error message if set
Masaya Suzuki
2020-03-27
1
-36
/
+40
*
TransportHttp: support HTTP response 308 Permanent Redirect
Thomas Wolf
2020-03-10
2
-1
/
+15
*
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-28
1
-2
/
+2
|
\
|
*
Move array designators from the variable to the type
David Pursehouse
2020-02-27
1
-2
/
+2
*
|
Using for-each loop in jdt
Lars Vogel
2020-02-28
2
-4
/
+3
*
|
Do not fail if known hosts file does not contain valid host key
Lajos Olah
2020-02-26
1
-1
/
+7
*
|
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
10
-11
/
+11
|
\
|
|
*
Use indexOf(char) and lastIndexOf(char) rather than String versions
David Pursehouse
2020-02-19
1
-1
/
+1
|
*
Reorder modifiers to follow Java Language Specification
David Pursehouse
2020-02-19
2
-2
/
+2
|
*
Remove redundant "static" qualifier from enum declarations
David Pursehouse
2020-02-19
7
-8
/
+8
*
|
Remove use of org.bouncycastle.util.encoders.Hex
Michael Dardis
2020-02-22
1
-1
/
+1
*
|
AmazonS3: Speed up fetch, try recent packs first
Joshua Redstone
2020-02-02
2
-9
/
+54
*
|
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
9
-13
/
+34
*
|
Fix SshSessionFactory#setInstance to use service loader
Matthias Sohn
2020-01-27
1
-3
/
+4
*
|
Use ServiceLoader to define the default SSH session factory.
Emmanuel Hugonnet
2020-01-25
2
-2
/
+14
*
|
ReceivePack: enable overriding filterCommands and executeCommands
Matthias Sohn
2020-01-24
1
-2
/
+4
*
|
Move ConnectivityChecker to fix API leak
Matthias Sohn
2020-01-09
3
-5
/
+5
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
125
-4750
/
+625
[next]