Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-06Fix GitModelObject adaptation to IResourceThomas Wolf1-3/+32
2015-12-02Try to make that EasymportWizardTest more stableThomas Wolf2-17/+144
2015-11-30Remove unused legacy actionsThomas Wolf2-48/+0
2015-11-30Show 'Add to Index' and related team menu entries only when applicableThomas Wolf1-21/+41
2015-11-30Introduce new resource propertiesThomas Wolf2-0/+149
2015-11-30Extract non-decoration things into new IResourceStateThomas Wolf13-391/+643
2015-11-29Do not reschedule repository changes scan job if UI is not activeAndrey Loskutov1-2/+0
2015-11-29Temporarily disabled failing submodule testsAndrey Loskutov1-1/+5
2015-11-27Fixed violations of Ref.getObjectId() nullness contractAndrey Loskutov8-34/+82
2015-11-23Fix 'GitFlow doesn't use configured timeout for remote git commands'Max Hohenegger5-7/+50
2015-11-22Ask platform adapter manager if IAdaptable has no adapter for given typeAndrey Loskutov1-1/+5
2015-11-22Use IFileStore to resolve editor input URIAndrey Loskutov1-3/+11
2015-11-22Repository nodes should propagate adapters to their elementsAndrey Loskutov1-1/+7
2015-11-22Merge "RepositoriesView should not react on its own selection"Andrey Loskutov1-1/+1
2015-11-22Fix a FindBugs warning.Thomas Wolf2-2/+4
2015-11-22RepositoriesView should not react on its own selectionAndrey Loskutov1-1/+1
2015-11-22Switching egit.ui to JGit nullness annotationsAndrey Loskutov25-29/+30
2015-11-21Harmonize menus a littleThomas Wolf2-73/+43
2015-11-19Show an error if existing index can't be readChristian Halstrick3-0/+7
2015-11-18Start new rule with \n if ignore file exists but not in the workspaceAndrey Loskutov1-2/+3
2015-11-18Make the IgnoreOperation work for non-workspace files.Thomas Wolf3-13/+16
2015-11-18Prevent IllegalStateException in GitHistoryViewThomas Wolf1-2/+50
2015-11-18Follow up on Repository class nullness annotation reviewAndrey Loskutov1-4/+0
2015-11-16Switching to JGit nullness annotationsAndrey Loskutov20-34/+33
2015-11-16Follow up on adding nullness annotations to the o.e.jgit.lib.RepositoryAndrey Loskutov10-21/+32
2015-11-15Fix path prefix computation in RepositoriesViewCommandHandlerThomas Wolf1-6/+8
2015-11-15Enable diff on double-click from staged area for non-workspace filesThomas Wolf1-7/+9
2015-11-15Change label in context menu on staged StagingEntryThomas Wolf2-4/+7
2015-11-15Follow JGit, use org.eclipse.jgit.annotations.Nullable in EGit tooAndrey Loskutov6-7/+20
2015-11-15Monitor Eclipse editors changing workspace external text filesAndrey Loskutov3-5/+187
2015-11-15Unify "Open Editor" implementation and behavior for external filesAndrey Loskutov2-53/+24
2015-11-15Allow to open external files in the editor directly from Staging viewAndrey Loskutov2-4/+8
2015-11-14Make diff from staging view also work for files not in the workspaceThomas Wolf6-32/+106
2015-11-14Replaced CommonUtils.getAdapter*() methods with AdapterUtils.adapter()Andrey Loskutov34-268/+196
2015-11-14Added adapters to IURIEditorInput to better support external filesAndrey Loskutov7-44/+139
2015-11-14Implement isSynchronized() in LocalNonWorkspaceTypedElementThomas Wolf1-12/+32
2015-11-14Check RepositoryCache for selection pathAndrey Loskutov1-2/+6
2015-11-14Merge "Merge branch 'stable-4.1'"Matthias Sohn0-0/+0
2015-11-14Merge branch 'stable-4.1'Matthias Sohn0-0/+0
2015-11-14Prepare 4.1.2-SNAPSHOT buildsstable-4.1Matthias Sohn38-246/+246
2015-11-13EGit v4.1.1.201511131810-rv4.1.1.201511131810-rMatthias Sohn38-39/+39
2015-11-13Update index diff cache after replace with head in staging viewThomas Wolf1-34/+60
2015-11-12Merge branch 'stable-4.2'Matthias Sohn0-0/+0
2015-11-10Prepare post 4.2-m1 buildsMatthias Sohn38-39/+39
2015-11-10EGit v4.2.0.201511101648-m1v4.2.0.201511101648-m1Matthias Sohn38-39/+39
2015-11-10Make StagingEntry a PlatformObjectThomas Wolf3-24/+24
2015-11-10Do not log expected FileNotFoundExceptionThomas Wolf1-6/+8
2015-11-05Fixed 'Gitflow init dialog does not scale correctly'Max Hohenegger1-3/+1
2015-11-05RespositorySearchDialog: correctly detect already added repositoriesThomas Wolf1-8/+12
2015-11-05Add Git Repositories Dialog should give the repository filter text focusSimon Scholz1-0/+6

Back to the top