summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* [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
| | | | | | | |\
| | | | | | | | * reftable: drop code for truncated readsHan-Wen Nienhuys2021-09-281-0/+6
| | | | | | | | * reftable: pass on invalid object ID in conversionHan-Wen Nienhuys2021-09-271-10/+13
| | * | | | | | | Fix RevWalk.getMergedInto() ignores annotated tagskylezhao2021-10-081-1/+20
| | * | | | | | | Optimize RevWalk.getMergedInto()kylezhao2021-10-081-2/+15
| * | | | | | | | Prepare 5.13.1-SNAPSHOT buildsMatthias Sohn2021-09-082-55/+55
| * | | | | | | | JGit v5.13.0.202109080827-rv5.13.0.202109080827-rMatthias Sohn2021-09-082-2/+2
| * | | | | | | | Prepare 5.13.0-SNAPSHOT buildsMatthias Sohn2021-09-012-2/+2
| * | | | | | | | JGit v5.13.0.202109011149-rc1v5.13.0.202109011149-rc1Matthias Sohn2021-09-012-2/+2
* | | | | | | | | DFS block cache: allow multiple passes for blocks before evictionAlina Djamankulova2021-10-081-0/+41
* | | | | | | | | GarbageCollectCommand: add numberOfBitmaps to statisticskylezhao2021-10-082-3/+3
* | | | | | | | | Remove redundant type argumentsThomas Wolf2021-09-301-1/+2
* | | | | | | | | IndexDiffWithSymlinkTest: handle InaccessibleObjectExceptionMatthias Sohn2021-09-291-1/+3
* | | | | | | | | Enable compiler option --releaseMatthias Sohn2021-09-292-3/+122
* | | | | | | | | Bump minimum required Java version to 11Matthias Sohn2021-09-295-7/+11
* | | | | | | | | Merge branch 'master' into nextMatthias Sohn2021-09-137-7/+177
|\| | | | | | | |
| * | | | | | | | transport: add object-info capabilityBruno Albuquerque2021-08-311-0/+47
| * | | | | | | | Merge branch 'stable-5.12'Matthias Sohn2021-08-301-0/+22
| |\| | | | | | |
| | * | | | | | | RevWalk: getMergedInto's result is wrong on the second callkylezhao2021-08-131-0/+22
| * | | | | | | | Merge branch 'stable-5.12'Thomas Wolf2021-07-291-1/+1
| |\| | | | | | |
| | * | | | | | | Merge branch 'stable-5.11' into stable-5.12Thomas Wolf2021-07-291-1/+1
| | |\| | | | | |
| | | * | | | | | Merge branch 'stable-5.10' into stable-5.11Thomas Wolf2021-07-291-1/+1
| | | |\| | | | |
| | | | * | | | | Merge branch 'stable-5.9' into stable-5.10Thomas Wolf2021-07-291-1/+1
| | | | |\| | | |
| | | | | * | | | Merge branch 'stable-5.8' into stable-5.9Thomas Wolf2021-07-291-1/+1
| | | | | |\| | |
| | | | | | * | | Merge branch 'stable-5.7' into stable-5.8Thomas Wolf2021-07-291-1/+1
| | | | | | |\| |
| | | | | | | * | Merge branch 'stable-5.6' into stable-5.7Thomas Wolf2021-07-291-1/+1
| | | | | | | |\|
| | | | | | | | * ReachabilityCheckerTestCase: fix reachable from self test case Han-Wen Nienhuys2021-06-161-1/+1
| * | | | | | | | Support commit.template config propertyJulian Ruppel2021-07-211-0/+103
| * | | | | | | | Relax version range for hamcrest and assertjMatthias Sohn2021-07-191-3/+3
| * | | | | | | | Update orbit to I20210711110031Matthias Sohn2021-07-163-7/+5
* | | | | | | | | Merge branch 'master' into nextMatthias Sohn2021-06-294-5/+269
|\| | | | | | | |