Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Carsten Hammer 6a4c77e619 Use isEmpty() instead of size()==0 where possible 5 лет назад
..
blame BlameGeneratorTest: Create Git instances in try-with-resource 8 лет назад
AbstractRemoteCommandTest.java Add remote command to JGit CLI 8 лет назад
AddCommandTest.java Fix core.autocrlf for non-normalized index 5 лет назад
ApplyCommandTest.java Remove 'final' in parameter lists 6 лет назад
ArchiveCommandTest.java Explicitly specify charset in constructor of String 5 лет назад
BlameCommandTest.java Undo treating blobs with NULs as a single line 5 лет назад
BranchCommandTest.java Validate branch names on branch creation 6 лет назад
CheckoutCommandTest.java CheckoutCommandTest: Add comment to document intentionally empty catch block 5 лет назад
CherryPickCommandTest.java Remove 'final' in parameter lists 6 лет назад
CleanCommandTest.java Use isEmpty() instead of size()==0 where possible 5 лет назад
CloneCommandTest.java Enable cloning only specific tags 5 лет назад
CommitAndLogCommandTest.java Explicitly specify charset when constructing PrintWriter 5 лет назад
CommitCommandTest.java Use StringBuilder instead of StringBuffer where possible. 5 лет назад
CommitOnlyTest.java Explicitly specify charset in constructor of String 5 лет назад
CrLfNativeTest.java Fix handling of core.eol=native and of crlf attribute 5 лет назад
DescribeCommandTest.java DescribeCommandTest: Trivially fix formatting by removing a blank line 5 лет назад
DiffCommandTest.java DiffCommandTest: Don't call toString on String instances 7 лет назад
EolRepositoryTest.java Explicitly specify charset in constructor of String 5 лет назад
EolStreamTypeUtilTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 лет назад
FetchAndPullCommandsRecurseSubmodulesTest.java PullCommand: Add support for recursing into submodules 7 лет назад
FetchCommandTest.java Merge branch 'stable-4.11' into stable-5.0 5 лет назад
GarbageCollectCommandTest.java Cache SimpleDateFormat in GitDateParser per locale 10 лет назад
GitConstructionTest.java GitConstructionTest: Remove unnecessary calls to Repository.close() 7 лет назад
HugeFileTest.java HugeFileTest: Open RandomAccessFile in try-with-resource 6 лет назад
InitCommandTest.java InitCommand: Don't leave Repository open after Git is closed 6 лет назад
LogCommandTest.java Repository: Deprecate #peel method 6 лет назад
LsRemoteCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 лет назад
MergeCommandTest.java MergeCommandTest: Open TestRepository in try-with-resource 5 лет назад
NameRevCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 лет назад
NotesCommandTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 лет назад
PathCheckoutCommandTest.java Add missing @Test annotations 8 лет назад
PullCommandTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 лет назад
PullCommandWithRebaseTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 лет назад
PushCommandTest.java Make PrePushHook properly terminate ref lines 5 лет назад
RebaseCommandTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 лет назад
ReflogCommandTest.java refactor: simplify collection.toArray() 5 лет назад
RemoteAddCommandTest.java Add remote command to JGit CLI 8 лет назад
RemoteDeleteCommandTest.java Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand 5 лет назад
RemoteListCommandTest.java Add remote command to JGit CLI 8 лет назад
RemoteSetUrlCommandTest.java Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand 5 лет назад
RenameBranchCommandTest.java RenameBranchCommand: more consistent handling of short ref names 5 лет назад
ResetCommandTest.java Extend ResetCommandTest 5 лет назад
RevertCommandTest.java Remove 'final' in parameter lists 6 лет назад
RmCommandTest.java Move base test classes to the junit bundle for reuse for Java 7 tests 11 лет назад
StashApplyCommandTest.java ResolveMerger: don't try needlessly to delete directories 5 лет назад
StashCreateCommandTest.java Remove 'final' in parameter lists 6 лет назад
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 Repository: Deprecate #peel method 6 лет назад