Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Matthias Sohn db6c2c2aa5 Merge branch 'stable-4.9' into stable-4.10 il y a 5 ans
..
blame BlameGeneratorTest: Create Git instances in try-with-resource il y a 8 ans
AbstractRemoteCommandTest.java Add remote command to JGit CLI il y a 8 ans
AddCommandTest.java Ensure EOL stream type is DIRECT when -text attribute is present il y a 6 ans
ApplyCommandTest.java Allow setting FileMode to executable when applying patches in ApplyCommand il y a 8 ans
ArchiveCommandTest.java Enable and fix warnings about redundant specification of type arguments il y a 7 ans
BlameCommandTest.java BlameCommandTest: Instantiate Git objects in try-with-resource il y a 8 ans
BranchCommandTest.java BranchCommandTest: Create Git instances in try-with-resource il y a 8 ans
CheckoutCommandTest.java Add FetchCommand#setRefSpecs(String...) variant il y a 6 ans
CherryPickCommandTest.java CherryPickCommandTest: Create Git instances in try-with-resource il y a 8 ans
CleanCommandTest.java Enable and fix warnings about redundant specification of type arguments il y a 7 ans
CloneCommandTest.java Fix unthrown exception errors in CloneCommandTest il y a 6 ans
CommitAndLogCommandTest.java CommitAndLogCommandTest: Use assumeFalse to skip test on Windows il y a 8 ans
CommitCommandTest.java Fix committing empty commits il y a 6 ans
CommitOnlyTest.java Fix remaining javadoc errors raised by doclint il y a 6 ans
DescribeCommandTest.java Fix remaining javadoc errors raised by doclint il y a 6 ans
DiffCommandTest.java DiffCommandTest: Don't call toString on String instances il y a 7 ans
EolRepositoryTest.java Enable and fix 'Should be tagged with @Override' warning il y a 7 ans
EolStreamTypeUtilTest.java Use constants from StandardCharsets instead of hard-coded strings il y a 6 ans
FetchAndPullCommandsRecurseSubmodulesTest.java PullCommand: Add support for recursing into submodules il y a 7 ans
FetchCommandTest.java Fix fetching with duplicate ref updates il y a 5 ans
GarbageCollectCommandTest.java Cache SimpleDateFormat in GitDateParser per locale il y a 10 ans
GitConstructionTest.java GitConstructionTest: Remove unnecessary calls to Repository.close() il y a 7 ans
HugeFileTest.java HugeFileTest: Make Git a class member and open in try-with-resource il y a 8 ans
InitCommandTest.java Allow explicit configuration of git directory in InitCommand il y a 9 ans
LogCommandTest.java Add missing newlines at ends of Java files il y a 6 ans
LsRemoteCommandTest.java Enable and fix 'Should be tagged with @Override' warning il y a 7 ans
MergeCommandTest.java Enable and fix warnings about redundant specification of type arguments il y a 7 ans
NameRevCommandTest.java Enable and fix warnings about redundant specification of type arguments il y a 7 ans
NotesCommandTest.java Organize imports il y a 7 ans
PathCheckoutCommandTest.java Add missing @Test annotations il y a 8 ans
PullCommandTest.java Use constants from StandardCharsets instead of hard-coded strings il y a 6 ans
PullCommandWithRebaseTest.java Use constants from StandardCharsets instead of hard-coded strings il y a 6 ans
PushCommandTest.java Add a test for parsing fsck config options and expose FsckMode enum il y a 7 ans
RebaseCommandTest.java Use constants from StandardCharsets instead of hard-coded strings il y a 6 ans
ReflogCommandTest.java Make the Reflog a public API again il y a 11 ans
RemoteAddCommandTest.java Add remote command to JGit CLI il y a 8 ans
RemoteDeleteCommandTest.java Add remote command to JGit CLI il y a 8 ans
RemoteListCommandTest.java Add remote command to JGit CLI il y a 8 ans
RemoteSetUrlCommandTest.java Add remote command to JGit CLI il y a 8 ans
RenameBranchCommandTest.java Enable and fix 'Should be tagged with @Override' warning il y a 7 ans
ResetCommandTest.java Enhance ResetCommand to allow disabling reflog update il y a 7 ans
RevertCommandTest.java RevertCommandTest: Open Git in try-with-resource il y a 8 ans
RmCommandTest.java Move base test classes to the junit bundle for reuse for Java 7 tests il y a 11 ans
StashApplyCommandTest.java Send a detailed event on working tree modifications il y a 6 ans
StashCreateCommandTest.java Enable and fix 'Should be tagged with @Override' warning il y a 7 ans
StashDropCommandTest.java Enable and fix 'Should be tagged with @Override' warning il y a 7 ans
StashListCommandTest.java ReflogWriter: Align auto-creation defaults with C git il y a 6 ans
StatusCommandTest.java StatusCommandTest: Open Git in try-with-resource il y a 8 ans
TagCommandTest.java TagCommandTest: Instantiate Git and RevWalk objects in try-with-resource il y a 8 ans