Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Add ability to redirect stderr from git hooks | Tim Neumann | 2019-12-09 | 11 | -10/+307 | |
* | | | | | | Add possibility to get pure stderr output from AbortedByHookException | Tim Neumann | 2019-12-09 | 1 | -9/+19 | |
* | | | | | | Cleanup CommitAndLogCommandTest | Matthias Sohn | 2019-12-05 | 1 | -55/+51 | |
* | | | | | | CLI: Add support for excluding paths from Git log command | John Tipper | 2019-12-05 | 3 | -60/+258 | |
* | | | | | | ReftableTest: Clean up boxing warnings on usage of String.format | David Pursehouse | 2019-12-05 | 1 | -16/+26 | |
* | | | | | | MergedReftable: Remove unnecessary semicolon | David Pursehouse | 2019-12-05 | 1 | -1/+1 | |
* | | | | | | Introduce RefDatabase#hasFastTipsWithSha1 | Han-Wen Nienhuys | 2019-12-04 | 9 | -0/+135 | |
* | | | | | | Update Orbit to R20191126223242 for 2019-12 | Matthias Sohn | 2019-12-04 | 19 | -29/+29 | |
* | | | | | | Prepare 5.6.0-SNAPSHOT builds | Matthias Sohn | 2019-12-04 | 74 | -105/+105 | |
* | | | | | | JGit v5.6.0.201912041214-rc1v5.6.0.201912041214-rc1 | Matthias Sohn | 2019-12-04 | 74 | -105/+105 | |
* | | | | | | Prepare 5.6.0-SNAPSHOT builds | Matthias Sohn | 2019-11-27 | 74 | -105/+105 | |
* | | | | | | JGit v5.6.0.201911271000-m3v5.6.0.201911271000-m3 | Matthias Sohn | 2019-11-27 | 74 | -106/+106 | |
* | | | | | | Merge "ReceivePack: Open visibility for some methods" | Jonathan Nieder | 2019-11-26 | 1 | -2/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | ReceivePack: Open visibility for some methods | Ivan Frade | 2019-11-26 | 1 | -2/+10 | |
* | | | | | | | JGit pgm: Format blame output to match canonical git | Thomas Wolf | 2019-11-27 | 2 | -31/+52 | |
* | | | | | | | Make blame work correctly on merge conflicts | Thomas Wolf | 2019-11-27 | 8 | -98/+256 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'stable-5.5' | David Pursehouse | 2019-11-26 | 3 | -5/+7 | |
|\| | | | | | ||||||
| * | | | | | Merge branch 'stable-5.4' into stable-5.5 | David Pursehouse | 2019-11-26 | 3 | -5/+7 | |
| |\| | | | | ||||||
| | * | | | | Merge branch 'stable-5.3' into stable-5.4 | David Pursehouse | 2019-11-26 | 3 | -5/+7 | |
| | |\| | | | ||||||
| | | * | | | Merge branch 'stable-5.2' into stable-5.3 | David Pursehouse | 2019-11-26 | 3 | -5/+7 | |
| | | |\| | | ||||||
| | | | * | | Merge branch 'stable-5.1' into stable-5.2 | David Pursehouse | 2019-11-26 | 3 | -5/+7 | |
| | | | |\| | ||||||
| | | | | * | Bazel: Use java_plugin and java_binary from @rules_java in jmh.bzl | David Pursehouse | 2019-11-26 | 1 | -3/+5 | |
| | | | | * | Bazel: Add missing newlines at end of BUILD files | David Pursehouse | 2019-11-26 | 2 | -2/+2 | |
* | | | | | | Upgrade maven-enforcer-plugin to 3.0.0-M3 | David Pursehouse | 2019-11-26 | 1 | -1/+1 | |
* | | | | | | Merge changes I8698001d,I5c1177ac | Jonathan Nieder | 2019-11-25 | 2 | -0/+86 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add missing license header to ReftableDatabase | Jonathan Nieder | 2019-11-25 | 1 | -0/+43 | |
| * | | | | | | Add missing license header to UploadPackRefSortingForReachabilityTest | Jonathan Nieder | 2019-11-25 | 1 | -0/+43 | |
* | | | | | | | [spotbugs] Fix potential NPE in FSTest | Matthias Sohn | 2019-11-26 | 1 | -1/+3 | |
* | | | | | | | Remove unused import in CreateFileSnapshotBenchmark | Matthias Sohn | 2019-11-26 | 1 | -1/+0 | |
* | | | | | | | RepositoryCache: don't require HEAD in git repositories | Han-Wen Nienhuys | 2019-11-26 | 2 | -1/+8 | |
* | | | | | | | FileRepository: cleanup refs outside refs/ on reftable conversion | Han-Wen Nienhuys | 2019-11-26 | 2 | -0/+18 | |
|/ / / / / / | ||||||
* | | | | | | Merge "UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowed" | Jonathan Nieder | 2019-11-25 | 1 | -7/+11 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | UploadPackTest: Fix unused parameter in checkUnadvertisedIfUnallowed | David Pursehouse | 2019-11-25 | 1 | -7/+11 | |
* | | | | | | | Update Orbit to S20191118194249 for 2019-12 M3 | Matthias Sohn | 2019-11-25 | 20 | -154/+89 | |
* | | | | | | | Silence API error for new method in ReachabilityChecker | Matthias Sohn | 2019-11-25 | 1 | -0/+8 | |
|/ / / / / / | ||||||
* | | | | | | BitmappedReachabilityChecker: Use only one bitmap for the whole check | Ivan Frade | 2019-11-21 | 3 | -339/+95 | |
* | | | | | | checkNotAdvertisedWants: Be lazy converting Ref to RevCommit | Ivan Frade | 2019-11-21 | 2 | -40/+69 | |
* | | | | | | ReachabilityChecker: Receive a Stream instead of a Collection | Ivan Frade | 2019-11-21 | 5 | -18/+59 | |
* | | | | | | UploadPack: Prioritize references for non-advertised wants checks | Ivan Frade | 2019-11-21 | 1 | -7/+44 | |
* | | | | | | ReceivePack: Fix name hiding of 'atomic' member | David Pursehouse | 2019-11-17 | 1 | -2/+1 | |
* | | | | | | ReceivePack: Remove unnecessarily nested else-clause | David Pursehouse | 2019-11-17 | 1 | -3/+3 | |
* | | | | | | Simplify comparator code | Michael Keppler | 2019-11-17 | 1 | -6/+2 | |
* | | | | | | Fix typo in Javadoc | Michael Keppler | 2019-11-17 | 1 | -2/+2 | |
* | | | | | | pgm: add write stats to BenchmarkReftable | Han-Wen Nienhuys | 2019-11-16 | 1 | -1/+36 | |
* | | | | | | pgm: add command to convert repo to reftable | Han-Wen Nienhuys | 2019-11-16 | 3 | -0/+63 | |
* | | | | | | file: implement FileReftableDatabase | Han-Wen Nienhuys | 2019-11-16 | 12 | -51/+2551 | |
* | | | | | | Fix Maven missing version warning | Michael Keppler | 2019-11-16 | 1 | -0/+1 | |
* | | | | | | Use Java 8 source and target in Maven | Michael Keppler | 2019-11-16 | 1 | -0/+2 | |
* | | | | | | ReceivePack: Reduce visibility of methods | David Pursehouse | 2019-11-16 | 2 | -23/+26 | |
* | | | | | | Suppress API error raised for constant added in 345e2648 | Matthias Sohn | 2019-11-16 | 1 | -0/+8 |