aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal/ketch
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "static" qualifier from enum declarationsDavid Pursehouse2020-02-191-1/+1
* Move KetchSystem.delay to FileUtils.Han-Wen Nienhuys2019-11-132-24/+3
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-2/+1
* [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-084-5/+5
* Convert to lambda or member referenceCarsten Hammer2019-05-163-32/+21
* refactor: simplify collection.toArray()Michael Keppler2018-08-232-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-153-3/+3
* Fix javadoc in org.eclipse.jgit ketch packageMatthias Sohn2017-12-1818-130/+380
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-193-0/+4
* Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-217-30/+202
* Organize importsDavid Pursehouse2016-11-141-1/+1
* daemon: Add --ketch=LEADER flagShawn Pearce2016-01-191-0/+1
* Ketch: Intercept push and route it through KetchShawn Pearce2016-01-193-1/+161
* Ketch: Simple map of running leader instancesShawn Pearce2016-01-191-0/+126
* Ketch: Basic replication systemShawn Pearce2016-01-1920-0/+4664