You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthias Sohn db6c2c2aa5 Merge branch 'stable-4.9' into stable-4.10 5 years ago
..
blame BlameGeneratorTest: Create Git instances in try-with-resource 8 years ago
AbstractRemoteCommandTest.java Add remote command to JGit CLI 8 years ago
AddCommandTest.java Ensure EOL stream type is DIRECT when -text attribute is present 6 years ago
ApplyCommandTest.java Allow setting FileMode to executable when applying patches in ApplyCommand 8 years ago
ArchiveCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 years ago
BlameCommandTest.java BlameCommandTest: Instantiate Git objects in try-with-resource 8 years ago
BranchCommandTest.java BranchCommandTest: Create Git instances in try-with-resource 8 years ago
CheckoutCommandTest.java Add FetchCommand#setRefSpecs(String...) variant 6 years ago
CherryPickCommandTest.java CherryPickCommandTest: Create Git instances in try-with-resource 8 years ago
CleanCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 years ago
CloneCommandTest.java Fix unthrown exception errors in CloneCommandTest 6 years ago
CommitAndLogCommandTest.java CommitAndLogCommandTest: Use assumeFalse to skip test on Windows 8 years ago
CommitCommandTest.java Fix committing empty commits 6 years ago
CommitOnlyTest.java Fix remaining javadoc errors raised by doclint 6 years ago
DescribeCommandTest.java Fix remaining javadoc errors raised by doclint 6 years ago
DiffCommandTest.java DiffCommandTest: Don't call toString on String instances 7 years ago
EolRepositoryTest.java Enable and fix 'Should be tagged with @Override' warning 7 years ago
EolStreamTypeUtilTest.java Use constants from StandardCharsets instead of hard-coded strings 6 years ago
FetchAndPullCommandsRecurseSubmodulesTest.java PullCommand: Add support for recursing into submodules 7 years ago
FetchCommandTest.java Fix fetching with duplicate ref updates 5 years ago
GarbageCollectCommandTest.java Cache SimpleDateFormat in GitDateParser per locale 10 years ago
GitConstructionTest.java GitConstructionTest: Remove unnecessary calls to Repository.close() 7 years ago
HugeFileTest.java HugeFileTest: Make Git a class member and open in try-with-resource 8 years ago
InitCommandTest.java Allow explicit configuration of git directory in InitCommand 9 years ago
LogCommandTest.java Add missing newlines at ends of Java files 6 years ago
LsRemoteCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 years ago
MergeCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 years ago
NameRevCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 years ago
NotesCommandTest.java Organize imports 7 years ago
PathCheckoutCommandTest.java Add missing @Test annotations 8 years ago
PullCommandTest.java Use constants from StandardCharsets instead of hard-coded strings 6 years ago
PullCommandWithRebaseTest.java Use constants from StandardCharsets instead of hard-coded strings 6 years ago
PushCommandTest.java Add a test for parsing fsck config options and expose FsckMode enum 6 years ago
RebaseCommandTest.java Use constants from StandardCharsets instead of hard-coded strings 6 years ago
ReflogCommandTest.java Make the Reflog a public API again 11 years ago
RemoteAddCommandTest.java Add remote command to JGit CLI 8 years ago
RemoteDeleteCommandTest.java Add remote command to JGit CLI 8 years ago
RemoteListCommandTest.java Add remote command to JGit CLI 8 years ago
RemoteSetUrlCommandTest.java Add remote command to JGit CLI 8 years ago
RenameBranchCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 years ago
ResetCommandTest.java Enhance ResetCommand to allow disabling reflog update 7 years ago
RevertCommandTest.java RevertCommandTest: Open Git in try-with-resource 8 years ago
RmCommandTest.java Move base test classes to the junit bundle for reuse for Java 7 tests 11 years ago
StashApplyCommandTest.java Send a detailed event on working tree modifications 6 years ago
StashCreateCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 years ago
StashDropCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 years ago
StashListCommandTest.java ReflogWriter: Align auto-creation defaults with C git 6 years ago
StatusCommandTest.java StatusCommandTest: Open Git in try-with-resource 8 years ago
TagCommandTest.java TagCommandTest: Instantiate Git and RevWalk objects in try-with-resource 8 years ago