Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-09-22GitScopeUtil.findRelatedChanges: fix progressJörg Kubitz1-16/+15
2021-07-14Change singletons to enumeration literalsThomas Wolf2-6/+4
2021-03-11[osgi] Disperse the EGit core Activator into OSGi dynamic servicesThomas Wolf2-3/+2
2020-08-22Determine scheduling rule for file deletion in the backgroundThomas Wolf1-2/+23
2020-03-29[cleanup] Remove no longer needed CommonUtils.getService()Thomas Wolf1-2/+2
2019-11-07[staging view] Run deletion and discarding changes in background jobsThomas Wolf1-31/+20
2019-06-11Cleanup removal of adapter workaroundMatthias Sohn1-7/+5
2019-06-10Remove pre-Mars adapter workaroundMichael Keppler1-3/+3
2019-01-31Fix compile error with egit-4.5 targetMichael Keppler1-1/+1
2018-10-21Use verbs instead of OKMichael Keppler1-1/+13
2018-08-13refactor: simplify collection.toArray()Michael Keppler1-2/+2
2018-05-29Update license to EPL-2.0Matthias Sohn5-10/+20
2016-12-16Replace use of deprecated SubProgressMonitor with SubMonitorMatthias Sohn1-4/+5
2016-09-12Speed up the IgnoreOperationThomas Wolf1-9/+45
2016-04-20Remove redundant type information from org.eclipse.egit.uiLars Vogel3-4/+4
2015-11-22Switching egit.ui to JGit nullness annotationsAndrey Loskutov1-1/+1
2015-11-14Replaced CommonUtils.getAdapter*() methods with AdapterUtils.adapter()Andrey Loskutov1-14/+10
2015-10-10[nested projects] Allow EGit request inner most projects in some casesAndrey Loskutov1-1/+1
2015-03-24Add missing @Override annotations to org.eclipse.egit.uiLars Vogel1-0/+1
2015-03-03Do not pass on an uninitialized scope to callers from GitScopeUtilLaurent Goubet1-5/+9
2015-02-27Fix unnecessary cast errors from generified IAdaptable#getAdapter(..)Dani Megert1-3/+3
2014-09-03Suppress "Unnecessary cast" errors in Eclipse Mars (4.5)Markus Keller1-2/+2
2014-04-26Disable logical model from preferencesArthur Daussy1-7/+15
2013-08-30Fix inefficient implementation of GitScopeOperationRobin Stocker1-26/+41
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg4-4/+4
2012-10-06[stagingView] Add ignore action for untracked filesRobin Stocker1-0/+83
2012-08-26[repoView] Add Delete command for files and foldersRobin Stocker1-0/+96
2012-08-06Optimize GitScopeOperation with shorter and faster code.François Rey1-11/+6
2012-05-30Git API does not declare GitAPIException call() and related changesRobin Rosenberg1-6/+1
2011-08-25Consider logical models in commit actionBenjamin Muskalla3-0/+332

    Back to the top