]> source.dussan.org Git - jgit.git/commit
PushCommand: do not set a null credentials provider 00/2400/1
authorJens Baumgart <jens.baumgart@sap.com>
Wed, 2 Feb 2011 12:13:28 +0000 (13:13 +0100)
committerJens Baumgart <jens.baumgart@sap.com>
Wed, 2 Feb 2011 12:13:28 +0000 (13:13 +0100)
commit29ed09a44fc1e32e9adb5a9e3acbbac044c0fb42
tree77a388ad33c75ae4aca10abe820c2dee33d30f07
parentb0245b548b9c9fe1801fb8af727b08a7c3cc9706
PushCommand: do not set a null credentials provider

PushCommand 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.

Bug: 336023
Change-Id: I7a7a9221afcfebe2e1595a5e59641e6c1ae4a207
Signed-off-by: Jens Baumgart <jens.baumgart@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/PushCommand.java