您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
David Pursehouse f5b25bcad3 Merge branch 'stable-4.7' into stable-4.8 6 年前
..
blame BlameGeneratorTest: Create Git instances in try-with-resource 8 年前
AbstractRemoteCommandTest.java Add remote command to JGit CLI 8 年前
AddCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 年前
ApplyCommandTest.java Allow setting FileMode to executable when applying patches in ApplyCommand 8 年前
ArchiveCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 年前
BlameCommandTest.java BlameCommandTest: Instantiate Git objects in try-with-resource 8 年前
BranchCommandTest.java BranchCommandTest: Create Git instances in try-with-resource 8 年前
CheckoutCommandTest.java Fix CheckoutCommand to return updated files even on NONDELETED status 7 年前
CherryPickCommandTest.java CherryPickCommandTest: Create Git instances in try-with-resource 8 年前
CleanCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 年前
CloneCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 年前
CommitAndLogCommandTest.java CommitAndLogCommandTest: Use assumeFalse to skip test on Windows 8 年前
CommitCommandTest.java Merge branch 'stable-4.6' into stable-4.7 6 年前
CommitOnlyTest.java CommitOnlyTest: Open RevWalk in try-with-resource 8 年前
DescribeCommandTest.java Add "--long" option to JGit describe 9 年前
DiffCommandTest.java DiffCommandTest: Don't call toString on String instances 7 年前
EolRepositoryTest.java Enable and fix 'Should be tagged with @Override' warning 7 年前
EolStreamTypeUtilTest.java Organize imports 7 年前
FetchAndPullCommandsRecurseSubmodulesTest.java PullCommand: Add support for recursing into submodules 7 年前
FetchCommandTest.java FetchCommandTest: Don't declare specific exceptions in test methods 7 年前
GarbageCollectCommandTest.java Cache SimpleDateFormat in GitDateParser per locale 10 年前
GitConstructionTest.java GitConstructionTest: Remove unnecessary calls to Repository.close() 7 年前
HugeFileTest.java HugeFileTest: Make Git a class member and open in try-with-resource 8 年前
InitCommandTest.java Allow explicit configuration of git directory in InitCommand 9 年前
LogCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 年前
LsRemoteCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 年前
MergeCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 年前
NameRevCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 年前
NotesCommandTest.java Organize imports 7 年前
PathCheckoutCommandTest.java Add missing @Test annotations 8 年前
PullCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 年前
PullCommandWithRebaseTest.java Support pull on detached HEAD 7 年前
PushCommandTest.java PushCommandTest: Remove unused variables to prevent errors in Eclipse 7 年前
RebaseCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 年前
ReflogCommandTest.java Make the Reflog a public API again 11 年前
RemoteAddCommandTest.java Add remote command to JGit CLI 8 年前
RemoteDeleteCommandTest.java Add remote command to JGit CLI 8 年前
RemoteListCommandTest.java Add remote command to JGit CLI 8 年前
RemoteSetUrlCommandTest.java Add remote command to JGit CLI 8 年前
RenameBranchCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 年前
ResetCommandTest.java Enhance ResetCommand to allow disabling reflog update 7 年前
RevertCommandTest.java RevertCommandTest: Open Git in try-with-resource 8 年前
RmCommandTest.java Move base test classes to the junit bundle for reuse for Java 7 tests 11 年前
StashApplyCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 年前
StashCreateCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 年前
StashDropCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 年前
StashListCommandTest.java Move base test classes to the junit bundle for reuse for Java 7 tests 11 年前
StatusCommandTest.java StatusCommandTest: Open Git in try-with-resource 8 年前
TagCommandTest.java TagCommandTest: Instantiate Git and RevWalk objects in try-with-resource 8 年前