Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-09-10 | 1 | -2/+3 | |
| | | |\| | | | | ||||||
| | | | * | | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-09-10 | 1 | -2/+3 | |
| | | | |\| | | | ||||||
| | | | | * | | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-09-10 | 1 | -2/+3 | |
| | | | | |\| | | ||||||
| | | | | | * | | Fix WorkingTreeIterator.compareMetadata() for CheckStat.MINIMAL | Matthias Sohn | 2019-09-10 | 1 | -2/+3 | |
* | | | | | | | | dfs: use ReftableConfig() constructor in DfsReftableDatabase | Han-Wen Nienhuys | 2019-09-11 | 1 | -1/+1 | |
* | | | | | | | | dfs: use RefDatabase API for exactRef in ReftableBatchRefUpdate | Han-Wen Nienhuys | 2019-09-11 | 1 | -4/+3 | |
* | | | | | | | | reftable: add OutputStream argument to ReftableWriter constructor | Han-Wen Nienhuys | 2019-09-11 | 2 | -10/+38 | |
* | | | | | | | | reftable: read file footer in ReftableReader#allRefs | Han-Wen Nienhuys | 2019-09-11 | 2 | -4/+44 | |
* | | | | | | | | reftable: add ReftableReflogReader | Han-Wen Nienhuys | 2019-09-11 | 2 | -0/+169 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'stable-5.5' | Matthias Sohn | 2019-09-08 | 29 | -149/+61 | |
|\| | | | | | | ||||||
| * | | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2019-09-08 | 28 | -145/+47 | |
| |\| | | | | | ||||||
| | * | | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-09-08 | 0 | -0/+0 | |
| | |\| | | | | ||||||
| | | * | | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-09-08 | 0 | -0/+0 | |
| | | |\| | | | ||||||
| | | | * | | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-09-08 | 4 | -5/+5 | |
| | | | |\| | | ||||||
| | | | | * | | Format BUILD files with buildifier | David Pursehouse | 2019-09-08 | 4 | -5/+5 | |
| | * | | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-09-08 | 28 | -145/+47 | |
| | |\| | | | | ||||||
| | | * | | | | Format BUILD files with buildifier | Matthias Sohn | 2019-09-08 | 6 | -7/+6 | |
| | | * | | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-09-08 | 28 | -150/+50 | |
| | | |\| | | | ||||||
| | | | * | | | [error prone] Suppress NonAtomicVolatileUpdate in SimpleLruCache | Matthias Sohn | 2019-09-08 | 1 | -2/+7 | |
| | | | * | | | Bazel: Format BUILD files with buildifier | David Pursehouse | 2019-09-08 | 2 | -2/+2 | |
| | | | * | | | Bazel: Add fixes for --incompatible_load_java_rules_from_bzl | David Pursehouse | 2019-09-08 | 3 | -0/+5 | |
| | | | * | | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-09-07 | 24 | -146/+36 | |
| | | | |\| | | ||||||
| | | | | * | | Bazel: Fix warning about deprecated lib.bzl | David Pursehouse | 2019-09-07 | 1 | -1/+1 | |
| | | | | * | | Format lib/BUILD with buildifier | David Pursehouse | 2019-09-07 | 1 | -2/+2 | |
| | | | | * | | Bazel: Add fixes for --incompatible_load_java_rules_from_bzl | David Pursehouse | 2019-09-07 | 16 | -0/+28 | |
| | | | | * | | Bazel: Bump minimum supported version to 0.29.0 | David Ostrovsky | 2019-09-07 | 2 | -2/+2 | |
| | | | | * | | Bazel: Bump skylib library version to 0.8.0 | David Ostrovsky | 2019-09-07 | 1 | -3/+3 | |
| | | | | * | | Use bazelisk to switch between used bazel version | David Ostrovsky | 2019-09-07 | 1 | -0/+1 | |
| | | | | * | | Bazel: Require minimum bazel version 0.17.1 | David Pursehouse | 2019-09-07 | 1 | -0/+13 | |
| | | | | * | | Fix wrong placeholder index in error message packInaccessible | Matthias Sohn | 2019-09-07 | 1 | -1/+1 | |
| | | | | * | | JGitText: Remove unused externalized strings | David Pursehouse | 2019-09-07 | 2 | -132/+0 | |
| | | | | * | | RepoText: Remove unused externalized string | David Pursehouse | 2019-09-07 | 2 | -2/+0 | |
| | | | | * | | CLI: Remove unused externalized strings | David Pursehouse | 2019-09-07 | 2 | -8/+0 | |
| * | | | | | | bazel: fix running http tests | Matthias Sohn | 2019-09-08 | 1 | -0/+2 | |
| * | | | | | | Set parameter name in parameterized http tests | Matthias Sohn | 2019-09-08 | 1 | -4/+12 | |
* | | | | | | | ReceivePack: Prevent pointing a branch to a non-commit object | Yunjie Li | 2019-09-06 | 5 | -33/+45 | |
* | | | | | | | Merge branch 'stable-5.5' | Matthias Sohn | 2019-09-05 | 17 | -26/+26 | |
|\| | | | | | | ||||||
| * | | | | | | Update Orbit to R20190827152740 for 2019-09 | Matthias Sohn | 2019-09-05 | 17 | -26/+26 | |
| * | | | | | | Prepare 5.5.0-SNAPSHOT builds | Matthias Sohn | 2019-09-04 | 73 | -104/+104 | |
| * | | | | | | JGit v5.5.0.201909041048-rc1v5.5.0.201909041048-rc1 | Matthias Sohn | 2019-09-04 | 73 | -104/+104 | |
* | | | | | | | Merge branch 'stable-5.5' | Matthias Sohn | 2019-09-04 | 27 | -483/+1064 | |
|\| | | | | | | ||||||
| * | | | | | | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2019-09-04 | 3 | -61/+88 | |
| |\| | | | | | ||||||
| | * | | | | | Prepare 5.4.4-SNAPSHOT builds | Matthias Sohn | 2019-09-04 | 73 | -451/+451 | |
| | * | | | | | JGit v5.4.3.201909031940-rv5.4.3.201909031940-r | Matthias Sohn | 2019-09-04 | 73 | -104/+104 | |
| | * | | | | | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2019-09-04 | 6 | -86/+279 | |
| | |\| | | | | ||||||
| | | * | | | | Prepare 5.3.6-SNAPSHOT builds | Matthias Sohn | 2019-09-04 | 68 | -427/+427 | |
| | | * | | | | JGit v5.3.5.201909031855-rv5.3.5.201909031855-r | Matthias Sohn | 2019-09-04 | 68 | -89/+89 | |
| | | * | | | | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-09-04 | 6 | -106/+176 | |
| | | |\| | | | ||||||
| | | | * | | | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2019-09-04 | 6 | -88/+162 | |
| | | | |\| | | ||||||
| | | | | * | | Prepare 5.1.12-SNAPSHOT builds | Matthias Sohn | 2019-09-03 | 56 | -359/+359 |