aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/lib/BatchRefUpdate.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-06-131-41/+13
|\
| * BatchRefUpdate: Skip saving conflicting ref names and prefixes in memoryKaushik Lingarkar2021-05-241-41/+13
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* BatchRefUpdate: Don't use deprecated RefDatabase#getRefs(String)David Pursehouse2018-05-151-2/+4
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit lib packageMatthias Sohn2017-12-191-20/+43
* Support force writing reflog on a per-update basisDave Borowitz2017-09-301-0/+50
* Support overriding a batch's reflog on a per-ReceiveCommand basisDave Borowitz2017-07-261-3/+50
* BatchRefUpdate: Expand javadocs and add @NullableDave Borowitz2017-07-261-6/+17
* Implement atomic BatchRefUpdates for RefDirectoryDave Borowitz2017-07-251-8/+42
* Separate RefUpdate.Result.REJECTED_{MISSING_OBJECT,OTHER_REASON}Dave Borowitz2017-07-251-0/+19
* BatchRefUpdate: Document when getPushOptions is nullDave Borowitz2017-07-171-1/+4
* BatchRefUpdate: Clarify some ref prefix callsDave Borowitz2017-07-051-14/+11
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-5/+5
* Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-211-0/+73
* Push implementation of option stringsDan Wang2016-07-221-4/+42
* BatchRefUpdate: Remove unused namesToCheck variableDan Wang2016-07-151-2/+0
* BatchRefUpdate: Include command message in toString()Dave Borowitz2016-06-021-1/+5
* Support per-BatchRefUpdate atomic transactionsDave Borowitz2016-04-191-0/+49
* Include push certificates in RefUpdateDave Borowitz2015-06-181-0/+32
* Add BatchRefUpdate#toString()Dave Borowitz2015-01-271-0/+16
* Fix BatchRefUpdate progress-monitoring so it doesn't count twiceRoberto Tyley2013-05-191-3/+2
* Speed up clone/fetch with large number of refsRobin Rosenberg2013-03-301-15/+96
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-1/+1
* Batch reference updates together for storageShawn O. Pearce2012-05-221-0/+317