]> source.dussan.org Git - jgit.git/commit
FetchCommand: do not set a null credentials provider 86/2586/2
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 24 Feb 2011 12:52:24 +0000 (13:52 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 24 Feb 2011 15:05:05 +0000 (16:05 +0100)
commite0a8398f1f167e4fceef7fa4ebbf413f16475e79
tree8b519fa26da72f49e60668599c323417cee711ca
parent2902c7679bde83075370ff3c05e3dbbc6d637e42
FetchCommand: do not set a null credentials provider

FetchCommand now does not set a null credentials provider on
Transport because in this case the default provider is replaced with
null and the default mechanism for providing credentials is not
working.

Change-Id: I44096aa856f031545df39d4b09af198caa2c21f6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/FetchCommand.java