aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v6.0.0.202111291000-rv6.0.0.202111291000-rMatthias Sohn2021-11-2991-125/+125
* Don't block in GC#gc until garbage collection finishedMatthias Sohn2021-11-2817-79/+72
* Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2021-11-280-0/+0
|\
| * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-11-281-1/+5
| |\
| | * Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-11-281-1/+5
| | |\
| | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-11-281-1/+5
| | | |\
| | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-11-281-1/+5
| | | | |\
| | | | | * FS: debug logging only if system config file cannot be foundThomas Wolf2021-11-281-1/+5
* | | | | | FS: debug logging only if system config file cannot be foundThomas Wolf2021-11-281-1/+5
* | | | | | Update .factorypath used by annotation processor for benchmarksMatthias Sohn2021-11-261-28/+19
* | | | | | Use maven-compiler-plugin's release tag instead of source and targetMatthias Sohn2021-11-261-4/+1
* | | | | | Don't use deprecated Repository#getAllRefs in RepositoryMatthias Sohn2021-11-252-4/+6
* | | | | | Don't use deprecated Repository#getAllRefs in FileRepositoryMatthias Sohn2021-11-257-14/+31
* | | | | | RevListTest: fix warning that method parameter hides field 'git'Matthias Sohn2021-11-241-9/+9
* | | | | | Implement RecordingLogger based on org.slf4j.LoggerMatthias Sohn2021-11-242-104/+97
* | | | | | Let ObjectDatabase implement AutoClosableMatthias Sohn2021-11-241-1/+2
* | | | | | Prepare 6.0.0-SNAPSHOT buildsMatthias Sohn2021-11-2491-125/+125
* | | | | | JGit v6.0.0.202111241155-rc1v6.0.0.202111241155-rc1Matthias Sohn2021-11-2491-125/+125
* | | | | | Merge branch 'master' into stable-6.0Matthias Sohn2021-11-2463-404/+796
|\ \ \ \ \ \
| * | | | | | Add 4.22 target platform for 2021-12Matthias Sohn2021-11-242-0/+107
| * | | | | | Update Orbit to R20211122181901 for 2021-12Matthias Sohn2021-11-2411-17/+17
| * | | | | | AppServer: fix keystore used to setup test SSL context factoryMatthias Sohn2021-11-241-2/+5
| * | | | | | Merge "RepoCommand: Do not wrap GitApiExceptions in GitApiExceptions"Ivan Frade2021-11-231-4/+3
| |\ \ \ \ \ \
| | * | | | | | RepoCommand: Do not wrap GitApiExceptions in GitApiExceptionsIvan Frade2021-11-231-4/+3
| * | | | | | | [6.0 API cleanup] Public interface for PackLockThomas Wolf2021-11-2312-20/+40
| * | | | | | | [6.0 API cleanup] StoredObjectRepresentationNotAvailableExceptionThomas Wolf2021-11-233-22/+13
| * | | | | | | Merge branch 'stable-5.13'Matthias Sohn2021-11-230-0/+0
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / /
| | * | | | | Merge branch 'stable-5.12' into stable-5.13Thomas Wolf2021-11-231-8/+63
| | |\| | | |
| | | * | | | Merge branch 'stable-5.11' into stable-5.12Thomas Wolf2021-11-231-8/+63
| | | |\| | |
| | | | * | | Merge branch 'stable-5.10' into stable-5.11Thomas Wolf2021-11-231-8/+63
| | | | |\| |
| | | | | * | Merge branch 'stable-5.9' into stable-5.10Thomas Wolf2021-11-231-8/+63
| | | | | |\|
| | | | | | * Better git system config findingThomas Wolf2021-11-231-8/+63
| | * | | | | Set JSch global config values only if not set alreadyThomas Wolf2021-11-231-2/+15
| * | | | | | [6.0 API cleanup] CancelledException vs. CanceledExceptionThomas Wolf2021-11-223-34/+29
| * | | | | | Javadoc fixesThomas Wolf2021-11-2213-22/+40
| * | | | | | Better git system config findingThomas Wolf2021-11-221-8/+63
| * | | | | | Merge changes I7e1f8627,Ibd0240cfMatthias Sohn2021-11-2224-238/+259
| |\ \ \ \ \ \
| | * | | | | | HttpClientConnectionTest: organize importsMatthias Sohn2021-11-221-7/+7
| | * | | | | | Update Jetty to 10.0.6Matthias Sohn2021-11-2223-231/+252
| * | | | | | | Fix missing @since 6.0 tagThomas Wolf2021-11-221-0/+1
| * | | | | | | Support commit.template config propertyJulian Ruppel2021-11-222-10/+58
| |/ / / / / /
| * | | | | | Merge branch 'stable-6.0'Matthias Sohn2021-11-170-0/+0
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Prepare 6.0.0-SNAPSHOT buildsMatthias Sohn2021-11-1791-125/+125
* | | | | | | JGit v6.0.0.202111161950-m3v6.0.0.202111161950-m3Matthias Sohn2021-11-1791-125/+125
* | | | | | | Merge branch 'master' into stable-6.0Matthias Sohn2021-11-17117-561/+5225
|\ \ \ \ \ \ \
| | * | | | | | Merge "DFS block cache: harden against race over ref locks."Ivan Frade2021-11-172-33/+167
| |/| | | | | |
| | * | | | | | DFS block cache: harden against race over ref locks.Alina Djamankulova2021-11-162-33/+167
| * | | | | | | Make BinaryBlobException stacklessMatthias Sohn2021-11-161-0/+5
| |/ / / / / /
| * | | | | | Typo fix in o.e.j.ssh.{jsch,apache}/README.mdThomas Wolf2021-11-152-2/+2
| * | | | | | ssh: Handle "ProxyJump none" from SSH config fileThomas Wolf2021-11-153-2/+38