]> source.dussan.org Git - jgit.git/commit
Introduce SshSupport to centralize SSH related utility code 51/118951/2
authorMarkus Duft <markus.duft@ssi-schaefer.com>
Thu, 8 Mar 2018 07:29:03 +0000 (08:29 +0100)
committerMarkus Duft <markus.duft@ssi-schaefer.com>
Mon, 12 Mar 2018 06:53:35 +0000 (07:53 +0100)
commit4ca9bb5ab98c73ecc1be2d6983f46c477c53dc99
tree6b4d0710c92c15fef704f77d65f64a280f49a4de
parente00f59b7fe7467a930457962326ce5fd0ec63537
Introduce SshSupport to centralize SSH related utility code

As discussed with Thomas here:
https://git.eclipse.org/r/#/c/83506/31/org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/SmudgeFilter.java@349

Move the code from ConfigureGerritAfterCloneTask to SshSupport and
eliminate the slightly modified copy of the code from
LfsConnectionFactory. Separate EGit commit will eliminate the code from
ConfigureGerritAfterCloneTask.

Change-Id: Ifb5adb1342e0fc1f2a70cddf693408d4e0ef7906
Signed-off-by: Markus Duft <markus.duft@ssi-schaefer.com>
org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/internal/LfsConnectionFactory.java
org.eclipse.jgit/src/org/eclipse/jgit/util/SshSupport.java [new file with mode: 0644]