summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't export package from test bundleThomas Wolf2020-12-281-4/+0
* Update eclipse-jarsigner-plugin to 1.1.7Matthias Sohn2020-12-241-1/+1
* Update build-helper-maven-plugin to 3.2.0Matthias Sohn2020-12-241-1/+1
* Update maven-enforcer-plugin to 3.0.0-M3Matthias Sohn2020-12-241-1/+1
* Update maven-shade-plugin to 3.2.4Matthias Sohn2020-12-241-1/+1
* Require latest Maven version 3.6.3Matthias Sohn2020-12-243-2/+22
* Update spring-boot-maven-plugin to 2.4.1Matthias Sohn2020-12-241-1/+1
* Update maven-surefire plugins to 3.0.0-M5Matthias Sohn2020-12-242-2/+2
* Update japicmp-maven-plugin to 0.14.4Matthias Sohn2020-12-241-1/+1
* Update spotbugs-maven-plugin to 4.1.4Matthias Sohn2020-12-241-1/+1
* Upgrade ecj to 3.24.0Marco Miller2020-12-241-1/+1
* Upgrade wagon-ssh to 3.4.2; align maven-site-pluginMarco Miller2020-12-243-4/+4
* [spotbugs] Fix incorrect lazy initialization in SystemReaderMatthias Sohn2020-12-221-2/+2
* [spotbugs] Don't use class from java.util.concurrent for lockingMatthias Sohn2020-12-221-1/+3
* [spotbugs] Fix potential NPE in OpenSshServerKeyDatabaseMatthias Sohn2020-12-221-1/+4
* [spotbugs] Fix potential NPE in FS.FileStoreAttributes#getMatthias Sohn2020-12-221-0/+3
* [spotbugs] Silence CN_IMPLEMENTS_CLONE_BUT_NOT_CLONEABLE in jgit testsMatthias Sohn2020-12-222-0/+154
* [spotbugs] Silence NP_BOOLEAN_RETURN_NULL in FakeUserAuthGSS#doAuthMatthias Sohn2020-12-223-1/+156
* [spotbugs] Fix FileReftableStack#equals to check for nullMatthias Sohn2020-12-221-0/+3
* [spotbugs] FileReftableDatabase: extract lock to local variableMatthias Sohn2020-12-221-2/+4
* [spotbugs] DfsReftableDatabase: extract lock to local variableMatthias Sohn2020-12-221-4/+7
* [spotbugs] Silence NP_BOOLEAN_RETURN_NULL in IgnoreNode#checkIgnoredMatthias Sohn2020-12-222-1/+10
* [spotbugs] Silence warning DLS_DEAD_LOCAL_STORE in generated classesMatthias Sohn2020-12-222-0/+153
* [spotbugs] Silence warning about unwritten field written by gsonMatthias Sohn2020-12-221-0/+8
* Merge branch 'stable-5.10'Matthias Sohn2020-12-222-3/+3
|\
| * Update jgit-4.18 target platform to use release repositoryMatthias Sohn2020-12-172-3/+3
* | Revert "Remove unused API problem filters"Matthias Sohn2020-12-221-0/+11
* | Remove unused API problem filtersMatthias Sohn2020-12-171-11/+0
* | [spotbugs] Fix potential NPE in FS#writeMatthias Sohn2020-12-171-1/+4
* | [spotbugs] Fix potential NPE in PackFileSnapshotTestMatthias Sohn2020-12-171-2/+6
* | [spotbugs] Fix potential NPEs in FileReftableStackTestMatthias Sohn2020-12-171-7/+12
* | [spotbugs] Fix potential NPE in WorkingTreeIterator#isModifiedMatthias Sohn2020-12-171-2/+4
* | [spotbugs] Fix potential NPE in FileBasedConfigTestMatthias Sohn2020-12-171-3/+10
* | [spotbugs] Fix potential NPE in GcPruneNonReferencedTestMatthias Sohn2020-12-171-0/+2
* | [spotbugs] Fix potential NPE in FileRepository#convertToReftableMatthias Sohn2020-12-171-1/+3
* | [spotbugs] silence warnings for intended use of == to compare stringsMatthias Sohn2020-12-171-2/+20
* | [spotbugs] silence short-circuit warning in PackOutputStream#writeMatthias Sohn2020-12-171-0/+6
* | [spotbugs] parse time using thread-safe DateTimeFormatterMatthias Sohn2020-12-171-5/+9
* | FetchProcess#execute: fix formattingMatthias Sohn2020-12-171-2/+3
* | [errorprone] FetchProcess: ensure exception isn't suppressedMatthias Sohn2020-12-171-0/+7
* | [errorprone] WalkFetchConnection: ensure exception isn't suppressedMatthias Sohn2020-12-171-0/+5
* | Remove unused API problem filtersMatthias Sohn2020-12-151-52/+0
* | Remove reftree and ketchHan-Wen Nienhuys2020-12-1553-7805/+13
* | LsRemote: suppress warning for non-externalized stringMatthias Sohn2020-12-151-1/+1
* | LooseObjects: fix formattingMatthias Sohn2020-12-151-13/+13
* | Split out loose object handling from ObjectDirectoryMartin Fick2020-12-152-120/+245
* | Merge branch 'stable-5.9'Matthias Sohn2020-12-141-1/+1
|\ \
| * | Fix stamping to produce stable file timestampsDavid Ostrovsky2020-12-141-1/+1
* | | PackDirectory: fix formattingMatthias Sohn2020-12-121-24/+41
* | | Split out packfile handling from ObjectDirectoryMartin Fick2020-12-122-377/+513