Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-15Merge branch 'stable-4.0'Matthias Sohn31-265/+1053
2015-09-14Prepare 4.0.3-SNAPSHOT buildsMatthias Sohn38-226/+226
2015-09-14EGit v4.0.2.201509141540-rMatthias Sohn38-39/+39
2015-09-13Merge changes Ief5d8000,I18808837Matthias Sohn8-28/+220
2015-09-13Don't use IPath.equals() since it is broken on WindowsAndrey Loskutov2-1/+47
2015-09-13Introduce new preference page for Staging viewAndrey Loskutov5-0/+71
2015-09-13[scalability] Staging view should handle huge amount of entriesAndrey Loskutov3-28/+149
2015-09-13Check for objects adaptable to IResource in ShowBlameActionHandlerThomas Wolf4-73/+370
2015-09-13Don't use IPath.equals() since it is broken on WindowsAndrey Loskutov2-2/+46
2015-09-12Fixed NPE in StagingView if no repository is selectedAndrey Loskutov3-14/+28
2015-09-11Add check for warnings and errors before commitPawel Nowak7-51/+410
2015-09-11Minor clean ups in new CommitMessageViewerThomas Wolf5-114/+157
2015-09-11[Importer] More direct re-use of EasymportWizardMickael Istria22-35/+868
2015-09-11Deprecate unused and obsolete methodsThomas Wolf1-2/+20
2015-09-10Rewrite CommitMessageViewer to use JFaceThomas Wolf6-251/+439
2015-09-10Fixed: Specifying non-existing master does not abort initializationMax Hohenegger10-43/+337
2015-09-10Fixed Findbugs warning: Usage of known nullMax Hohenegger1-1/+1
2015-09-09Fixed 'Merges do not appear to be using --no-ff flag'Max Hohenegger9-42/+148
2015-09-07Simplify hyperlink syntax coloring in SpellcheckableMessageAreaThomas Wolf4-128/+17
2015-09-07Fixed 'Finishing a release is tagging develop branch instead of master'Max Hohenegger4-6/+11
2015-09-07Use standard link colors in SpellcheckableMessageAreaThomas Wolf3-22/+62
2015-09-07SpellcheckableMessageArea.setText() must not bypass documentThomas Wolf1-3/+4
2015-09-06Remove unused UItext entryThomas Wolf1-3/+0
2015-09-06Use decoration color to render dirty decorator in repositories viewPeter Karena1-1/+1
2015-09-06Fix sorting of nodes in repositories viewMatthias Sohn2-30/+29
2015-09-04Update build to final R20150821153341 Orbit repository for Mars.1Matthias Sohn6-52/+22
2015-09-03Ensure that preferred merge strategy is stored in core preferencesLaurent Delaigue1-8/+43
2015-09-03Make check for empty second line configurableChristian Georgi7-4/+53
2015-09-03Remove obsolete code from SpellcheckableMessageAreaThomas Wolf1-38/+0
2015-09-02Fix hyperlink display in SpellcheckableMessageAreaThomas Wolf5-39/+368
2015-09-02Add "Compare with/Replace with" actions to ResourceMappingsStefan Dirix2-2/+321
2015-09-02Add missing single quote in properties fileDani Megert1-2/+2
2015-09-01Fixed error in decorator on bare repositoriesAndrey Loskutov1-3/+16
2015-09-01Merge "Fix issues in OSGi manifests"Matthias Sohn3-3/+24
2015-09-01Don't run ResourceRefreshJob as Workspace job to avoid resource eventsAndrey Loskutov1-24/+40
2015-08-31Fix issues in OSGi manifestsMatthias Sohn3-3/+24
2015-08-30Introduce a mergeStrategy extension point.Laurent Delaigue23-29/+862
2015-08-28Auto-configure Gerrit after ssh cloneThomas Wolf2-10/+114
2015-08-27Respect push URL's port configuration in Gerrit configurationThomas Wolf1-1/+1
2015-08-25Fix "Gitflow init dialog has incorrect title"Max Hohenegger3-2/+6
2015-08-25Merge "Update developer tools to point to Mars repository"Matthias Sohn1-18/+18
2015-08-25Update developer tools to point to Mars repositoryChris Price1-18/+18
2015-08-24Fix "Import changed projects" triggered from filtered historyFelix Otto3-207/+162
2015-08-24Fix NPE on FeatureCheckoutMax Hohenegger9-1/+36
2015-08-24Initializing a Gitflow repository should allow changing branch namesMax Hohenegger12-27/+620
2015-08-23Show that there are changes in "Git Repositories" viewPeter Karena4-10/+33
2015-08-23Don't use FileNode objects as parent elements in the treeAndrey Loskutov1-1/+2
2015-08-23Trying to fix unstable test: GitRepositoriesViewTest.testOpenAndrey Loskutov2-1/+5
2015-08-22[gitflow] Add icon decorations to identify gitflow repositoriesMax Hohenegger8-2/+267
2015-08-20Rename usage of the label "Working Directory" with "Working Tree"Lars Vogel2-13/+13

Back to the top