aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Merge "ArchiveCommandTest: add missing package import"Matthias Sohn2025-01-291-0/+1
|\
| * ArchiveCommandTest: add missing package importMatthias Sohn2024-12-131-0/+1
* | Submodules: Update submodule with deleted worktreeSimon Eder2025-01-291-38/+172
* | Merge changes I5e7323c6,I5e66a512,I0859990fMatthias Sohn2025-01-2817-192/+302
|\ \
| * | RefDatabase#getReflogReader(String): use #exactRef to resolve refNameMatthias Sohn2025-01-278-52/+67
| * | Deprecate Repository#getReflogReader methodsMatthias Sohn2025-01-2716-185/+275
| * | Add RefDatabase#getReflogReader methodsMatthias Sohn2025-01-271-0/+5
* | | Fix ObjectDirectoryTest#testOpenLooseObjectPropagatesIOExceptionsMatthias Sohn2025-01-171-6/+11
|/ /
* | FileReftableTest: fix order of arguments when using assertEqualsMatthias Sohn2025-01-061-16/+16
* | SimpleMergeTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+4
* | RevCommitParseTest: : use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-10/+15
* | PushCertificateStoreTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-2/+4
* | ReftableTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-12/+26
* | ReflogWriterTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+3
* | RebaseCommandTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-6/+11
* | GitLinkMergeTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+4
* | CherryPickTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-1/+5
* | ReflogConfigTest: use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-8/+11
* | ChangeIdUtilTest: use java.time instead of java.util.Date APIMatthias Sohn2024-12-291-6/+6
* | Replace use of deprecated constructor AttributesHandler(TreeWalk)Matthias Sohn2024-12-293-9/+14
* | GarbageCollectCommandTest: replace deprecated GitDateParserMatthias Sohn2024-12-291-11/+6
* | DfsGarbageCollectorTest: replace deprecated PersonIdent constructorMatthias Sohn2024-12-291-23/+19
* | TransportHttpTest: use java.time APIMatthias Sohn2024-12-281-4/+5
* | GC tests: use java.time APIMatthias Sohn2024-12-282-5/+5
* | TestRepositoryTest: use java.time APIMatthias Sohn2024-12-281-5/+5
* | GarbageCollectCommand, GC: use java.time APIMatthias Sohn2024-12-282-2/+4
* | CommitCommandTest: use java.time APIMatthias Sohn2024-12-251-7/+8
* | UploadPackTest: Construct PersonIdent with Instant/ZoneIdIvan Frade2024-12-231-21/+35
* | RelativeDateFormatter: Use Instant instead of dateIvan Frade2024-12-231-4/+4
* | CommitTimeRevFilter: Move to java.time APIIvan Frade2024-12-172-2/+128
* | Merge "Merge branch 'stable-7.1'"Matthias Sohn2024-12-171-6/+6
|\ \
| * \ Merge branch 'stable-7.1'Matthias Sohn2024-12-151-6/+6
| |\ \ | | |/ | |/|
| | * Merge branch 'stable-7.0' into stable-7.1Matthias Sohn2024-12-151-6/+6
| | |\
| | | * Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-12-151-6/+6
| | | |\
| | | | * Advertise "agent" capability when using protocol v2Antonio Barone2024-12-101-6/+6
| | | * | Merge branch 'stable-6.10' into stable-7.0Matthias Sohn2024-11-261-0/+42
| | | |\|
| | | | * Test advertised capabilities with protocol V0 and allow*Sha1InWantpszlazak2024-11-211-0/+42
* | | | | TestRepository: Deprecate #getDate and use #getInstant insteadIvan Frade2024-12-132-3/+3
|/ / / /
* | | | ArchiveCommandTest: add more detailed message if test failedXenoAmess2024-12-131-1/+4
* | | | Merge "RevertCommand: use only first line in revert commit message"Matthias Sohn2024-12-132-4/+16
|\ \ \ \
| * | | | RevertCommand: use only first line in revert commit messageThomas Wolf2024-12-112-4/+16
* | | | | Merge "PushCertificateIdentTest: Add test for the timezone parsing"Ivan Frade2024-12-121-0/+45
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | PushCertificateIdentTest: Add test for the timezone parsingIvan Frade2024-12-121-0/+45
* | | | | Submodules: use relative paths for worktree and gitdirSimon Eder2024-12-113-5/+21
|/ / / /
* | | | RawParseUtils: Default to UTC in invalid timezonesIvan Frade2024-12-091-0/+15
* | | | Prepare 7.2.0-SNAPSHOT buildsMatthias Sohn2024-11-272-60/+60
|/ / /
* | | Prepare 7.1.1-SNAPSHOT buildsMatthias Sohn2024-11-262-60/+60
* | | JGit v7.1.0.202411261347-rv7.1.0.202411261347-rMatthias Sohn2024-11-262-2/+2
* | | Add pack-refs command to the CLIYash Chaturvedi2024-11-221-12/+19
* | | Merge "GitTimeParser: Fix multiple errorprone and style comments"Matthias Sohn2024-11-211-1/+1
|\ \ \