Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-29Update license to EPL-2.0Matthias Sohn1-2/+4
2018-05-05Respect gitattributes in the compare editorThomas Wolf1-54/+78
2018-03-15Use PathFilterGroup instead of PathFilter if possibleThomas Wolf1-2/+2
2018-03-02Speed up getting the last commit that changed a fileThomas Wolf1-0/+1
2017-02-24Don't use 3 way compare if the common ancestor is same as one sideAndrey Loskutov1-1/+9
2016-12-06Introduce GitSynchronizer for logical model supportLaurent Delaigue1-125/+48
2016-12-03Replace deprecated EolCanonicalizingInputStream with AutoLFInputStreamTomasz Zarna1-2/+2
2016-09-21Revert "Provide a remote mapping context to ModelProviders"Andrey Loskutov1-89/+29
2016-08-30Provide a remote mapping context to ModelProvidersLaurent Delaigue1-29/+89
2016-07-28Make sure we compute path for given repository and not for some mappingAndrey Loskutov1-9/+3
2016-07-28Annotated compare code with NunNull and fixed new warningsAndrey Loskutov1-12/+16
2016-05-22Replace uses of deprecated Repository.getRef()Thomas Wolf1-1/+1
2015-12-23Support for symlinks in compare editorAndrey Loskutov1-22/+62
2015-11-14Make diff from staging view also work for files not in the workspaceThomas Wolf1-1/+1
2015-11-14Replaced CommonUtils.getAdapter*() methods with AdapterUtils.adapter()Andrey Loskutov1-39/+0
2015-06-23Null-annotated RepositoryMapping, ResourceUtils & SelectionUtilsAndrey Loskutov1-1/+22
2015-03-24Add missing @Override annotations to org.eclipse.egit.uiLars Vogel1-0/+5
2015-03-02Replace deprecated RevWalk.close()Matthias Sohn1-20/+17
2015-02-27Fix unnecessary cast errors from generified IAdaptable#getAdapter(..)Dani Megert1-2/+2
2015-02-01Always run compare input calculation in background threadAndrey Loskutov1-56/+140
2014-08-11Clean up titles used in compare viewsRobin Stocker1-2/+2
2014-08-04[historyView] Track renamed paths and provide to actionsCarsten Pfeiffer1-3/+120
2014-07-07Move revision classes into new packageRobin Stocker1-1/+4
2014-04-26Disable logical model from preferencesArthur Daussy1-14/+23
2014-03-25[historyView] Prevent NPE for non-workspace comparisonsKonrad Kügler1-3/+16
2013-10-12Fix compare when file is not contained in common ancestorStefan Lay1-5/+10
2013-10-12Reuse code to calculate compare element for common anchestorStefan Lay1-6/+2
2013-09-26Fix regression of switched sides in "Compare with Version in Ancestor"Robin Stocker1-30/+31
2013-09-23Perform CRLF conversion when saving index in partial stagingRobin Stocker1-56/+78
2013-09-13Factorize comparison and synchronization codeLaurent Goubet1-148/+185
2013-09-03Fix compare editor element label for "file not in commit"Robin Stocker1-1/+1
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg1-1/+0
2013-02-27Consider the ancestor when comparing with remote revisionsLaurent Goubet1-1/+114
2013-01-18Improve support for logical models in Compare With operationLaurent Goubet1-0/+50
2012-11-19Use IPath instead of IResource for non-workspace pathsRobin Stocker1-2/+22
2012-11-11Use three-way mode of the compare editorStefan Lay1-0/+32
2012-11-02InstanceScope() and DefaultScope() constructors are deprecatedTomasz Zarna1-4/+4
2012-10-24Fix Compare With > HEAD of file for initial commitRobin Stocker1-4/+27
2012-09-06Fix file compare in Commit dialog for initial commitRobin Stocker1-20/+29
2012-09-06Rename getHeadTypedElement to getIndexTypedElementRobin Stocker1-2/+3
2011-12-19Unlock DirCache in case of exceptionJens Baumgart1-2/+6
2011-11-30Allow to move changes in compare editorDariusz Luksza1-31/+223
2011-08-18Use resource encoding in getFileCachedRevisionTypedElementRobin Stocker1-1/+3
2011-08-17Extract 'Create Patch' into operation for reusabilityBenjamin Muskalla1-56/+2
2011-05-21Use resource encoding in getFileRevisionTypedElementRobin Stocker1-2/+4
2011-05-13Commit Dialog: enable diff for non workspace filesJens Baumgart1-0/+78
2011-03-23[sync] Fix SIOoBE for non-workspace filesDariusz Luksza1-1/+1
2011-02-03Add "quick" compare and use it in history view by defaultMathias Kinzler1-1/+2
2010-12-13Fix compare input for local changes nodes.Dariusz Luksza1-4/+37
2010-11-24[historyView] Added menu option to toggle 'reuse compare editor'Ruth Alkema1-0/+41

Back to the top