aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/api/PushCommand.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Rename method parameter to silence InvalidParamMatthias Sohn2023-09-251-3/+3
* PushCommand: allow users to disable use of bitmaps for pushkylezhao2022-10-211-0/+28
* I/O redirection for the pre-push hookThomas Wolf2022-10-201-0/+47
* [push] support the "matching" RefSpecs ":" and "+:"Thomas Wolf2022-03-061-1/+1
* PushCommand: determine remote from git config if not givenThomas Wolf2022-02-141-1/+31
* PushCommand: consider push.default when no RefSpecs are givenRolf Theunissen2022-02-141-12/+117
* Prevent that an instance of PushCommand is reusedThomas Wolf2022-02-141-0/+1
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-2/+3
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* PushCommand: Suppress resource warning for Transport in for loopDavid Pursehouse2018-03-161-1/+2
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-2/+1
* Fix javadoc in org.eclipse.jgit annotations and api packagesMatthias Sohn2017-12-181-18/+53
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-3/+3
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+1
* push: support per-ref force-with-leaseDavid Turner2017-02-081-1/+45
* 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