aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2021-12-311-2/+38
|\
| * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-12-311-2/+38
| |\
| | * Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-12-311-2/+38
| | |\
| | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-12-311-2/+38
| | | |\
| | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-12-311-2/+38
| | | | |\
| | | | | * Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-12-301-2/+38
| | | | | |\
| | | | | | * Merge branch 'stable-5.7' into stable-5.8stable-5.8Matthias Sohn2021-12-301-2/+38
| | | | | | |\
| | | | | | | * Merge branch 'stable-5.6' into stable-5.7stable-5.7Matthias Sohn2021-12-301-2/+38
| | | | | | | |\
| | | | | | | | * Merge branch 'stable-5.5' into stable-5.6stable-5.6Matthias Sohn2021-12-301-2/+38
| | | | | | | | |\
| | | | | | | | | * Merge branch 'stable-5.4' into stable-5.5stable-5.5Matthias Sohn2021-12-301-2/+38
| | | | | | | | | |\
| | | | | | | | | | * Merge branch 'stable-5.3' into stable-5.4stable-5.4Matthias Sohn2021-12-301-2/+38
| | | | | | | | | | |\
| | | | | | | | | | | * Merge branch 'stable-5.2' into stable-5.3stable-5.3Matthias Sohn2021-12-301-2/+38
| | | | | | | | | | | |\
| | | | | | | | | | | | * Merge branch 'stable-5.1' into stable-5.2stable-5.2Matthias Sohn2021-12-301-2/+38
| | | | | | | | | | | | |\
| | | | | | | | | | | | | * Use FileSnapshot without using configs for FileBasedConfigstable-5.1Luca Milanesio2021-12-301-2/+38
| | | | | | * | | | | | | | Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-12-041-1/+1
| | | | | | |\| | | | | | |
| | | | | | | * | | | | | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-12-041-1/+1
| | | | | | | |\| | | | | |
| | | | | | | | * | | | | | Merge branch 'stable-5.5' into stable-5.6Matthias Sohn2021-12-041-1/+1
| | | | | | | | |\| | | | |
| | | | | | | | | * | | | | Merge branch 'stable-5.4' into stable-5.5Matthias Sohn2021-12-041-1/+1
| | | | | | | | | |\| | | |
| | | | | | | | | | * | | | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2021-12-041-1/+1
| | | | | | | | | | |\| | |
| | | | | | | | | | | * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2021-12-041-1/+1
| | | | | | | | | | | |\| |
| | | | | | | | | | | | * | Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2021-12-041-1/+1
| | | | | | | | | | | | |\|
| | | | | | | | | | | | | * Ignore missing javadoc in test bundlesMatthias Sohn2021-12-031-1/+1
* | | | | | | | | | | | | | Merge branch 'stable-5.13' into stable-6.0Thomas Wolf2021-12-261-0/+20
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | TreeRevFilter: fix wrong stop when the given path disappearskylezhao2021-12-171-0/+20
* | | | | | | | | | | | | | Prepare 6.0.1-SNAPSHOT buildsMatthias Sohn2021-11-292-56/+56
* | | | | | | | | | | | | | JGit v6.0.0.202111291000-rv6.0.0.202111291000-rMatthias Sohn2021-11-292-2/+2
* | | | | | | | | | | | | | Don't block in GC#gc until garbage collection finishedMatthias Sohn2021-11-2815-66/+59
* | | | | | | | | | | | | | Don't use deprecated Repository#getAllRefs in FileRepositoryMatthias Sohn2021-11-251-1/+1
* | | | | | | | | | | | | | Prepare 6.0.0-SNAPSHOT buildsMatthias Sohn2021-11-242-2/+2
* | | | | | | | | | | | | | JGit v6.0.0.202111241155-rc1v6.0.0.202111241155-rc1Matthias Sohn2021-11-242-2/+2
* | | | | | | | | | | | | | [6.0 API cleanup] Public interface for PackLockThomas Wolf2021-11-231-1/+0
* | | | | | | | | | | | | | Support commit.template config propertyJulian Ruppel2021-11-221-7/+44
* | | | | | | | | | | | | | DFS block cache: harden against race over ref locks.Alina Djamankulova2021-11-161-26/+155
* | | | | | | | | | | | | | OpenSshConfigFile: line comments and quoted stringsThomas Wolf2021-11-151-2/+33
* | | | | | | | | | | | | | [test] test OpenSshConfigFile directly, not via the JSch configThomas Wolf2021-11-042-0/+606
* | | | | | | | | | | | | | Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-313-40/+53
* | | | | | | | | | | | | | Factor out parsing git-style size numbers to StringUtilsThomas Wolf2021-10-301-0/+83
* | | | | | | | | | | | | | Make the buffer size for text/binary detection configurableThomas Wolf2021-10-304-11/+21
* | | | | | | | | | | | | | Fix checkout of files with mixed line endings on text=auto eol=crlfThomas Wolf2021-10-273-2/+31
* | | | | | | | | | | | | | Don't rely on an implicit default character setThomas Wolf2021-10-261-3/+2
* | | | | | | | | | | | | | DFS block cache: fix lock issue and support parallel index loadingAlina Djamankulova2021-10-191-2/+55
* | | | | | | | | | | | | | Merge branch 'stable-5.13'Matthias Sohn2021-10-155-13/+177
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-10-155-13/+177
| |\| | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-10-153-10/+142
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-10-153-10/+142
| | | |\| | | | | | | | | |
| | | | * | | | | | | | | | Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-10-153-10/+142
| | | | |\| | | | | | | | |
| | | | | * | | | | | | | | Fix missing peel-part in lsRefsV2 for loose annotated tagsSaša Živkov2021-10-151-0/+123
| | | | | * | | | | | | | | Merge branch 'stable-5.8' into stable-5.9Matthias Sohn2021-10-082-10/+19
| | | | | |\| | | | | | | |
| | | | | | * | | | | | | | Merge branch 'stable-5.7' into stable-5.8Matthias Sohn2021-10-082-10/+19
| | | | | | |\| | | | | | |
| | | | | | | * | | | | | | Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-10-082-10/+19
| | | | | | | |\| | | | | |