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.
David Pursehouse 0f7f3b62ce Merge branch 'stable-4.5' into stable-4.6 6 年之前
..
blame BlameGeneratorTest: Create Git instances in try-with-resource 8 年之前
AbstractRemoteCommandTest.java Add remote command to JGit CLI 8 年之前
AddCommandTest.java Add built-in LFS smudge filter for local case 7 年之前
ApplyCommandTest.java Allow setting FileMode to executable when applying patches in ApplyCommand 8 年之前
ArchiveCommandTest.java ArchiveCommandTest: Create Git instances in try-with-resource 8 年之前
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 Organize imports 7 年之前
CloneCommandTest.java Handle all values of branch.[name].rebase 7 年之前
CommitAndLogCommandTest.java CommitAndLogCommandTest: Use assumeFalse to skip test on Windows 8 年之前
CommitCommandTest.java Merge branch 'stable-4.5' into stable-4.6 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 Fix computation of id in WorkingTreeIterator with autocrlf and smudging 8 年之前
EolStreamTypeUtilTest.java Organize imports 7 年之前
FetchCommandTest.java Update tags on fetch if --tags or tag refspec specified 11 年之前
GarbageCollectCommandTest.java Cache SimpleDateFormat in GitDateParser per locale 10 年之前
GitConstructionTest.java GitConstructionTest: Open Git instance in try-with-resource 8 年之前
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 Added filter for merge and non-merges commits. 8 年之前
LsRemoteCommandTest.java Use absolute paths for file:// URIs in tests 10 年之前
MergeCommandTest.java MergeCommandTest: Use JUnit's assume to check preconditions 8 年之前
NameRevCommandTest.java Repository: Introduce exactRef and findRef, deprecate getRef 8 年之前
NotesCommandTest.java Organize imports 7 年之前
PathCheckoutCommandTest.java Add missing @Test annotations 8 年之前
PullCommandTest.java Fix StashApply regarding handling of untracked files 8 年之前
PullCommandWithRebaseTest.java PullCommandWithRebaseTest: Open RevWalk in try-with-resource 8 年之前
PushCommandTest.java PushCommandTest: Open Git instances in try-with-resource 8 年之前
RebaseCommandTest.java RebaseCommandTest: Open RevWalk in try-with-resource 8 年之前
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 Handle all values of branch.[name].rebase 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 Fix integer boxing eclipse warning 8 年之前
StashCreateCommandTest.java Repository: Introduce exactRef and findRef, deprecate getRef 8 年之前
StashDropCommandTest.java Repository: Introduce exactRef and findRef, deprecate getRef 8 年之前
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 年之前