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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
Add more ssh tests: pushing, known_host file handling, etc.
Thomas Wolf
2018-11-13
46
-238
/
+1265
*
|
|
|
|
TransportSftp: eliminate dependency on Jsch
Thomas Wolf
2018-11-13
5
-108
/
+484
*
|
|
|
|
Upgrade maven-shade-plugin to 3.2.1
David Pursehouse
2018-11-12
1
-1
/
+1
*
|
|
|
|
Remove line break from sslFailureInfo text
Michael Keppler
2018-11-11
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge changes I97c062d0,Ib4e1f37c
David Pursehouse
2018-11-08
1
-21
/
+21
|
\
\
\
\
|
*
|
|
|
Simplify RevWalk#iterator by factoring out common code
Jonathan Nieder
2018-11-08
1
-13
/
+21
|
*
|
|
|
Simplify exception handling in RevWalk#iterator
Jonathan Nieder
2018-11-08
1
-8
/
+0
*
|
|
|
|
DepthGenerator: fix multi-child boundary handling
Jonathan Tan
2018-11-08
3
-3
/
+98
|
/
/
/
/
*
|
|
|
Bazel: Increase severity of ClassCanBeStatic to ERROR
David Pursehouse
2018-11-08
1
-1
/
+1
*
|
|
|
SshTestBase: Make inner class TestCredentialsProvider static
David Pursehouse
2018-11-08
1
-1
/
+1
*
|
|
|
org.eclipse.jgit.test/BUILD: Format with buildifier
David Pursehouse
2018-11-07
1
-1
/
+1
*
|
|
|
Bazel: Consume versions directly from lib:versions.bzl in skylib
David Pursehouse
2018-11-07
1
-1
/
+1
*
|
|
|
Factor out a JSch-independent ssh config parser
Thomas Wolf
2018-11-06
7
-743
/
+1263
*
|
|
|
Ssh tests with an Apache MINA sshd test git server
Thomas Wolf
2018-11-06
16
-5
/
+922
*
|
|
|
Bazel: Format tools/BUILD with buildifier
David Pursehouse
2018-11-06
1
-6
/
+6
*
|
|
|
Merge changes I91883560,I1b12a976
David Pursehouse
2018-11-05
2
-9
/
+9
|
\
\
\
\
|
*
|
|
|
Fix package exports in org.eclipse.jgit MANIFEST.MF
Thomas Wolf
2018-11-05
1
-1
/
+3
|
*
|
|
|
TransportSftp: remove final modifiers from parameters
Thomas Wolf
2018-11-05
1
-8
/
+6
*
|
|
|
|
Upgrade Spotbugs to 3.1.8
David Pursehouse
2018-11-05
1
-1
/
+1
*
|
|
|
|
Bazel: Add missing test dependency on ObjectIdMatcher
David Pursehouse
2018-11-05
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Merge changes from topic 'client-caps-v0-test'
Jonathan Nieder
2018-11-02
3
-23
/
+313
|
\
\
\
\
|
*
|
|
|
Add test for protocol v0 parser
Ivan Frade
2018-10-24
1
-0
/
+199
|
*
|
|
|
ObjectIdMatcher: Custom matcher for sets of ObjectIds
Ivan Frade
2018-10-24
2
-23
/
+114
*
|
|
|
|
Fix test setup for Eclipse Photon and greater
Thomas Wolf
2018-11-02
4
-14
/
+9
*
|
|
|
|
Update JGit target platforms to Orbit I20181102163257
Thomas Wolf
2018-11-02
13
-68
/
+68
*
|
|
|
|
Upgrade to Bazel 0.19.0
David Ostrovsky
2018-11-01
3
-3
/
+5
*
|
|
|
|
Silence API errors introduced by f648a3bd
Matthias Sohn
2018-11-01
1
-0
/
+22
*
|
|
|
|
Merge "Update 2018-12 Orbit repository to S20181031145145"
David Pursehouse
2018-10-31
13
-24
/
+66
|
\
\
\
\
\
|
*
|
|
|
|
Update 2018-12 Orbit repository to S20181031145145
Matthias Sohn
2018-10-31
13
-24
/
+66
*
|
|
|
|
|
RepoCommand: Preserve executable bit in <copyfile>
Ivan Frade
2018-10-31
3
-3
/
+123
*
|
|
|
|
|
RepoCommand.RemoteReader: Add method to read contents and mode of file
Ivan Frade
2018-10-31
2
-39
/
+122
*
|
|
|
|
|
RepoCommandTest: Extract method to assert file contents
Ivan Frade
2018-10-30
1
-42
/
+17
|
/
/
/
/
/
*
|
|
|
|
Merge changes Ice585525,I73474dea
David Pursehouse
2018-10-29
5
-6
/
+138
|
\
\
\
\
\
|
*
|
|
|
|
Update staging target platform for eclipse platform 4.10
Matthias Sohn
2018-10-30
3
-6
/
+54
|
*
|
|
|
|
New target platform for 4.9
Matthias Sohn
2018-10-30
2
-0
/
+84
*
|
|
|
|
|
CLIText: Fix typo: remotes's -> remote's
David Pursehouse
2018-10-29
1
-1
/
+1
*
|
|
|
|
|
CLIText: Fix typo: 'amd' -> 'and'
David Pursehouse
2018-10-29
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
|
Silence API errors for new methods added to DepthWalk
Matthias Sohn
2018-10-29
1
-0
/
+12
*
|
|
|
|
Remove unused text "symlinkCannotBeWrittenAsTheLinkTarget"
Matthias Sohn
2018-10-28
2
-2
/
+0
*
|
|
|
|
Fix typos
Michael Keppler
2018-10-28
3
-5
/
+5
*
|
|
|
|
Update eclipse compiler org.eclipse.jdt:ecj to 3.15.0
Matthias Sohn
2018-10-28
1
-1
/
+1
*
|
|
|
|
gitignore/gitattributes: fix matching of \r
Marc Strapetz
2018-10-27
3
-1
/
+18
*
|
|
|
|
Upgrade maven-pmd-plugin to 3.11.0
David Pursehouse
2018-10-26
1
-1
/
+1
*
|
|
|
|
Merge "InternalPushConnection: don't swallow RuntimeException"
Dave Borowitz
2018-10-25
1
-4
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
InternalPushConnection: don't swallow RuntimeException
Han-Wen Nienhuys
2018-10-15
1
-4
/
+8
*
|
|
|
|
|
UploadPack: Implement deepen-not for protocol v2
Jonathan Tan
2018-10-23
4
-19
/
+262
*
|
|
|
|
|
Throw error when deepen-since excludes all commits
Jonathan Tan
2018-10-23
5
-0
/
+32
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge changes from topic 'moving-to-request-2'
Jonathan Nieder
2018-10-22
8
-44
/
+151
|
\
\
\
\
\
|
*
|
|
|
|
UploadPack v0: Extract "agent" client capability at parse time
Ivan Frade
2018-10-22
5
-17
/
+51
|
*
|
|
|
|
UploadPack: Return correct peer user agent on v2 requests
Ivan Frade
2018-10-19
5
-36
/
+109
[prev]
[next]