jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit/api
Matthias Sohn f41c5e8c01 Remove unnecessary @SuppressWarnings("serial")
Change-Id: Ib07fd89541dbd4b5095d49b2696429cbacc5bb4c
2023-07-16 15:14:19 +02:00
..
blame Revert "Option to pass start RevCommit to be blamed on to the 2022-09-06 10:40:26 +02:00
AbstractRemoteCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
AddCommandTest.java AddCommand: ability to switch off renormalization 2023-04-28 17:04:47 -04:00
ApplyCommandTest.java Split out ApplyCommand logic to PatchApplier class 2022-09-15 09:15:55 +02:00
ArchiveCommandTest.java Remove unnecessary @SuppressWarnings("serial") 2023-07-16 15:14:19 +02:00
BlameCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
BranchCommandTest.java [test] Fix closing of test repositories 2022-01-30 17:16:02 -05:00
CheckoutCommandTest.java [test] Fix closing of test repositories 2022-01-30 17:16:02 -05:00
CherryPickCommandTest.java Support cherry-picking a root commit 2023-04-29 13:24:32 +02:00
CleanCommandTest.java CleanCommand: fix prefix matching 2022-08-03 07:42:27 +02:00
CloneCommandTest.java CloneCommand: set HEAD also when not checking out 2022-09-18 19:43:40 +02:00
CommitAndLogCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
CommitCommandTest.java CommitCommand: commit message cleanup 2022-01-31 00:42:35 +01:00
CommitOnlyTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
CrLfNativeTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
DescribeCommandTest.java Cap describe abbrev option 2022-03-02 09:56:03 +01:00
DiffCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
EolRepositoryTest.java [test] Fix EolRepositoryTest for eol=native 2022-02-01 00:54:24 +01:00
EolStreamTypeUtilTest.java Binary and CR-LF detection: lone CRs -> binary 2021-10-31 13:02:04 +01:00
FetchAndPullCommandsRecurseSubmodulesTest.java Make sure to close Repository in tests 2022-02-02 23:00:27 +01:00
FetchCommandTest.java Merge branch 'stable-6.1' into stable-6.2 2022-07-06 17:02:04 +02:00
GarbageCollectCommandTest.java GarbageCollectCommand: add numberOfBitmaps to statistics 2021-10-08 11:12:31 +08:00
GitConstructionTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
HugeFileTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
InitCommandTest.java init: add config option to set default for the initial branch name 2021-02-22 23:11:45 +01:00
LogCommandTest.java Fix DateRevQueue tie breaks with more than 2 elements 2021-02-07 06:09:48 -05:00
LogFilterTest.java Revert "Adds FilteredRevCommit that can overwrites its parents in the DAG." 2022-08-03 17:16:34 -04:00
LsRemoteCommandTest.java LsRemoteCommand: apply url.*.insteadOf 2022-03-15 20:58:52 +01:00
MergeCommandTest.java Use git config core.commentChar 2022-03-26 19:53:37 +01:00
NameRevCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
NotesCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
PathCheckoutCommandTest.java Allow to resolve a conflict by checking out a file 2020-11-17 14:27:28 +01:00
PullCommandTest.java Parse pull.rebase=preserve as alias for pull.rebase=merges 2023-04-22 23:43:40 +02:00
PullCommandWithRebaseTest.java [test] Fix closing of test repositories 2022-01-30 17:16:02 -05:00
PushCommandTest.java Fix all Javadoc warnings and fail on them 2023-06-16 01:08:13 +02:00
RebaseCommandTest.java Support rebasing independent branches 2023-04-29 13:24:58 +02:00
ReflogCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
RemoteAddCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
RemoteDeleteCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
RemoteListCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
RemoteSetUrlCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
RenameBranchCommandTest.java Replace ExpectedException which was deprecated in junit 4.13 2020-01-24 15:46:08 +09:00
ResetCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
RevertCommandTest.java Introduce a constant for the length of an abbreviated hash string 2022-02-03 00:21:25 +01:00
RmCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
SecurityManagerMissingPermissionsTest.java Use slf4j-simple instead of log4j for logging 2021-12-31 01:09:52 +01:00
SecurityManagerTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
StashApplyCommandTest.java Implement ours/theirs content conflict resolution 2021-04-19 01:52:19 +02:00
StashCreateCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
StashDropCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
StashListCommandTest.java Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
StatusCommandTest.java IndexDiff: use tree filter also for SubmoduleWalk 2022-03-06 11:11:26 +01:00
TagCommandTest.java ListTagCommand: implement git tag --contains 2023-04-12 13:56:52 +02:00