Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-02EGit 0.8.1v0.8.1Shawn O. Pearce2-17/+17
2010-05-28Merge "Extract public class RepositoryCache from GitProjectData"Mathias Kinzler3-28/+77
2010-05-27Extract public class RepositoryCache from GitProjectDataJens Baumgart3-28/+77
2010-05-26Merge "Fix missing support for monitor == null"Chris Aniszczyk6-6/+42
2010-05-26Fix missing support for monitor == nullJens Baumgart6-6/+42
2010-05-26Fix JavaDoc in IEGitOperationJens Baumgart1-0/+3
2010-05-25Improve JavaDoc of IEGitOperationJens Baumgart1-0/+5
2010-05-24Handle InvalidMergeHeadsExceptionChris Aniszczyk1-0/+3
2010-05-24Add action to trigger (fast-forward) mergeStefan Lay4-1/+137
2010-05-21Perform commit in a JobStefan Lay3-0/+366
2010-05-14Merge "Relax constructor parameters of EGit operations"Robin Rosenberg4-23/+16
2010-05-13Relax constructor parameters of EGit operationsRemy Suen4-23/+16
2010-05-12Add tagging UI supportDariusz Luksza3-1/+122
2010-05-11Merge "BranchOperation: fix checkout for tags and remote branches"Chris Aniszczyk1-5/+33
2010-05-11Merge "Use jgit p2 repository to resolve jgit dependencies"Chris Aniszczyk1-8/+0
2010-05-11BranchOperation: fix checkout for tags and remote branchesMatthias Sohn1-5/+33
2010-05-11Use jgit p2 repository to resolve jgit dependenciesMatthias Sohn1-8/+0
2010-05-11Move UpdateJob to UpdateOperationJens Baumgart5-195/+141
2010-05-10Action Reactoring (AbstractOperationAction)Jens Baumgart11-32/+95
2010-05-07Replace getWorkbenchWindow().run by using a JobJens Baumgart2-12/+28
2010-05-07Improve DiscardChangesActionJens Baumgart4-1/+268
2010-05-05Execute ResetOperation in Workspace RunnableJens Baumgart1-2/+20
2010-05-05Fix remaining NLS issuesMatthias Sohn3-347/+350
2010-05-04EGit operation / action refactoringJens Baumgart10-50/+95
2010-05-04Remove usage of unpublished API's in org.eclipse.egit.coreRobin Rosenberg6-41/+46
2010-04-27Update manifest metadata to be compliant for HeliosChris Aniszczyk1-3/+3
2010-04-15Fix incorrect editor updates with changes from diff-viewerJens Baumgart6-3/+129
2010-04-15Merge "BranchOperation: check for HEAD is too late"Stefan Lay3-0/+9
2010-04-15Avoid race in GitProjectData repository cacheRobin Rosenberg1-13/+13
2010-04-14Avoid Exception construction in utility methodMathias Kinzler7-28/+25
2010-04-09Make tracing 3.4 compatible and plug-in localMathias Kinzler5-22/+77
2010-04-08BranchOperation: check for HEAD is too lateMathias Kinzler3-0/+9
2010-04-01Improved reability of GitProjectData class.Dariusz Luksza1-12/+10
2010-04-01Fix unhandled CoreException in BranchOperation.refreshProjects Jens Baumgart5-57/+78
2010-03-29Replace System.out with proper tracingMathias Kinzler13-55/+249
2010-03-22Qualify builds as 0.8.0Shawn O. Pearce2-15/+15
2010-03-19Externalize strings / add NON-NLS comments for technical stringsJens Baumgart26-120/+328
2010-03-17Remove dependency on org.eclipse.ui bundle from org.eclipse.egit.coreMykola Nikishov4-9/+22
2010-03-15Decouple org.eclipse.egit.core.Activator from org.eclipse.uiMykola Nikishov1-2/+2
2010-03-11Implement Team->Add to Index actionJens Baumgart3-0/+152
2010-02-19Fix sharing projectsMatthias Sohn1-1/+1
2010-02-14Fix build and test failuresShawn O. Pearce2-7/+7
2010-02-11Update manifests to use versioned Import-Package or Require-BundleShawn O. Pearce1-11/+18
2010-02-11Merge "Fix enabling team operations on project import"Stefan Lay3-4/+21
2010-02-09Fix enabling team operations on project importMatthias Sohn3-4/+21
2010-02-04Point EGit to the same formatting profile as JGitShawn O. Pearce2-4/+17
2010-01-27Clean up description text for pluginsShawn O. Pearce1-1/+1
2010-01-23Make use of the JGit constant DOT_GITRobin Rosenberg5-7/+9
2010-01-23Update EGit to match ref API changesShawn O. Pearce2-16/+15
2010-01-20Merge "Fix EGit Tycho build"Chris Aniszczyk1-12/+1

Back to the top