選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Nadav Cohen e81592e076 Allow setting FileMode to executable when applying patches in ApplyCommand 8年前
..
blame BlameGeneratorTest: Create Git instances in try-with-resource 8年前
AbstractRemoteCommandTest.java Add remote command to JGit CLI 8年前
AddCommandTest.java Implement DIR_NO_GITLINKS 8年前
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 calling of clean/smudge filters from Checkout,MergeCommands 8年前
CherryPickCommandTest.java CherryPickCommandTest: Create Git instances in try-with-resource 8年前
CleanCommandTest.java Move base test classes to the junit bundle for reuse for Java 7 tests 11年前
CloneCommandTest.java Treat CloneCommand.setRemote(null) as setRemote("origin") 9年前
CommitAndLogCommandTest.java CommitAndLogCommandTest: Use assumeFalse to skip test on Windows 8年前
CommitCommandTest.java Fix CommitCommand to be able to skip writing to RefLog 8年前
CommitOnlyTest.java CommitOnlyTest: Open RevWalk in try-with-resource 8年前
DescribeCommandTest.java Add "--long" option to JGit describe 9年前
DiffCommandTest.java DiffCommandTest: Open Git and RevWalk in try-with-resource 8年前
EolRepositoryTest.java Add EOL stream type detection to TreeWalk 8年前
EolStreamTypeUtilTest.java Add EOL stream type detection to TreeWalk 8年前
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 LogCommand.all(): filter out refs that do not refer to commit objects 11年前
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 Move base test classes to the junit bundle for reuse for Java 7 tests 11年前
PathCheckoutCommandTest.java Checkout should be able to override modified symbolic links 8年前
PullCommandTest.java PullCommandTest: Open RevWalk in try-with-resource 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 Move base test classes to the junit bundle for reuse for Java 7 tests 11年前
ResetCommandTest.java ResetCommandTest: Use Git member in testHardResetAfterSquashMerge 8年前
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年前