]> source.dussan.org Git - jgit.git/commit
Allow to set a CredentialsProvider on relevant API commands 27/2327/2
authorMathias Kinzler <mathias.kinzler@sap.com>
Tue, 25 Jan 2011 14:03:19 +0000 (15:03 +0100)
committerChris Aniszczyk <caniszczyk@gmail.com>
Tue, 25 Jan 2011 22:36:10 +0000 (16:36 -0600)
commit920ac08777d4048c06c8d7a3671d37c5ead5917f
treeb32c42692e27bbb2565dfa3dd4c579ec2284273c
parent832d3b838472103e143074f000e9c59fd4596fa4
Allow to set a CredentialsProvider on relevant API commands

This is needed for commands that use Transport internally.

Change-Id: I9417c85255b160723968c647063b9c7e05995ea4
Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit/src/org/eclipse/jgit/api/FetchCommand.java
org.eclipse.jgit/src/org/eclipse/jgit/api/PushCommand.java