Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-13Ignore IndexChangedEvent if it originates from the same JGit processMatthias Sohn1-1/+1
2016-07-28If a path is a folder, it can be a submodule - so use head commit idAndrey Loskutov1-0/+14
2016-07-28Annotated compare code with NunNull and fixed new warningsAndrey Loskutov1-6/+6
2015-12-23Support for symlinks in compare editorAndrey Loskutov1-8/+64
2015-11-22Switching egit.ui to JGit nullness annotationsAndrey Loskutov1-1/+1
2015-11-14Make diff from staging view also work for files not in the workspaceThomas Wolf1-7/+44
2015-11-14Implement isSynchronized() in LocalNonWorkspaceTypedElementThomas Wolf1-12/+32
2015-11-10Do not log expected FileNotFoundExceptionThomas Wolf1-6/+8
2015-03-24Add missing @Override annotations to org.eclipse.egit.uiLars Vogel3-0/+22
2014-08-05Add @SuppressWarnings("restriction") for some team classesRobin Stocker1-0/+1
2014-07-07Move revision classes into new packageRobin Stocker1-1/+1
2013-11-10[findBugs] Fix inconsistent synchronizationMatthias Sohn1-1/+1
2013-05-06document empty block in LocalNonWorkspaceTypedElementTomasz Zarna1-0/+1
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg2-2/+2
2012-11-22Fix index diff refresh in LocalNonWorkspaceTypedElement after saveRobin Stocker1-29/+24
2012-11-19Fix LocalNonWorkspaceTypedElement using getFullPath for absolute pathRobin Stocker1-12/+18
2012-10-31Fix "ancestro" typoRobin Stocker1-4/+4
2012-09-06Rename getHeadTypedElement to getIndexTypedElementRobin Stocker1-2/+2
2012-07-16[findBugs] Use FileUtils.createNewFile to check return valueRobin Stocker1-1/+2
2012-04-01[sync] New 'Git Commit Model' implementationDariusz Luksza1-1/+5
2011-12-19[findBugs] Add setter for sharedDocumentListenerDariusz Luksza1-0/+5
2011-11-30Allow to move changes in compare editorDariusz Luksza4-80/+181
2011-03-31FindBugs: cleanup EGit UIMathias Kinzler1-0/+21
2011-02-23[sync] Fix compare view order for incoming changesDariusz Luksza1-3/+3
2011-01-31[sync] Show compare editor for non-workspace filesDariusz Luksza2-0/+47
2011-01-21[sync] Next package of performance improvementsDariusz Luksza1-2/+3
2010-12-13Overwrite getAncestor() in local and cache CompareInputDariusz Luksza2-0/+10
2010-12-13Fix compare input for local changes nodes.Dariusz Luksza3-16/+153
2010-12-02Fix variable naming issues in GitModelObjectContainerDariusz Luksza1-2/+2
2010-09-29Fix StringIndexOutOfBoundsException in Synchronize ViewStefan Lay1-1/+2
2010-09-20Launch properly configured Compare view from Workspace modelDariusz Luksza2-0/+221

    Back to the top