Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-21[history] Fix incremental loading: reduce number of spawned jobsThomas Wolf1-3/+31
2021-12-20Fix history job for empty historiesThomas Wolf1-2/+1
2021-09-29[releng] Switch to BREE Java 11Thomas Wolf1-0/+4
2021-07-25[history] Fix showing old branchesThomas Wolf1-11/+37
2021-07-14Change singletons to enumeration literalsThomas Wolf1-1/+1
2021-03-11[osgi] Disperse the EGit core Activator into OSGi dynamic servicesThomas Wolf1-2/+3
2021-02-11Eliminate Activator.getPluginId() in EGit UIThomas Wolf1-1/+1
2020-03-24[history view test] Fix bug in GenerateHistoryJobThomas Wolf1-6/+13
2019-12-28Enable and execute cleanup "Push down negations"Michael Keppler1-1/+1
2019-11-13[history] Fix showing HEAD if it changedThomas Wolf1-0/+4
2019-03-05[history] Prevent NPE in GenerateHistoryJobThomas Wolf1-12/+3
2018-12-24Use plurals in localizationMichael Keppler1-6/+3
2018-07-17Avoid that loading the history blocks updating the commit tableThomas Wolf1-21/+17
2018-05-29Update license to EPL-2.0Matthias Sohn1-2/+4
2015-11-22Switching egit.ui to JGit nullness annotationsAndrey Loskutov1-1/+1
2015-06-29Avoid scheduling job with null revwalkAndrey Loskutov1-1/+3
2015-03-24Add missing @Override annotations to org.eclipse.egit.uiLars Vogel1-0/+1
2015-03-02Replace deprecated RevWalk.close()Matthias Sohn1-1/+1
2014-07-24Job.belongsTo(family) should not fail on 'null' family argumentAndrey Loskutov1-1/+1
2014-01-31Fix endless loop of GenerateHistoryJobStefan Lay1-9/+32
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg1-1/+1
2012-06-25[historyView] Use single resource managerKevin Sawicki1-2/+4
2012-06-04Load history incrementallyMatthias Sohn1-33/+55
2012-05-11Fix memory leak in GitHistoryPageStefan Lay1-0/+26
2012-05-11[historyView] Do not store the RevWalk as a field in GitHistoryPageStefan Lay1-1/+3
2012-04-26Fix releasing RevWalks in GitHistoryPageChristian Halstrick1-2/+12
2012-03-13[historyView] Remove status messagesKevin Sawicki1-16/+9
2011-04-06Fix NPE in history viewPhilipp Thun1-1/+5
2011-03-01[historyView] Show message for resource without historyMatthias Sohn1-0/+6
2011-02-17[historyView] Performance second partMathias Kinzler1-13/+21
2010-11-10[historyView] Add trace instrumentationMathias Kinzler1-6/+29
2010-10-29[historyView]: react on filter change and refs changeMathias Kinzler1-5/+10
2010-10-21[historyView] Refactoring last partMathias Kinzler1-0/+5
2010-09-24Fix ui tests accessing history view too earlyJens Baumgart1-0/+9
2010-04-08Externalize strings / add NON-NLS comments for technical stringsJens Baumgart1-1/+1
2009-09-30Initial EGit contribution to eclipse.orgShawn O. Pearce1-0/+77

    Back to the top