aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/PushProcess.java
Commit message (Expand)AuthorAgeFilesLines
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-6/+6
* PushProcess: Remove unused import of HashMapDavid Pursehouse2018-04-161-1/+0
* Push: Ensure ref updates are processed in input orderDave Borowitz2018-04-131-2/+3
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Push implementation of option stringsDan Wang2016-07-221-0/+15
* Null-annotated Ref class and fixed related compiler errorsAndrey Loskutov2015-12-151-2/+7
* push: Do not blindly overwrite peerShawn Pearce2015-12-141-0/+3
* Support atomic push in JGit clientShawn Pearce2015-12-021-2/+21
* Use AutoClosable to close resources in bundle org.eclipse.jgitMatthias Sohn2015-05-211-2/+2
* Support agent= capability in wire protocolShawn Pearce2015-04-301-0/+1
* Allow users to show server messages while pushingAndré Dietisheim2013-03-211-2/+26
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-291-23/+29
* Externalize strings from JGitSasa Zivkov2010-05-191-7/+7
* Capture non-progress side band #2 messages and put in resultShawn O. Pearce2010-03-121-14/+11
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+242