Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-30Use maven artifacts and bump baseline to Eclipse 4.26Thomas Wolf1-0/+6
2023-04-18Avoid NPE in ReportingTypedConfigGetterThomas Wolf1-0/+32
2022-11-20Update Orbit to S20221118032057Thomas Wolf1-1/+1
2022-11-13[tests] Try to stabilize IndexDiffCacheTest againThomas Wolf1-30/+42
2022-09-28Remove execute bit from two Java filesThomas Wolf1-0/+0
2022-02-06Commit message rewording: preview, sign-off, and change-idThomas Wolf2-2/+103
2022-02-04Squash commits: pass through new InteractiveHandler2Thomas Wolf1-4/+17
2021-09-01[refresh] Ignore paths in closed projectsThomas Wolf1-0/+235
2021-08-27[test] Try to stabilize AutoShareTestThomas Wolf1-8/+16
2021-08-24[test] Use a local test directoryThomas Wolf1-5/+5
2021-08-24Don't refresh on working tree changes for non-EGit repositoriesThomas Wolf1-0/+185
2021-08-16Move the EGitCredentialsProvider to EGit coreThomas Wolf1-1/+2
2021-07-14Change singletons to enumeration literalsThomas Wolf11-36/+32
2021-06-15[releng] Force --release and use BREE to run testsstable-5.12Thomas Wolf1-0/+34
2021-06-01[merge] Use working tree filtered to 'ours' as input for conflictsThomas Wolf1-0/+260
2021-05-19API: RevUtils and factory methods for IFileRevisionsThomas Wolf1-2/+2
2021-03-11[osgi] Disperse the EGit core Activator into OSGi dynamic servicesThomas Wolf12-37/+30
2021-02-11Replace EGit core Activator.getPluginId() by Activator.PLUGIN_IDThomas Wolf6-22/+22
2020-12-11Support signed tagsThomas Wolf1-67/+63
2020-11-07Fix IgnoreOperation for symlinksThomas Wolf1-0/+33
2020-04-17Close repository in CloneOperationTestMichael Keppler1-36/+40
2020-01-27Replace deprecated junit assertion methods with hamcrestMatthias Sohn11-11/+11
2019-12-28Remove redundant type informationMichael Keppler11-22/+22
2019-11-24Simplify comparator codeMichael Keppler1-8/+2
2019-11-22[tests] Try to stabilize IndexDiffCacheTestThomas Wolf1-24/+62
2019-10-10Rely on synchronous ResourceRefreshHandler to refresh after checkoutMatthias Sohn1-12/+2
2019-06-27Added option to create light weight tagsMarco Stornelli1-14/+87
2019-06-11Handle absolute paths to SSH identity filesThomas Wolf1-0/+65
2019-06-10Remove pre-Mars adapter workaroundMichael Keppler1-9/+8
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

Back to the top