Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ymnk/eclipse.platform.team
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ymnk/eclipse.platform.team
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bug179924
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 11 files changed
  • 2 contributors

Commits on Dec 25, 2012

  1. The extension point identityrepository is added.

    The connectors to ssh-agent and pageant will implement
    IIdentityRepositoryFactory, and those implementations will be
    given through this entry point.
    Atsuhiko Yamanaka committed Dec 25, 2012
    Configuration menu
    Copy the full SHA
    bb84474 View commit details
    Browse the repository at this point in the history
  2. A preference page is added to manage connectors.

    Connectors will provide an implementation of
    IIdentityRespositoryFactory, which allows to communicate with agents
    like ssh-agent and pageant.
    Atsuhiko Yamanaka committed Dec 25, 2012
    1 Configuration menu
    Copy the full SHA
    1658a30 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2014

  1. Merge branch 'master' into bug179924

    Conflicts:
    	bundles/org.eclipse.jsch.core/META-INF/MANIFEST.MF
    	bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/IConstants.java
    	bundles/org.eclipse.jsch.core/src/org/eclipse/jsch/internal/core/Utils.java
    	bundles/org.eclipse.jsch.ui/META-INF/MANIFEST.MF
    	bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/Messages.java
    	bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/messages.properties
    	bundles/org.eclipse.jsch.ui/src/org/eclipse/jsch/internal/ui/preference/PreferencePage.java
    ymnk committed Feb 20, 2014
    Configuration menu
    Copy the full SHA
    557abf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. fixes to be compilable.

    ymnk committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    e0d34a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. Merge branch 'master' into bug179924

    ymnk committed Nov 17, 2014
    Configuration menu
    Copy the full SHA
    390e014 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Added AbstractIdentityRepositoryFactory

    ymnk committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    a154d6a View commit details
    Browse the repository at this point in the history
Loading