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.
Christian Halstrick ffa237e7db Fix computation of id in WorkingTreeIterator with autocrlf and smudging 8 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 Implement DIR_NO_GITLINKS 8 years ago
ApplyCommandTest.java Fix ApplyCommand when result of patch is an empty file 8 years ago
ArchiveCommandTest.java ArchiveCommandTest: Create Git instances in try-with-resource 8 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 Fix calling of clean/smudge filters from Checkout,MergeCommands 8 years ago
CherryPickCommandTest.java CherryPickCommandTest: Create Git instances in try-with-resource 8 years ago
CleanCommandTest.java Move base test classes to the junit bundle for reuse for Java 7 tests 11 years ago
CloneCommandTest.java Treat CloneCommand.setRemote(null) as setRemote("origin") 9 years ago
CommitAndLogCommandTest.java CommitAndLogCommandTest: Use assumeFalse to skip test on Windows 8 years ago
CommitCommandTest.java CommitCommandTest: Open Git and TreeWalk in try-with-resource 8 years ago
CommitOnlyTest.java CommitOnlyTest: Open RevWalk in try-with-resource 8 years ago
DescribeCommandTest.java Add "--long" option to JGit describe 9 years ago
DiffCommandTest.java DiffCommandTest: Open Git and RevWalk in try-with-resource 8 years ago
EolRepositoryTest.java Fix computation of id in WorkingTreeIterator with autocrlf and smudging 8 years ago
EolStreamTypeUtilTest.java Add EOL stream type detection to TreeWalk 8 years ago
FetchCommandTest.java Update tags on fetch if --tags or tag refspec specified 11 years ago
GarbageCollectCommandTest.java Cache SimpleDateFormat in GitDateParser per locale 10 years ago
GitConstructionTest.java GitConstructionTest: Open Git instance in try-with-resource 8 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 LogCommand.all(): filter out refs that do not refer to commit objects 11 years ago
LsRemoteCommandTest.java Use absolute paths for file:// URIs in tests 10 years ago
MergeCommandTest.java MergeCommandTest: Use JUnit's assume to check preconditions 8 years ago
NameRevCommandTest.java Repository: Introduce exactRef and findRef, deprecate getRef 8 years ago
NotesCommandTest.java Move base test classes to the junit bundle for reuse for Java 7 tests 11 years ago
PathCheckoutCommandTest.java Checkout should be able to override modified symbolic links 8 years ago
PullCommandTest.java PullCommandTest: Open RevWalk in try-with-resource 8 years ago
PullCommandWithRebaseTest.java PullCommandWithRebaseTest: Open RevWalk in try-with-resource 8 years ago
PushCommandTest.java PushCommandTest: Open Git instances in try-with-resource 8 years ago
RebaseCommandTest.java RebaseCommandTest: Open RevWalk in try-with-resource 8 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 Move base test classes to the junit bundle for reuse for Java 7 tests 11 years ago
ResetCommandTest.java ResetCommandTest: Use Git member in testHardResetAfterSquashMerge 8 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 Fix integer boxing eclipse warning 8 years ago
StashCreateCommandTest.java Repository: Introduce exactRef and findRef, deprecate getRef 8 years ago
StashDropCommandTest.java Repository: Introduce exactRef and findRef, deprecate getRef 8 years ago
StashListCommandTest.java Move base test classes to the junit bundle for reuse for Java 7 tests 11 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