Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-19Bump EGit version to 3.0.0 and require JGit 3.0.0Robin Rosenberg1-3/+3
2013-03-09Fix rebase pulldown in toolbar not being accessible during rebaseRobin Stocker2-14/+31
2013-03-07Show fast forward modes in Merge dialogTomasz Zarna1-0/+1
2013-03-07Move UIText and UIIcons to the internal packageRobin Rosenberg26-29/+29
2013-02-27Consider the ancestor when comparing with remote revisionsLaurent Goubet2-74/+9
2013-01-31Gracefully ignore linked resourcesFrançois Rey19-47/+69
2013-01-20Properly handle checkout conflict exceptionsMarkus Duft1-1/+1
2013-01-18Perform synchronization for logical models in Commit and History ViewGunnar Wagenknecht1-17/+2
2013-01-18Improve support for logical models in Compare With operationLaurent Goubet1-22/+57
2013-01-03Also enable Merge Tool for conflicts caused by stashRobin Stocker1-16/+40
2012-12-05Make RemoveFromIndexOperation work for multiple repositoriesRobin Stocker1-7/+6
2012-12-04Refactor RepositoryActionHandler to use AdapterUtilsFrançois Rey1-16/+4
2012-11-19Fix LocalNonWorkspaceTypedElement using getFullPath for absolute pathRobin Stocker1-1/+1
2012-11-19Use IPath instead of IResource for non-workspace pathsRobin Stocker3-50/+90
2012-11-11Use three-way mode of the compare editorStefan Lay2-3/+13
2012-11-06Don't show full resource path in compare/replace with ref dialogsRobin Stocker2-6/+6
2012-10-24Fix Compare With > HEAD of file for initial commitRobin Stocker1-23/+2
2012-10-06[stagingView] Add ignore action for untracked filesRobin Stocker1-28/+4
2012-10-04Change IgnoreOperation to use IPath instead of IResourceRobin Stocker1-1/+9
2012-09-30Compare/Replace With > Commit: Show commits filtered by resourcesRobin Stocker2-2/+5
2012-09-07Fix Compare With > HEAD of project for initial commitRobin Stocker1-2/+14
2012-09-06Fix file compare in Commit dialog for initial commitRobin Stocker1-17/+5
2012-09-06Rename getHeadTypedElement to getIndexTypedElementRobin Stocker2-2/+2
2012-08-30Fix NPE when comparing index with HEAD for initial commitRobin Stocker1-5/+11
2012-08-26Squash merge commits in Merge wizardTomasz Zarna1-0/+1
2012-06-12Use correct path when comparing with previous revisionKevin Sawicki1-14/+40
2012-06-11Add a "Previous Version" option to the Replace With menuMathias Kinzler6-85/+235
2012-05-21Use JGit ResetCommandKevin Sawicki1-1/+1
2012-05-11Check for instance of ISelection instead of nullKevin Sawicki1-1/+1
2012-05-09Remove hiding warning for duplicate variable nameKevin Sawicki1-6/+5
2012-05-07Check repositories are non-empty before indexing intoKevin Sawicki1-0/+3
2012-04-18Make order predictable when pulling multiple projectsMarkus Keller1-3/+2
2012-04-02Fix potential NPE in RepositoryActionHandlerDariusz Luksza1-1/+2
2012-03-31Remove unused synchronization partsDariusz Luksza2-182/+0
2012-03-22Add support for "workspace patches"Tomasz Zarna1-1/+1
2012-03-21Correct enablement of commands extending RepositoryActionHandlerMathias Kinzler1-21/+2
2012-03-21Add rename support to Compare With > Previous RevisionKevin Sawicki1-9/+43
2012-03-17Enable Git Command Group actions for Repository View selectionsMathias Kinzler12-56/+126
2012-03-16Change rebase tool bar button to pulldownDariusz Luksza2-11/+165
2012-03-10Fix a misleading javadoc comment.Robin Rosenberg1-2/+1
2012-02-20Team > Create Patch... doesn't observe selectionTomasz Zarna1-2/+12
2012-01-14Make order predictable when pulling multiple projectsRobin Stocker2-8/+8
2012-01-03Dispose RevWalk in SynchronizeWithMenu#excludeTag(...)Tomasz Zarna1-0/+2
2011-12-31Team > Create patch is missing Tomasz Zarna3-0/+54
2011-12-20CompareIndexWithHeadAction: avoid unnecessary IndexDiff calculationJens Baumgart1-1/+3
2011-12-05[sync] Update destination ref after fetching changesDariusz Luksza1-1/+47
2011-11-30Support 'Show Annotations' on history itemsKevin Sawicki1-7/+23
2011-11-30Allow to move changes in compare editorDariusz Luksza3-107/+26
2011-11-09Use saveable editor input in Compare With actionsKevin Sawicki2-8/+6
2011-11-06[compare] Display revision author instead of HEAD authorKevin Sawicki1-1/+11

Back to the top