Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Ignore null returns for getAdapter(Class)Remy Suen1-2/+5
2011-10-07Add check for case where repository's full branch is null Kevin Sawicki1-1/+2
2011-09-24Move JobUtil to org.eclipse.egit.coreMatthias Sohn7-7/+7
2011-09-07Fix list of branches in Switch To... menuStefan Lay1-5/+9
2011-09-05[repoView] Add "Switch To" menuMatthias Sohn1-12/+25
2011-09-05Start the switch-to menu with recently used branch names firstRobin Rosenberg1-26/+69
2011-09-01Spelling errors in SynchronizeWithActionHandler Tomasz Zarna1-8/+8
2011-08-25Consider logical model when replacing filesBenjamin Muskalla4-26/+61
2011-08-25Consider logical models when staging filesBenjamin Muskalla1-2/+15
2011-08-25Consider logical models in commit actionBenjamin Muskalla1-3/+20
2011-08-24Properly handle TextSelections in Compare EditorsBenjamin Muskalla1-2/+8
2011-08-17Fix compile error caused by moving CompareUtilsMatthias Sohn1-1/+2
2011-08-17Merge "CompareWithIndexAction: Fix encoding of index element"Stefan Lay1-1/+2
2011-08-15Dispose two leaked images in SwitchToMenuRemy Suen1-0/+2
2011-08-08[sync] Add drag-n-drop (un)staging for Git Change Set modelDariusz Luksza2-10/+21
2011-08-06[sync] Allow synchronize on folder levelDariusz Luksza2-14/+60
2011-08-02CompareWithIndexAction: Fix encoding of index elementRobin Stocker1-1/+2
2011-07-22Add RemoveFromIndex commandDariusz Luksza3-0/+107
2011-07-13Replace dialog should have correct labelsBenjamin Muskalla1-5/+10
2011-07-10Re-use compare editor in CompareWithIndexHandlerBernard Leach1-3/+6
2011-07-06Fix remote tracking branch update on pushJens Baumgart1-1/+1
2011-06-01Refactor BooleanPrefAction to top-level classBernard Leach1-0/+73
2011-05-31Add handler to display blame annotations in editor ruler.Kevin Sawicki3-0/+66
2011-05-24[sync] Improve UX in synchronize wizardDariusz Luksza1-1/+0
2011-05-23Merge "Revert "Use CompareUtils.compareHeadWithWorkspace""Dariusz Luksza1-2/+30
2011-05-23Revert "Use CompareUtils.compareHeadWithWorkspace"Matthias Sohn1-2/+30
2011-05-23Merge "CompareWithRefAction: Fix encoding of ref element"Robin Rosenberg1-8/+2
2011-05-23Merge "CompareWithCommitAction: Fix encoding of commit element"Robin Rosenberg1-8/+2
2011-05-21Use CompareUtils.compareHeadWithWorkspaceRobin Stocker1-30/+2
2011-05-21CompareWithRefAction: Fix encoding of ref elementRobin Stocker1-8/+2
2011-05-21CompareWithCommitAction: Fix encoding of commit elementRobin Stocker1-8/+2
2011-05-20Add rebase button into git toolbarDariusz Luksza3-0/+62
2011-05-20Avoid reading all refs for action handlersRobin Rosenberg2-3/+12
2011-05-19[sync] Introduce dynamic 'Synchronize' sub menuDariusz Luksza1-0/+224
2011-05-19Fix exception in isEnabled of CompareIndexWithHeadActionHandlerRobin Stocker1-0/+5
2011-05-18[sync] Add 'Synchronize Workspace' actionDariusz Luksza3-0/+76
2011-05-17Allow commit on working tree in synchronize viewBenjamin Muskalla1-0/+34
2011-05-16[findBugs] Make inner classes staticMatthias Sohn1-1/+1
2011-05-14Add a compare index with HEAD actionBernard Leach3-0/+150
2011-05-13Save evaluation context to allow isEnabled to use caller's contextBernard Leach1-1/+6
2011-05-12Allow committing non workspace changesJens Baumgart1-2/+4
2011-05-06Add Replace With HEAD, commit, and ref menu actionsKevin Sawicki8-2/+198
2011-05-04[sync] Fix always false condition in SychronizeWithActionHandlerDariusz Luksza1-1/+1
2011-04-27Add compare with previous revision menu.Kevin Sawicki3-0/+195
2011-04-21Identify yourself dialog only needed if UserConfig is implicitMatthias Sohn1-1/+1
2011-04-21Refactoring Branch operations (5): improve icons and menu labelsMatthias Sohn1-0/+4
2011-04-20Refactoring Branch operations (4): more cleanupMathias Kinzler11-209/+180
2011-04-20Refactoring Branch operations (3): cleanupMathias Kinzler6-1/+117
2011-04-20Refactoring Branch operations (2): specific dialogsMathias Kinzler1-29/+2
2011-04-20Refactoring Branch operations (1): simplify Branch operationsMathias Kinzler2-4/+4

Back to the top