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.
Matthias Sohn 3e2c88199f Merge branch 'stable-5.4' 4 years ago
..
blame BlameGeneratorTest: Create Git instances in try-with-resource 8 years ago
AbstractRemoteCommandTest.java Add remote command to JGit CLI 8 years ago
AddCommandTest.java Merge branch 'stable-5.2' into stable-5.3 4 years ago
ApplyCommandTest.java Fix ApplyCommand which doesn't work if patch adds empty file 4 years ago
ArchiveCommandTest.java Merge branch 'stable-5.1' into stable-5.2 4 years ago
BlameCommandTest.java Undo treating blobs with NULs as a single line 5 years ago
BranchCommandTest.java Validate branch names on branch creation 6 years ago
CheckoutCommandTest.java Merge branch 'stable-5.2' into stable-5.3 4 years ago
CherryPickCommandTest.java Remove 'final' in parameter lists 6 years ago
CleanCommandTest.java Consistently use "!isEmpty()" to detect non-empty list 5 years ago
CloneCommandTest.java Merge branch 'stable-5.3' into stable-5.4 4 years ago
CommitAndLogCommandTest.java Explicitly specify charset when constructing PrintWriter 5 years ago
CommitCommandTest.java Merge branch 'stable-5.3' into stable-5.4 4 years ago
CommitOnlyTest.java Merge branch 'stable-5.1' into stable-5.2 4 years ago
CrLfNativeTest.java Fix handling of core.eol=native and of crlf attribute 5 years ago
DescribeCommandTest.java DescribeCommand: use glob match instead of path match 5 years ago
DiffCommandTest.java Use Instant instead of milliseconds for filesystem timestamp handling 4 years ago
EolRepositoryTest.java Explicitly specify charset in constructor of String 5 years ago
EolStreamTypeUtilTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
FetchAndPullCommandsRecurseSubmodulesTest.java PullCommand: Add support for recursing into submodules 7 years ago
FetchCommandTest.java Merge branch 'stable-4.11' into stable-5.0 5 years ago
GarbageCollectCommandTest.java Cache SimpleDateFormat in GitDateParser per locale 10 years ago
GitConstructionTest.java GitConstructionTest: Remove unnecessary calls to Repository.close() 7 years ago
HugeFileTest.java HugeFileTest: Open RandomAccessFile in try-with-resource 6 years ago
InitCommandTest.java InitCommand: Don't leave Repository open after Git is closed 6 years ago
LogCommandTest.java Repository: Deprecate #peel method 6 years ago
LsRemoteCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 years ago
MergeCommandTest.java MergeCommandTest: Open TestRepository in try-with-resource 5 years ago
NameRevCommandTest.java Enable and fix warnings about redundant specification of type arguments 7 years ago
NotesCommandTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
PathCheckoutCommandTest.java Add missing @Test annotations 8 years ago
PullCommandTest.java Convert to lambda or member reference 5 years ago
PullCommandWithRebaseTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
PushCommandTest.java Make PrePushHook properly terminate ref lines 5 years ago
RebaseCommandTest.java Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 5 years ago
ReflogCommandTest.java refactor: simplify collection.toArray() 5 years ago
RemoteAddCommandTest.java Add remote command to JGit CLI 8 years ago
RemoteDeleteCommandTest.java Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand 5 years ago
RemoteListCommandTest.java Add remote command to JGit CLI 8 years ago
RemoteSetUrlCommandTest.java Stop using deprecated methods of RemoteSetUrlCommand/RemoteRemoveCommand 5 years ago
RenameBranchCommandTest.java RenameBranchCommand: more consistent handling of short ref names 5 years ago
ResetCommandTest.java Merge branch 'stable-5.4' 4 years ago
RevertCommandTest.java Remove 'final' in parameter lists 6 years ago
RmCommandTest.java Move base test classes to the junit bundle for reuse for Java 7 tests 11 years ago
StashApplyCommandTest.java ResolveMerger: don't try needlessly to delete directories 5 years ago
StashCreateCommandTest.java Remove 'final' in parameter lists 6 years ago
StashDropCommandTest.java Enable and fix 'Should be tagged with @Override' warning 7 years ago
StashListCommandTest.java ReflogWriter: Align auto-creation defaults with C git 6 years ago
StatusCommandTest.java StatusCommandTest: Open Git in try-with-resource 8 years ago
TagCommandTest.java Repository: Deprecate #peel method 6 years ago