aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-172-4/+2
* Fix parsing of core.logAllRefUpdatesThomas Wolf2019-10-071-3/+25
* Merge branch 'stable-5.4'Matthias Sohn2019-08-093-94/+62
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-083-94/+62
| |\
| | * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-083-94/+62
| | |\
| | | * Merge branch 'stable-5.1' into stable-5.2Matthias Sohn2019-08-083-113/+76
| | | |\
| | | | * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-182-18/+27
| | | | * Add support for nanoseconds and microseconds for Config#getTimeUnitMatthias Sohn2019-07-111-0/+12
| | | | * Delete unused FileTreeIteratorWithTimeControlMatthias Sohn2019-07-111-68/+0
| | | | * Fix RacyGitTests#testRacyGitDetectionMatthias Sohn2019-07-031-11/+26