aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* PersonIdent: Use java.time instead of older Date and millisecondsIvan Frade2024-11-191-2/+4
* ObjectId: Add method to read an ObjectId from a ByteBufferIvan Frade2024-08-291-0/+13
* Lib: Fix ssh value for gpg.format throwing an IllegalArgumentExceptiongranny2024-07-301-0/+10
* [errorprone] Fix pattern BadImportMatthias Sohn2024-04-291-2/+1
* [errorprone] Fix pattern CatchFailMatthias Sohn2024-04-291-1/+1
* [errorprone] Fix pattern see UnusedVariableMatthias Sohn2024-04-291-6/+4
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-5/+4
* Explain why RacyGitTests may be flaky in some environmentsMatthias Sohn2024-04-201-0/+16
* BitmapIndex: Add interface to track bitmaps found (or not)Ivan Frade2023-11-211-0/+85
* Config.removeSection() telling whether it changed the configThomas Wolf2023-10-141-2/+38
* Fix some tests in ConfigTestMatthias Sohn2023-08-291-4/+12
* Default for global (user) git ignore fileThomas Wolf2023-06-191-3/+7
* Parse pull.rebase=preserve as alias for pull.rebase=mergesMatthias Sohn2023-04-221-1/+44
* BatchingProgressMonitor: expose time spent per taskMatthias Sohn2023-02-271-0/+5
* Merge branch 'stable-6.4'Matthias Sohn2023-02-011-0/+83
|\
| * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-011-0/+83
| |\
| | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-011-0/+83
| | |\
| | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-011-0/+83
| | | |\
| | | | * BatchingProgressMonitor: avoid int overflow when computing percentageMatthias Sohn2023-01-311-0/+83
* | | | | CommitGraph: add core.commitGraph configkylezhao2022-12-161-0/+14
|/ / / /
* / / / CommitConfig: add support for core.commentCharThomas Wolf2022-03-261-0/+79
|/ / /
* | | Describe: add support for core.abbrev config optionMatthias Sohn2022-03-021-0/+128
* | | Remove odd prefix of PersonIdent test classMatthias Sohn2022-03-021-1/+1
* | | PersonIdent: Add ctors that accept Instant in addition to DateDavid Ostrovsky2022-03-021-0/+30
* | | [test] Fix ConfigTest for WindowsThomas Wolf2022-02-011-4/+7
* | | [test] Fix CommitTemplateConfigTest for WindowsThomas Wolf2022-02-011-3/+2
* | | Provide git config commit.cleanupThomas Wolf2022-01-311-0/+179
* | | [test] Fix closing of test repositoriesNail Samatov2022-01-301-0/+3
* | | [test] DirCacheCheckoutTest: fix test expectation for eol=nativeThomas Wolf2022-01-301-5/+6
|/ /
* | [bazel] Skip ConfigTest#testCommitTemplatePathInHomeDirecoryMatthias Sohn2022-01-182-26/+61
* | Support commit.template config propertyJulian Ruppel2021-11-221-7/+44
* | Fix checkout of files with mixed line endings on text=auto eol=crlfThomas Wolf2021-10-271-0/+28
|/
* Support commit.template config propertyJulian Ruppel2021-07-211-0/+103
* Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabaseGal Paikin2021-01-271-0/+59
* Fix NPE in DirCacheCheckoutThomas Wolf2020-12-301-9/+0
* Merge "Added check for null on DirCacheEntry in checkoutEntry method"Christian Halstrick2020-12-301-0/+9
|\
| * Added check for null on DirCacheEntry in checkoutEntry methodTudor Matrescu2020-12-031-0/+9
* | Enable GpgSigner to also sign tagsThomas Wolf2020-12-072-4/+177
|/
* Keep line endings for text files committed with CR/LF on text=autoThomas Wolf2020-08-171-32/+85
* Fix writing GPG signatures with trailing newlineThomas Wolf2020-07-081-37/+53
* Decouple BouncyCastle from JGit CoreMatthias Sohn2020-06-011-134/+0
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* | Replace ExpectedException which was deprecated in junit 4.13Matthias Sohn2020-01-242-52/+38
* | Replace deprecated junit assertion methods with hamcrestMatthias Sohn2020-01-221-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-0434-1292/+170
|/
* IndexDiff/SubmoduleWalk: handle submodule.<name>.ignore correctlyThomas Wolf2019-11-151-0/+77
* GPG: implement more OpenPGP UserId matching formatsThomas Wolf2019-10-231-0/+167
* Close some Repository instances in testsThomas Wolf2019-10-211-3/+5
* Close ObjectInserters in testsThomas Wolf2019-10-213-40/+52