aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/ReceiveCommand.java
Commit message (Expand)AuthorAgeFilesLines
* 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