Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-23Make RepositoryMapping use java.nio.file.PathThomas Wolf1-0/+46
2016-02-21Test stability investigation: GitSubscriberMergeContextTestThomas Wolf2-0/+52
2016-02-19Handle relative paths in RepositoryMapping creatorThomas Wolf1-0/+11
2016-01-07[test stability] Make sure we don't miss index diff eventsAndrey Loskutov7-39/+62
2016-01-07[test stability] trying to stabilize recently failed unstable testsAndrey Loskutov1-2/+9
2016-01-07TestUtils.waitForJobs() arguments from core should match those from uiAndrey Loskutov2-4/+5
2015-12-23[performance] Remove ContainerTreeIterator and AdaptableFileTreeIteratorAndrey Loskutov4-345/+5
2015-12-13Revert "Temporarily disabled failing submodule tests"Christian Halstrick1-5/+1
2015-11-29Temporarily disabled failing submodule testsAndrey Loskutov1-1/+5
2015-10-10[nested projects] Allow EGit request inner most projects in some casesAndrey Loskutov1-10/+42
2015-09-26GitURI should not try to parse "path" part if it is missing in the URIAndrey Loskutov1-0/+8
2015-09-17Add missing @Override annotations to all EGit bundlesLars Vogel43-0/+77
2015-09-13Don't use IPath.equals() since it is broken on WindowsAndrey Loskutov1-0/+40
2015-08-30Introduce a mergeStrategy extension point.Laurent Delaigue4-0/+265
2015-08-14Use default repository location for all import wizardsAndrey Loskutov1-17/+72
2015-07-08Do not automatically ignore paths not found by the treewalkAndrey Loskutov1-15/+107

Back to the top