aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | * Change RacyGitTests to create a racy git situation in a stable wayMasaya Suzuki2019-06-191-29/+24
| | | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-193-5/+10
* | | | | Fix "reset -hard" bug that folders could not be createdRené Scheibe2019-06-191-0/+23
* | | | | RebaseTodoFileTest: Fix "the the" typoIvan Frade2019-06-121-2/+2
|/ / / /
* | | | Handle escaped CR-LF in git config filesThomas Wolf2019-06-081-0/+35
* | | | Fix off-by-one error in RebaseTodoFile when reading a todo fileThomas Wolf2019-06-071-0/+142
* | | | Convert to lambda or member referenceCarsten Hammer2019-05-162-31/+25
* | | | Merge branch 'stable-5.3'Matthias Sohn2019-04-291-1/+33
|\| | |
| * | | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-04-281-1/+33
| |\| |
| | * | Revert 4678f4b and provide another solution for bug 467631Thomas Wolf2019-04-201-1/+33
* | | | Use isEmpty() instead of size()==0 where possibleCarsten Hammer2019-04-131-5/+4
* | | | ConfigTest: Add test for parsing invalid group headerDavid Pursehouse2019-04-111-0/+7
* | | | Introduce RefDatabase#getTipsWithSha1 to list refs pointing to objectPatrick Hiesel2019-04-081-1/+16
* | | | Clarify error message for invalid Windows charactersHan-Wen Nienhuys2019-03-291-3/+15
|/ / /
* | | LocalDiskRepositoryTestCase#createRepository: Default auto-close to falseDavid Pursehouse2019-01-201-5/+5
* | | DirCacheCheckoutTest: Open TestRepository in try-with-resourceDavid Pursehouse2019-01-201-2/+2
* | | Allow CommitCommand to sign commitsGunnar Wagenknecht2019-01-161-0/+201
* | | RefDatabase: Introduce findRef synonym for getRefJonathan Nieder2018-12-261-5/+0
* | | RefDatabase: Remove fallback exactRef implementationJonathan Nieder2018-12-261-0/+5
* | | Merge changes from topic 'update-index-ref-decorator'Jonathan Nieder2018-12-262-4/+43
|\ \ \
| * | | RefDatabase/Ref: Add versioning to reference databaseIvan Frade2018-12-262-4/+43
| |/ /
* / / Change RacyGitTests to create a racy git situation in a stable wayMasaya Suzuki2018-12-231-29/+24
|/ /
* | Fix IndexDiffs for git linksThomas Wolf2018-11-262-0/+75
* | New GpgConfig for typed access to GPG settingsGunnar Wagenknecht2018-11-201-0/+147
* | ValidRefNameTest#testNormalizeBranchName: Fix string/ref equality checkDavid Pursehouse2018-10-101-2/+2
* | Merge branch 'stable-5.1'Matthias Sohn2018-10-061-2/+117
|\|
| * Merge branch 'stable-5.0' into stable-5.1Matthias Sohn2018-10-061-2/+117
| |\
| | * Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-10-061-2/+117
| | |\
| | | * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-10-061-2/+117
| | | |\
| | | | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-10-061-2/+117
| | | | |\
| | | | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-10-061-2/+117
| | | | | |\