Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Use try-with-resourcesCarsten Hammer1-9/+10
2019-04-27Use String.isEmpty() instead of comparing to ""Carsten Hammer1-2/+2
2019-04-26Remove unnecessary type specificationsCarsten Hammer5-9/+9
2019-03-17Fix type-safe warningsMichael Keppler1-4/+4
2019-03-16Replace usages of deprecated Repository methodsThomas Wolf1-6/+4
2019-03-16Fix typo in test method nameMichael Keppler1-1/+1
2019-02-05Avoid jobs still running at test shutdownMichael Keppler1-26/+14
2019-01-04Replace FileInputStream and FileOutputStream with static Files methodsMatthias Sohn2-17/+7
2019-01-03Enabled ignored testsMichael Keppler2-11/+4
2019-01-01Fix path related failing tests on WindowsMichael Keppler1-8/+14
2018-12-02Clear password of crypto API after usageMichael Keppler1-3/+6
2018-11-25Fix Mockito deprecation warningsMichael Keppler1-1/+1
2018-11-20Have test base classes in new plugin for better reuseMichael Keppler7-1495/+2
2018-11-01ConfigureGerritAfterCloneTask - relax matching Gerrit versionMarkus Duft1-0/+29
2018-10-20[releng] Fix deprecated GitBlobStorage constructor usageMichael Keppler1-5/+16
2018-10-06Fix typos in Javadoc and test namesMichael Keppler2-3/+3
2018-08-13refactor: simplify collection.toArray()Michael Keppler5-6/+6
2018-07-02Do not refresh projects that use a PessimisticResourceRuleFactoryThomas Wolf1-12/+10
2018-06-30Fix typo in test method nameMichael Keppler1-2/+2
2018-05-29Update license to EPL-2.0Matthias Sohn75-150/+300
2018-05-12Merge "Respect gitattributes in the compare editor"Matthias Sohn2-11/+344
2018-05-05Respect gitattributes in the compare editorThomas Wolf2-11/+344
2018-05-05Replace deprecated getRefs() callsMichael Keppler1-1/+2
2018-03-10Remove deprecated IgnoreOperation#IgnoreOperation(IResource[])Matthias Sohn1-2/+5
2017-09-26Partially revert "Remove repository from ListRemoteOperation"Thomas Wolf1-4/+7
2017-08-19Remove repository from ListRemoteOperationMatthias Sohn1-7/+4
2017-06-23Correct sync info calculation for foldersThomas Wolf1-2/+2
2017-06-08Merge branch 'stable-4.7' into stable-4.8Matthias Sohn1-1/+21
2017-06-07Disable running autoGC in the background for EGit testsMatthias Sohn1-1/+21
2017-05-13Fix synchronize with deleted resourcesThomas Wolf1-0/+100
2017-05-06Throttle updates of the EclipseGitProgressTransformerThomas Wolf1-1/+29
2017-03-16Open Git instances in try-with-resource in testsDavid Pursehouse19-179/+282
2017-03-16Add missing newlines at ends of Java filesDavid Pursehouse4-4/+4
2017-03-16Fix typos in initial commit creation commit messagesDavid Pursehouse2-2/+2
2017-02-01Auto-ignore the .metadata and .recommenders folders in the workspaceMatthias Sohn1-1/+2
2017-01-30Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn1-3/+4
2017-01-10Delete unused org.eclipse.egit.core.internal.mergeThomas Wolf5-1062/+0
2016-12-30[findbugs] Resolve ...SHOULD_BE_STATIC warningsThomas Wolf2-3/+3
2016-12-23Validate target repository path entered by the userMatthias Sohn1-0/+64
2016-12-19[findbugs] Do not rely on default character encodingMatthias Sohn2-3/+6
2016-12-12Make auto-staging of files being moved configurableMatthias Sohn1-63/+118
2016-12-12Make auto-staging of files being deleted configurableMatthias Sohn2-4/+30
2016-10-26Disabled unstable test caseAndrey Loskutov1-0/+13
2016-10-26Trying to make repository tests more stable (disconnect process)Andrey Loskutov1-3/+13
2016-08-05Recompute index diff on project deletionsThomas Wolf1-0/+28
2016-05-22Replace uses of deprecated Repository.getRef()Thomas Wolf2-14/+11
2016-05-09Handle linked resources in the same repositoryThomas Wolf1-2/+39
2016-05-03Prepare Neon target platformMatthias Sohn1-0/+4
2016-03-25Distinguish unchanged/deleted files in logical modelsLaurent Delaigue2-1/+167
2016-03-01Fix bug in RepositoryMappingTestThomas Wolf1-6/+6

Back to the top