aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/PushCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Push implementation of option stringsDan Wang2016-07-221-1/+23
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-2/+2
* Better report on client side if push failed due to too large objectMatthias Sohn2016-05-301-0/+4
* Support atomic push in JGit clientShawn Pearce2015-12-021-2/+25
* Handle null in ProgressMonitor settersJonathan Nieder2015-06-111-0/+3
* Better report too large pack-files from PushCommandChristian Halstrick2015-05-271-0/+4
* Allow users to show server messages while pushingAndré Dietisheim2013-03-211-1/+16
* Further cleanup of exceptions in Git APIRobin Rosenberg2012-06-051-4/+10
* Git API does not declare GitAPIException call() and related cleanupsRobin Rosenberg2012-05-301-6/+3
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Support a configured credentials provider in LsRemoteCommandKevin Sawicki2011-11-101-52/+3
* Enable full Transport configuration for JGit API commandsRoberto Tyley2011-09-161-0/+19
* Add lookup to remote config if the refSpec is not explicitly setStefan Lay2011-07-041-0/+5
* PushCommand: Allow adding any reference stringShawn O. Pearce2011-03-151-0/+39
* PushCommand: Add utilities for --all, --tagsShawn O. Pearce2011-03-151-0/+20
* PushCommand: Default to pushing HEADShawn O. Pearce2011-03-141-0/+7
* PushCommand: Set force-update in-placeShawn O. Pearce2011-03-141-5/+3
* PushCommand: do not set a null credentials providerJens Baumgart2011-02-021-1/+2
* Make setCredentialsProvider more convenient to useMathias Kinzler2011-01-261-1/+5
* Allow to set a CredentialsProvider on relevant API commandsMathias Kinzler2011-01-251-0/+11
* Add PushCommand APIChris Aniszczyk2010-10-051-0/+349