Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Prepare 5.8.0-SNAPSHOT builds | Matthias Sohn | 2020-03-09 | 74 | -455/+455 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-03-05 | 8 | -61/+184 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Silence API errors introduced by 093fbbd1 | Matthias Sohn | 2020-03-05 | 1 | -0/+8 | |
| * | | | Bump Bazel version to 2.2.0 | David Pursehouse | 2020-03-05 | 1 | -1/+1 | |
| * | | | Expose FileStoreAttributes.setBackground() | Alex Blewitt | 2020-03-04 | 1 | -1/+12 | |
| * | | | Update reftable storage repo layout | Han-Wen Nienhuys | 2020-03-04 | 6 | -52/+182 | |
* | | | | Add validation to hex decoder | Michael Dardis | 2020-03-04 | 4 | -3/+45 | |
* | | | | Add 4.14 and 4.15-staging target platforms | Matthias Sohn | 2020-03-02 | 4 | -3/+105 | |
* | | | | Update Orbit to R20200224183213 for final 2020-03 | Matthias Sohn | 2020-03-02 | 19 | -29/+29 | |
* | | | | Merge "ObjectWalk: Add null check before skip tree." | Jonathan Nieder | 2020-03-02 | 2 | -1/+11 | |
|\ \ \ \ | ||||||
| * | | | | ObjectWalk: Add null check before skip tree. | Yunjie Li | 2020-02-26 | 2 | -1/+11 | |
| | |_|/ | |/| | | ||||||
* | | | | Update Orbit to S20200224183213 for 2020-03 RC1 | Matthias Sohn | 2020-02-29 | 10 | -19/+19 | |
* | | | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-28 | 18 | -21/+22 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Cygwin expects forward slashes for commands to be run via sh.exe | Thomas Wolf | 2020-02-28 | 1 | -1/+1 | |
| * | | | Make Logger instances final | David Pursehouse | 2020-02-27 | 6 | -6/+7 | |
| * | | | Move array designators from the variable to the type | David Pursehouse | 2020-02-27 | 11 | -14/+14 | |
* | | | | Merge "[releng] Update year in copyright notices for features" | David Pursehouse | 2020-02-28 | 7 | -7/+7 | |
|\ \ \ \ | ||||||
| * | | | | [releng] Update year in copyright notices for features | Thomas Wolf | 2020-02-28 | 7 | -7/+7 | |
* | | | | | Using for-each loop in jdt | Lars Vogel | 2020-02-28 | 8 | -16/+14 | |
|/ / / / | ||||||
* | | | | Merge "Revert "RevWalk: stop mixing lines of history in topo sort"" | Jonathan Nieder | 2020-02-26 | 6 | -192/+64 | |
|\ \ \ \ | ||||||
| * | | | | Revert "RevWalk: stop mixing lines of history in topo sort" | Alex Spradlin | 2020-02-26 | 6 | -192/+64 | |
* | | | | | Do not fail if known hosts file does not contain valid host key | Lajos Olah | 2020-02-26 | 1 | -1/+7 | |
| |_|/ / |/| | | | ||||||
* | | | | Update Orbit to S20200219023850 for 2012-03 M3 | Matthias Sohn | 2020-02-23 | 10 | -40/+39 | |
* | | | | Merge branch 'stable-5.6' | Matthias Sohn | 2020-02-22 | 80 | -133/+131 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Revert "Prepend hostname to subsection used to store file timestamp resolution" | Matthias Sohn | 2020-02-22 | 1 | -3/+2 | |
| * | | | SimilarityRenameDetector: Fix inconsistent indentation | David Pursehouse | 2020-02-19 | 1 | -4/+4 | |
| * | | | Use indexOf(char) and lastIndexOf(char) rather than String versions | David Pursehouse | 2020-02-19 | 6 | -8/+9 | |
| * | | | Reorder modifiers to follow Java Language Specification | David Pursehouse | 2020-02-19 | 46 | -75/+75 | |
| * | | | GitmoduleEntry: Remove redundant import of class from same package | David Pursehouse | 2020-02-19 | 1 | -2/+0 | |
| * | | | Remove redundant "static" qualifier from enum declarations | David Pursehouse | 2020-02-19 | 32 | -41/+41 | |
* | | | | Remove use of org.bouncycastle.util.encoders.Hex | Michael Dardis | 2020-02-22 | 4 | -2/+113 | |
* | | | | Remove use of org.bouncycastle.util.io.TeeOutputStream | Michael Dardis | 2020-02-21 | 4 | -2/+156 | |
* | | | | Make the IMatcher public API | Thomas Wolf | 2020-02-20 | 5 | -11/+36 | |
* | | | | Merge branch 'stable-5.7' | Matthias Sohn | 2020-02-19 | 6 | -90/+47 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2020-02-19 | 6 | -90/+47 | |
| |\| | | ||||||
| | * | | Update API problem filter | Matthias Sohn | 2020-02-14 | 1 | -9/+1 | |
| | * | | Prepare 5.6.2-SNAPSHOT builds | Matthias Sohn | 2020-02-14 | 75 | -455/+463 | |
| | * | | JGit v5.6.1.202002131546-rv5.6.1.202002131546-r | Matthias Sohn | 2020-02-13 | 74 | -105/+105 | |
| | * | | Simplify ReftableCompactor | Han-Wen Nienhuys | 2020-02-12 | 6 | -90/+47 | |
| * | | | Merge branch 'master' into stable-5.7 | Thomas Wolf | 2020-02-16 | 123 | -797/+1119 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge "RevWalk: stop mixing lines of history in topo sort" | Jonathan Tan | 2020-02-18 | 6 | -64/+192 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | RevWalk: stop mixing lines of history in topo sort | Alex Spradlin | 2020-02-18 | 6 | -64/+192 | |
* | | | | | Merge "Documentation/technical/reftable: improve repo layout" | Jonathan Nieder | 2020-02-18 | 1 | -23/+30 | |
|\ \ \ \ \ | ||||||
| * | | | | | Documentation/technical/reftable: improve repo layout | Han-Wen Nienhuys | 2020-02-11 | 1 | -23/+30 | |
| |/ / / / | ||||||
* | | | | | Upgrade plexus-compiler-{eclipse|javac|javac-errorprone} to 2.8.6 | David Pursehouse | 2020-02-17 | 1 | -3/+3 | |
* | | | | | Upgrade maven-shade-plugin to 3.2.2 | David Pursehouse | 2020-02-17 | 1 | -1/+1 | |
* | | | | | Removed unused imports | Andrey Loskutov | 2020-02-17 | 2 | -2/+0 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge branch 'stable-5.7' | David Pursehouse | 2020-02-13 | 2 | -2/+2 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Merge branch 'stable-5.6' into stable-5.7 | David Pursehouse | 2020-02-13 | 8 | -24/+132 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Bump required Bazel version to 2.1.0 | David Pursehouse | 2020-02-12 | 1 | -1/+1 |