aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-2/+2
|\
| * Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-2/+2
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Suppress the API errors introduced by 3e9a5f99Matthias Sohn2019-11-141-1/+1
* transport: Merge BaseReceivePack into ReceivePackMasaya Suzuki2019-11-131-4/+4
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-3/+3
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-3/+3
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-22/+68
* Add missing @since tags for new API in ReceiveCommandMatthias Sohn2017-10-231-2/+8
* Support symbolic references in ReceiveCommandShawn Pearce2017-10-181-15/+226
* Support force writing reflog on a per-update basisDave Borowitz2017-09-301-2/+30
* Support overriding a batch's reflog on a per-ReceiveCommand basisDave Borowitz2017-07-261-0/+92
* Implement atomic BatchRefUpdates for RefDirectoryDave Borowitz2017-07-251-0/+14
* Separate RefUpdate.Result.REJECTED_{MISSING_OBJECT,OTHER_REASON}Dave Borowitz2017-07-251-0/+8
* ReceiveCommand: Explicitly check constructor preconditionsDave Borowitz2017-07-171-4/+43
* ReceiveCommand.abort(): Utility to mark batch of commands as failedShawn Pearce2016-01-181-0/+22
* Fix wrong @since tag In ReceiveCommandMatthias Sohn2015-12-021-1/+1
* ReceiveCommand.filter: Accept IterableShawn Pearce2015-12-011-7/+28
* Initialise ReceiveCommand status to NOT_ATTEMPTED for all constructorsRoberto Tyley2014-02-131-2/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+2
* Batch reference updates together for storageShawn O. Pearce2012-05-221-3/+13
* Expose ReceiveCommand.updateType to check for UPDATE_NONFASTFORWARDShawn O. Pearce2012-05-221-0/+41
* Factor a base class out of ReceivePackDave Borowitz2012-05-141-4/+4
* Add missing @since tags to mark API added in 2.0Matthias Sohn2012-05-101-2/+5
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Extract filterCommands as a static method on ReceiveCommandDave Borowitz2012-02-291-0/+22
* Allow creating ReceiveCommands with a specified typeDave Borowitz2012-02-291-0/+22
* Execute ReceiveCommands via a method rather than in ReceivePackDave Borowitz2012-02-291-0/+78
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+229