summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Apache MINA sshd client: test reading encrypted ed25519 keysThomas Wolf2019-05-063-1/+12
* Apache MINA sshd client: adapt to sshd 2.2.0Thomas Wolf2019-05-062-2/+2
* Merge branch 'stable-5.3'Matthias Sohn2019-04-293-19/+96
|\
| * Prepare 5.3.2-SNAPSHOT buildsMatthias Sohn2019-04-282-51/+51
| * JGit v5.3.1.201904271842-rv5.3.1.201904271842-rMatthias Sohn2019-04-282-2/+2
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-04-283-19/+96
| |\
| | * Prepare 5.2.3-SNAPSHOT buildsMatthias Sohn2019-04-242-51/+51
| | * JGit v5.2.2.201904231744-rv5.2.2.201904231744-rMatthias Sohn2019-04-232-2/+2
| | * Revert 4678f4b and provide another solution for bug 467631Thomas Wolf2019-04-203-19/+96
* | | tree:<depth>: do not revisit tree during packingMatthew DeVore2019-04-161-0/+122
* | | tree:<depth> should not traverse overly-deep treesMatthew DeVore2019-04-161-0/+7
* | | Preliminary support for tree:<depth> filterMatthew DeVore2019-04-163-0/+215
* | | Use Arrays.asList instead of copying array in a for loopCarsten Hammer2019-04-142-4/+4
* | | Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-132-6/+5
* | | Use jdk 5 for loopCarsten Hammer2019-04-136-34/+51
* | | Join catch sections using multicatchCarsten Hammer2019-04-131-3/+1
* | | Use StringBuilder instead of StringBuffer where possible.Carsten Hammer2019-04-111-1/+1
* | | ConfigTest: Add test for parsing invalid group headerDavid Pursehouse2019-04-111-0/+7
* | | Introduce RefDatabase#getTipsWithSha1 to list refs pointing to objectPatrick Hiesel2019-04-082-1/+72
* | | UploadPackTest: Stop using deprecated Transport.setFilterBlobLimit(long)David Pursehouse2019-04-081-6/+6
* | | DfsRefDatabase: Keep update index when peeling a referenceIvan Frade2019-03-291-0/+94
* | | Clarify error message for invalid Windows charactersHan-Wen Nienhuys2019-03-291-3/+15
* | | Put filter spec information in a dedicated objectMatthew DeVore2019-03-222-3/+3
* | | Merge branch 'stable-5.3'Matthias Sohn2019-03-211-0/+17
|\| |
| * | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-03-211-0/+17
| |\|
| | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-03-211-0/+17
| | |\
| | | * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2019-03-211-0/+17
| | | |\
| | | | * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2019-03-211-0/+17
| | | | |\
| | | | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2019-03-211-0/+17
| | | | | |\
| | | | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2019-03-211-0/+17
| | | | | | |\
| | | | | | | * Fix GC to delete empty fanout directories after repackingMatthias Sohn2019-03-201-0/+17
| | | | | | | * Prepare 4.9.10-SNAPSHOT buildsMatthias Sohn2019-03-132-47/+47
| | | | | | | * JGit v4.9.9.201903122025-rv4.9.9.201903122025-rMatthias Sohn2019-03-132-2/+2
| | | | | * | | Prepare 4.11.8-SNAPSHOT buildsMatthias Sohn2019-03-132-47/+47
| | | | | * | | JGit v4.11.7.201903122105-rv4.11.7.201903122105-rMatthias Sohn2019-03-132-2/+2
| | | | * | | | Merge branch 'stable-4.11' into stable-5.0David Pursehouse2019-03-061-0/+52
| | | | |\| | |
| | | | | * | | Merge branch 'stable-4.10' into stable-4.11David Pursehouse2019-03-061-0/+52
| | | | | |\| |
| | | | | | * | Merge branch 'stable-4.9' into stable-4.10David Pursehouse2019-03-061-0/+52
| | | | | | |\|
| | | | | | | * Cancel gc if thread was interruptedMatthias Sohn2019-03-061-0/+52
| | | | | | | * Prepare 4.9.9-SNAPSHOT buildsMatthias Sohn2018-12-252-47/+47
| | | | | | | * JGit v4.9.8.201812241815-rv4.9.8.201812241815-rMatthias Sohn2018-12-252-2/+2
| | | | | | | * Prepare 4.9.8-SNAPSHOT buildsMatthias Sohn2018-10-202-47/+47
| | | | | | | * JGit v4.9.7.201810191756-rv4.9.7.201810191756-rMatthias Sohn2018-10-192-2/+2
| | | | | * | | Prepare 4.11.7-SNAPSHOT buildsMatthias Sohn2018-12-252-47/+47
| | | | | * | | JGit v4.11.6.201812241910-rv4.11.6.201812241910-rMatthias Sohn2018-12-252-2/+2
| | | * | | | | Prepare 5.1.7-SNAPSHOT buildsMatthias Sohn2019-03-132-47/+47
| | | * | | | | JGit v5.1.6.201903130242-rv5.1.6.201903130242-rMatthias Sohn2019-03-132-2/+2
| * | | | | | | Prepare 5.3.1-SNAPSHOT buildsMatthias Sohn2019-03-132-51/+51
| * | | | | | | JGit v5.3.0.201903130848-rv5.3.0.201903130848-rMatthias Sohn2019-03-132-2/+2
* | | | | | | | Use RefMap instead of HashMapMasaya Suzuki2019-03-201-0/+35