Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Fix Activator.error() calls that should have been Activator.logError()Thomas Wolf2-4/+4
2016-03-20Fix refresh after re-connecting a project with submodules insideThomas Wolf1-1/+36
2016-03-15Refresh decorations after re-connecting a projectThomas Wolf4-13/+0
2016-02-26Check resource.getProject() for null before dereferencing itAndrey Loskutov3-5/+15
2016-02-25Fix recognition of submodules in folders.Thomas Wolf1-3/+1
2016-02-13Wizard to configure pull operationMickael Istria1-3/+91
2016-01-21Pass a ProgressMonitor to JGit for mergesLaurent Delaigue1-2/+4
2015-12-23[performance] Remove ContainerTreeIterator and AdaptableFileTreeIteratorAndrey Loskutov1-4/+1
2015-11-18Start new rule with \n if ignore file exists but not in the workspaceAndrey Loskutov1-2/+3
2015-11-18Make the IgnoreOperation work for non-workspace files.Thomas Wolf1-5/+3
2015-11-16Switching to JGit nullness annotationsAndrey Loskutov2-2/+2
2015-10-18Change SubProgressMonitor to SubMonitor in org.eclipse.egit.core Stephan Hackstedt19-278/+205
2015-10-10[nested projects] Allow EGit request inner most projects in some casesAndrey Loskutov2-2/+2
2015-10-01Don't explicitly run project refresh on auto sharing a projectAndrey Loskutov1-10/+21
2015-09-17Add missing @Override annotations to all EGit bundlesLars Vogel38-0/+99
2015-09-13Don't use IPath.equals() since it is broken on WindowsAndrey Loskutov1-2/+6
2015-08-30Introduce a mergeStrategy extension point.Laurent Delaigue8-24/+98
2015-08-28Auto-configure Gerrit after ssh cloneThomas Wolf1-2/+98
2015-07-08Do not automatically ignore paths not found by the treewalkAndrey Loskutov1-2/+4
2015-07-07Test stability: another attempt to have stable connect() behaviorAndrey Loskutov1-74/+76
2015-07-03Annotated RepositoryMapping.getGitDirAbsolutePath() as @NullableAndrey Loskutov1-1/+5
2015-06-29ConnectProviderOperation should respect core_autoIgnoreDerivedResourcesAndrey Loskutov1-0/+3
2015-06-23Null-annotated RepositoryMapping, ResourceUtils & SelectionUtilsAndrey Loskutov4-3/+21
2015-05-21Replace calls to release() methods with try-with-resourceMatthias Sohn1-4/+1
2015-04-27Fix StringIndexOutOfBoundsException in ConfigureGerritAfterCloneTaskMatthias Sohn1-1/+2
2015-03-26Fix ConfigureGerrit Task to respect http.sslVerify config parameterChristian Halstrick1-2/+8
2015-03-02Replace deprecated RevWalk.close()Matthias Sohn1-4/+1
2015-03-02Replace use of deprecated TreeWalk.release()Matthias Sohn1-4/+1
2015-02-26Auto-configure Gerrit configuration if repository is cloned from GerritMatthias Sohn1-0/+209
2015-02-02Jobs should not unnecessarily lock the workspaceMatthias Sohn1-1/+2
2014-12-12Support checking out stage with DiscardChangesOperationRobin Stocker1-1/+43
2014-12-12Make DiscardChangesOperation work for non-resourcesRobin Stocker1-62/+62
2014-12-04Revert "Add support for cherry-picking multiple commits at once"Matthias Sohn1-60/+22
2014-12-03Revert "Show a rebase result dialog if cherry-picking fails."Matthias Sohn1-14/+1
2014-11-23Fix missing trailing newline with "Create Patch"Robin Stocker1-23/+15
2014-11-07Fix IllegalArgumentException on create Eclipse workspace patchReiner Hille-Doering1-1/+1
2014-09-07Save local history prior to replace or hard resetStephen Elsemore2-1/+5
2014-09-04Show a rebase result dialog if cherry-picking fails.Maik Schreiber1-1/+14
2014-09-01Handle -m option for Merge commandAxel Richard1-0/+17
2014-08-02Enable Create Patch for first commit in the history viewRobin Rosenberg1-4/+7
2014-07-25Add support for reverting multiple commits at once.Maik Schreiber1-6/+10
2014-07-16Offer interactive and preserve merges options in rebase dialogKonrad Kügler1-1/+13
2014-06-25Add support for cherry-picking multiple commits at once.Maik Schreiber1-22/+60
2014-05-22Add a flag in the StashCreateDialog to include untracked changesAndreas Hermann1-3/+20
2014-05-04Use branch.<name>.mergeoptions to set merge defaultsKonrad Kügler1-16/+14
2014-04-18Don't look for .git in subdirectories of projectRobin Stocker1-2/+3
2014-04-18Replace "can not" by "cannot" everywhereMichael Keppler1-1/+1
2014-04-16Merge branch 'stable-3.3'Matthias Sohn1-3/+12
2014-04-16Use correct syntax for auto ignoring directoriesMatthias Sohn1-3/+12
2014-04-04Add ability to edit a commit directly from the history view.Maik Schreiber1-0/+113

Back to the top