Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Fix NPE in GitModelSynchronizeParticipant.getPathForResource()Simon Delisle1-2/+5
2017-02-28Fetch from Gerrit: checkout branch after resolving checkout conflictsMatthias Sohn1-45/+14
2017-02-24Don't use 3 way compare if the common ancestor is same as one sideAndrey Loskutov1-1/+9
2017-02-24Fix NPE in content assist in SpellcheckableMessageAreaThomas Wolf1-12/+16
2017-02-23BranchNameNormalizer: replace all Unicode whitespace by underscoreThomas Wolf1-2/+2
2017-02-21Branch name normalization: use content assistThomas Wolf8-71/+136
2017-02-20Update EGit 4.7 target platform to jetty 9.4.1Matthias Sohn10-96/+96
2017-02-17Added branch normalizer to branch rename dialogWim Jongman4-47/+73
2017-02-15Update build to use Tycho 1.0.0Matthias Sohn1-1/+2
2017-02-15Fix minimum version of org.eclipse.ui required in egit featureMatthias Sohn1-1/+1
2017-02-12Fix CCE in "Import projects from Git" wizardAndrey Loskutov1-1/+6
2017-02-07Show proper message if ValidationUtils hit a RevisionSyntaxExceptionMatthias Sohn3-3/+15
2017-02-07Removed normalizer button from UIWim Jongman3-24/+1
2017-02-06Add a forgotten "final" on CommitEditor.activationListenerThomas Wolf1-1/+1
2017-02-05Remove the default handler for the checkout command in CommitEditorThomas Wolf2-2/+73
2017-02-05Remove default handlers for checkout commandsThomas Wolf1-35/+39
2017-02-04Remove unused RepositoryMappingsMatthias Sohn2-16/+7
2017-02-04Clean up progress monitor management throughout EGitMatthias Sohn44-382/+339
2017-02-03Avoid NPE on conflict during gerrit checkoutAndrey Loskutov1-5/+3
2017-02-01Auto-ignore the .metadata and .recommenders folders in the workspaceMatthias Sohn4-1/+59
2017-02-01[findbugs] Use Integer.valueOf() instead of new Integer()Thomas Wolf1-2/+2
2017-01-30Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn6-9/+16
2017-01-28Enable importing multiple projects from working treeWim Jongman7-50/+192
2017-01-25Merge branch 'stable-4.6'Matthias Sohn10-24/+29
2017-01-25Update Orbit to S20170120205402 and com.jcraft.jsch to 0.1.54Matthias Sohn9-24/+24
2017-01-25Add org.eclipse.jgit.junit feature to test classpath of ui testsMatthias Sohn1-0/+5
2017-01-23Fix preparation of 4.6.1-SNAPSHOT buildsMatthias Sohn2-2/+2
2017-01-19Add missing dependency to org.slf4j to org.eclipse.egit.uiMatthias Sohn1-1/+2
2017-01-19Use the JGit API for branch name normalization.Wim Jongman1-3/+2
2017-01-18Normalize the branch name in the CreateBranchWizardWim Jongman3-1/+66
2017-01-18Improve sorting of FileDiffsThomas Wolf4-11/+34
2017-01-16Exclude test classes from CPD analysisThomas Wolf5-0/+45
2017-01-15Provide a way to configure RepositoryChangeScanner intervalAndrey Loskutov6-34/+105
2017-01-14Ensure DiffFormatter instances are closedThomas Wolf2-40/+40
2017-01-14RepositoryChangeScanner should not query all repos if UI is not activeAndrey Loskutov1-5/+4
2017-01-14Staging view should react on editor activationAndrey Loskutov1-2/+20
2017-01-13DiffEditor: clean up diff generationThomas Wolf1-16/+19
2017-01-13Regression fix: display of diff for stashesThomas Wolf1-2/+3
2017-01-12Merge "Fix Oomph setup"Matthias Sohn1-2/+8
2017-01-12Fix Oomph setupMatthias Sohn1-2/+8
2017-01-11Fix remembering the last selection in StagingViewThomas Wolf1-23/+14
2017-01-10Delete unused org.eclipse.egit.core.internal.mergeThomas Wolf14-2019/+0
2017-01-09Capture current selection before opening dialogs in replace actionsAndrey Loskutov2-44/+54
2017-01-08Improve reporting from background fetch and push jobsThomas Wolf8-22/+111
2017-01-06[duplicate code] Unify saving in preference pagesThomas Wolf4-112/+175
2017-01-06[duplicate code] Unify pattern creation for content assistThomas Wolf2-106/+59
2017-01-06Remove double border of CommitMessageArea in staging viewRalf M Petter1-1/+2
2017-01-06Merge branch 'stable-4.6'Matthias Sohn4-7/+7
2017-01-05Give the PushResultDialog an image.Thomas Wolf13-67/+165
2017-01-05Ensure backwards-compatibility with Eclipse MarsThomas Wolf4-7/+7

Back to the top