Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-04Don't catch, swallow, and reschedule on RuntimeExceptionKevin Sawicki1-18/+7
2012-04-30Merge "Allow for optional commit message for stash commits."Matthias Sohn1-1/+20
2012-04-30Allow for optional commit message for stash commits.Maik Schreiber1-1/+20
2012-04-27Revert "Save Actions for removing braces of one-line statements"Robin Stocker1-4/+3
2012-04-11Add setting for streamFileThreshold in the UI.Markus Duft3-0/+5
2012-04-03IndexDiff Cache: fix cancellation issueJens Baumgart1-6/+8
2012-04-02Staging View: refresh button now also refreshes resourcesJens Baumgart3-6/+42
2012-04-02[sync] Dispose resources used by 'Git Commit' modelDariusz Luksza7-27/+88
2012-04-01[sync] New 'Git Commit Model' implementationDariusz Luksza2-27/+104
2012-03-26[repoView] Add support for dropping a stashed commitKevin Sawicki1-0/+78
2012-03-22Add support for "workspace patches"Tomasz Zarna3-9/+154
2012-03-19Add tests for ProjectUtilMatthias Sohn1-1/+1
2012-03-15Use current container node to lookup submodule entry idKevin Sawicki1-0/+12
2012-03-14Preemptively close missing projects when switching branchesKevin Sawicki4-8/+114
2012-03-14Re-throw the original exception when cleanup from failed clone failsRobin Rosenberg3-1/+7
2012-03-10Cleanup CheckoutConflictException when JGit API has been fixed Tomasz Zarna1-10/+4
2012-03-10Remove call to initRootIterator when creating child iteratorKevin Sawicki1-7/+2
2012-03-09Merge branch 'stable-1.3'Matthias Sohn4-12/+38
2012-03-05Removed dependency to org.eclipse.comparestable-1.3thallgren4-12/+38
2012-02-29[repoView] Add actions to create and apply stashed commitKevin Sawicki2-0/+161
2012-02-27Fix the behavior of the Share|Git... dialog when a repo is a symlinkBrad Davis1-7/+1
2012-02-27Store pluginId in static field when startedKevin Sawicki1-3/+5
2012-02-26Support Replace With > File in Git Index on repository projectsKevin Sawicki2-11/+15
2012-02-20Merge "Team > Create Patch... doesn't observe selection"Matthias Sohn1-3/+14
2012-02-20Team > Create Patch... doesn't observe selectionTomasz Zarna1-3/+14
2012-02-20[findBugs] Storage key for git prefix should be finalMatthias Sohn1-1/+1
2012-02-19IndexDiffCache: safeguard listener invocationJens Baumgart2-4/+17
2012-02-16Prepare 2.0.0-SNAPSHOT buildsMatthias Sohn2-31/+31
2012-02-15Prepare post 1.3.0.201202151440-r buildsMatthias Sohn2-2/+2
2012-02-15EGit 1.3.0.201202151440-rv1.3.0.201202151440-rMatthias Sohn2-2/+2
2012-02-13Merge branch 'stable-1.3'Matthias Sohn10-3/+351
2012-02-13Prepare post 1.3.0.201202121842-rc4 buildsMatthias Sohn2-2/+2
2012-02-13EGit 1.3.0.201202121842-rc4v1.3.0.201202121842-rc4Matthias Sohn2-2/+2
2012-02-11[repoView] Add submodule add/sync/update supportKevin Sawicki4-0/+284
2012-02-05Merge "Save Actions for removing braces of one-line statements"Christian Halstrick1-3/+4
2012-02-03Add proper check to ensure created folder is cleaned upKevin Sawicki1-1/+1
2012-01-31Prevent StackOverflowException in RepositoryMappingDariusz Luksza1-0/+2
2012-01-30Allow for repository configuration using GitRepositoryInfoStefan Lay4-2/+64
2012-01-26[sync] Add StagedChangeCacheMatthias Sohn1-0/+105
2012-01-26[sync] Add WorkingTreeChangeCacheDariusz Luksza1-0/+70
2012-01-25[sync] Add cache provider for Git Change Set modelDariusz Luksza3-0/+374
2012-01-25Allow to select different diff header formatsTomasz Zarna3-27/+127
2012-01-24Prevent from NPE in GitSubscriberMergeContextDariusz Luksza1-1/+5
2012-01-24Check for a Git provider in GitQuickDiffProvider.isEnabledKevin Sawicki1-1/+9
2012-01-24Ensure that repo is closed in ProjectReferenceImporterRobin Stocker1-5/+8
2012-01-23Validate path before attempting tree walkKevin Sawicki1-2/+2
2012-01-22Save Actions for removing braces of one-line statementsRobin Stocker1-3/+4
2012-01-22Skip clone for import of project from existing repoRobin Stocker2-18/+63
2012-01-20Allow the user to select the Git prefixRobin Rosenberg2-0/+10
2012-01-20Nice checkout conflict display instead of internal errorMarkus Duft1-1/+10

Back to the top