Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Matthias Sohn db6c2c2aa5 Merge branch 'stable-4.9' into stable-4.10 5 лет назад
..
blame BlameGeneratorTest: Create Git instances in try-with-resource 8 лет назад
AbstractRemoteCommandTest.java Add remote command to JGit CLI 8 лет назад
AddCommandTest.java Ensure EOL stream type is DIRECT when -text attribute is present 6 лет назад
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 Add FetchCommand#setRefSpecs(String...) variant 6 лет назад
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 Fix unthrown exception errors in CloneCommandTest 6 лет назад
CommitAndLogCommandTest.java CommitAndLogCommandTest: Use assumeFalse to skip test on Windows 8 лет назад
CommitCommandTest.java Fix committing empty commits 6 лет назад
CommitOnlyTest.java Fix remaining javadoc errors raised by doclint 6 лет назад
DescribeCommandTest.java Fix remaining javadoc errors raised by doclint 6 лет назад
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 Use constants from StandardCharsets instead of hard-coded strings 6 лет назад
FetchAndPullCommandsRecurseSubmodulesTest.java PullCommand: Add support for recursing into submodules 7 лет назад
FetchCommandTest.java Fix fetching with duplicate ref updates 5 лет назад
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 Add missing newlines at ends of Java files 6 лет назад
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 Use constants from StandardCharsets instead of hard-coded strings 6 лет назад
PullCommandWithRebaseTest.java Use constants from StandardCharsets instead of hard-coded strings 6 лет назад
PushCommandTest.java Add a test for parsing fsck config options and expose FsckMode enum 7 лет назад
RebaseCommandTest.java Use constants from StandardCharsets instead of hard-coded strings 6 лет назад
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 Send a detailed event on working tree modifications 6 лет назад
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 ReflogWriter: Align auto-creation defaults with C git 6 лет назад
StatusCommandTest.java StatusCommandTest: Open Git in try-with-resource 8 лет назад
TagCommandTest.java TagCommandTest: Instantiate Git and RevWalk objects in try-with-resource 8 лет назад