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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update jetty to 9.4.35.v20201120
Matthias Sohn
2021-01-07
16
-265
/
+265
*
Protocol V2: don't log spurious ACKs in UploadPack
Thomas Wolf
2021-01-06
2
-6
/
+29
*
Merge "Protocol V2: respect MAX_HAVES only once we got at least one ACK"
Thomas Wolf
2021-01-05
2
-1
/
+74
|
\
|
*
Protocol V2: respect MAX_HAVES only once we got at least one ACK
Thomas Wolf
2021-01-04
2
-1
/
+74
*
|
Merge "FileSnapshot: don't try to read file attributes twice"
Christian Halstrick
2021-01-05
1
-4
/
+17
|
\
\
|
*
|
FileSnapshot: don't try to read file attributes twice
Matthias Sohn
2021-01-03
1
-4
/
+17
*
|
|
RepositoryCache: declare schedulerLock final
Matthias Sohn
2021-01-03
1
-1
/
+1
|
|
/
|
/
|
*
|
Enable git wire protocol version 2 on server side per default
David Ostrovsky
2021-01-03
3
-15
/
+22
*
|
Client-side protocol V2 support for fetching
Thomas Wolf
2021-01-01
33
-312
/
+1781
|
/
*
Use Map interface instead of ConcurrentHashMap class
Thomas Wolf
2021-01-01
6
-10
/
+13
*
Fix NPE in DirCacheCheckout
Thomas Wolf
2020-12-30
3
-17
/
+59
*
Merge "Added check for null on DirCacheEntry in checkoutEntry method"
Christian Halstrick
2020-12-30
2
-2
/
+15
|
\
|
*
Added check for null on DirCacheEntry in checkoutEntry method
Tudor Matrescu
2020-12-03
2
-2
/
+15
*
|
GPG user ID matching: use case-insensitive matching
Thomas Wolf
2020-12-29
2
-9
/
+21
*
|
Don't export package from test bundle
Thomas Wolf
2020-12-28
1
-4
/
+0
*
|
Update eclipse-jarsigner-plugin to 1.1.7
Matthias Sohn
2020-12-24
1
-1
/
+1
*
|
Update build-helper-maven-plugin to 3.2.0
Matthias Sohn
2020-12-24
1
-1
/
+1
*
|
Update maven-enforcer-plugin to 3.0.0-M3
Matthias Sohn
2020-12-24
1
-1
/
+1
*
|
Update maven-shade-plugin to 3.2.4
Matthias Sohn
2020-12-24
1
-1
/
+1
*
|
Require latest Maven version 3.6.3
Matthias Sohn
2020-12-24
3
-2
/
+22
*
|
Update spring-boot-maven-plugin to 2.4.1
Matthias Sohn
2020-12-24
1
-1
/
+1
*
|
Update maven-surefire plugins to 3.0.0-M5
Matthias Sohn
2020-12-24
2
-2
/
+2
*
|
Update japicmp-maven-plugin to 0.14.4
Matthias Sohn
2020-12-24
1
-1
/
+1
*
|
Update spotbugs-maven-plugin to 4.1.4
Matthias Sohn
2020-12-24
1
-1
/
+1
*
|
Upgrade ecj to 3.24.0
Marco Miller
2020-12-24
1
-1
/
+1
*
|
Upgrade wagon-ssh to 3.4.2; align maven-site-plugin
Marco Miller
2020-12-24
3
-4
/
+4
*
|
[spotbugs] Fix incorrect lazy initialization in SystemReader
Matthias Sohn
2020-12-22
1
-2
/
+2
*
|
[spotbugs] Don't use class from java.util.concurrent for locking
Matthias Sohn
2020-12-22
1
-1
/
+3
*
|
[spotbugs] Fix potential NPE in OpenSshServerKeyDatabase
Matthias Sohn
2020-12-22
1
-1
/
+4
*
|
[spotbugs] Fix potential NPE in FS.FileStoreAttributes#get
Matthias Sohn
2020-12-22
1
-0
/
+3
*
|
[spotbugs] Silence CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE in jgit tests
Matthias Sohn
2020-12-22
2
-0
/
+154
*
|
[spotbugs] Silence NP_BOOLEAN_RETURN_NULL in FakeUserAuthGSS#doAuth
Matthias Sohn
2020-12-22
3
-1
/
+156
*
|
[spotbugs] Fix FileReftableStack#equals to check for null
Matthias Sohn
2020-12-22
1
-0
/
+3
*
|
[spotbugs] FileReftableDatabase: extract lock to local variable
Matthias Sohn
2020-12-22
1
-2
/
+4
*
|
[spotbugs] DfsReftableDatabase: extract lock to local variable
Matthias Sohn
2020-12-22
1
-4
/
+7
*
|
[spotbugs] Silence NP_BOOLEAN_RETURN_NULL in IgnoreNode#checkIgnored
Matthias Sohn
2020-12-22
2
-1
/
+10
*
|
[spotbugs] Silence warning DLS_DEAD_LOCAL_STORE in generated classes
Matthias Sohn
2020-12-22
2
-0
/
+153
*
|
[spotbugs] Silence warning about unwritten field written by gson
Matthias Sohn
2020-12-22
1
-0
/
+8
*
|
Merge branch 'stable-5.10'
Matthias Sohn
2020-12-22
2
-3
/
+3
|
\
\
|
*
|
Update jgit-4.18 target platform to use release repository
Matthias Sohn
2020-12-17
2
-3
/
+3
*
|
|
Revert "Remove unused API problem filters"
Matthias Sohn
2020-12-22
1
-0
/
+11
*
|
|
Remove unused API problem filters
Matthias Sohn
2020-12-17
1
-11
/
+0
*
|
|
[spotbugs] Fix potential NPE in FS#write
Matthias Sohn
2020-12-17
1
-1
/
+4
*
|
|
[spotbugs] Fix potential NPE in PackFileSnapshotTest
Matthias Sohn
2020-12-17
1
-2
/
+6
*
|
|
[spotbugs] Fix potential NPEs in FileReftableStackTest
Matthias Sohn
2020-12-17
1
-7
/
+12
*
|
|
[spotbugs] Fix potential NPE in WorkingTreeIterator#isModified
Matthias Sohn
2020-12-17
1
-2
/
+4
*
|
|
[spotbugs] Fix potential NPE in FileBasedConfigTest
Matthias Sohn
2020-12-17
1
-3
/
+10
*
|
|
[spotbugs] Fix potential NPE in GcPruneNonReferencedTest
Matthias Sohn
2020-12-17
1
-0
/
+2
*
|
|
[spotbugs] Fix potential NPE in FileRepository#convertToReftable
Matthias Sohn
2020-12-17
1
-1
/
+3
*
|
|
[spotbugs] silence warnings for intended use of == to compare strings
Matthias Sohn
2020-12-17
1
-2
/
+20
[next]