Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [6.0 API cleanup] CancelledException vs. CanceledException | Thomas Wolf | 2021-11-22 | 3 | -34/+29 |
* | Javadoc fixes | Thomas Wolf | 2021-11-22 | 6 | -15/+17 |
* | Better git system config finding | Thomas Wolf | 2021-11-22 | 1 | -8/+63 |
* | Fix missing @since 6.0 tag | Thomas Wolf | 2021-11-22 | 1 | -0/+1 |
* | Support commit.template config property | Julian Ruppel | 2021-11-22 | 1 | -3/+14 |
* | Merge "DFS block cache: harden against race over ref locks." | Ivan Frade | 2021-11-17 | 1 | -7/+12 |
|\ | |||||
| * | DFS block cache: harden against race over ref locks. | Alina Djamankulova | 2021-11-16 | 1 | -7/+12 |
* | | Make BinaryBlobException stackless | Matthias Sohn | 2021-11-16 | 1 | -0/+5 |
|/ | |||||
* | ssh: Handle "ProxyJump none" from SSH config file | Thomas Wolf | 2021-11-15 | 1 | -1/+21 |
* | OpenSshConfigFile: line comments and quoted strings | Thomas Wolf | 2021-11-15 | 1 | -40/+118 |
* | OpenSshConfigFile: update token replacements | Thomas Wolf | 2021-11-15 | 1 | -7/+20 |
* | [sshd agent] Introduce ConnectorDescriptor | Thomas Wolf | 2021-11-10 | 1 | -1/+1 |
* | [test] test OpenSshConfigFile directly, not via the JSch config | Thomas Wolf | 2021-11-04 | 2 | -5/+75 |
* | [releng] Make the bazel build use Java 11 | Thomas Wolf | 2021-11-03 | 2 | -3/+8 |
* | Binary and CR-LF detection: lone CRs -> binary | Thomas Wolf | 2021-10-31 | 8 | -57/+135 |
* | Factor out parsing git-style size numbers to StringUtils | Thomas Wolf | 2021-10-30 | 4 | -38/+142 |
* | Make the buffer size for text/binary detection configurable | Thomas Wolf | 2021-10-30 | 5 | -35/+73 |
* | Fix checkout of files with mixed line endings on text=auto eol=crlf | Thomas Wolf | 2021-10-27 | 1 | -0/+3 |
* | Don't rely on an implicit default character set | Thomas Wolf | 2021-10-26 | 7 | -14/+51 |
* | Minor code-clean-up in OpenSshConfigFile | Thomas Wolf | 2021-10-24 | 1 | -3/+2 |
* | Remove use of deprecated getAllRefs() in UploadPack | Matthias Sohn | 2021-10-23 | 1 | -5/+22 |
* | DFS block cache: fix lock issue and support parallel index loading | Alina Djamankulova | 2021-10-19 | 3 | -117/+193 |
* | Merge branch 'stable-5.13' | Matthias Sohn | 2021-10-15 | 5 | -26/+27 |
|\ | |||||
| * | Merge branch 'stable-5.12' into stable-5.13 | Matthias Sohn | 2021-10-15 | 5 | -26/+27 |
| |\ | |||||
| | * | Merge branch 'stable-5.11' into stable-5.12 | Matthias Sohn | 2021-10-15 | 4 | -23/+17 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.10' into stable-5.11 | Matthias Sohn | 2021-10-15 | 4 | -23/+17 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-5.9' into stable-5.10 | Matthias Sohn | 2021-10-15 | 4 | -23/+17 |
| | | | |\ | |||||
| | | | | * | Fix missing peel-part in lsRefsV2 for loose annotated tags | Saša Živkov | 2021-10-15 | 1 | -0/+1 |
| | | | | * | Merge branch 'stable-5.8' into stable-5.9 | Matthias Sohn | 2021-10-08 | 3 | -23/+16 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-5.7' into stable-5.8 | Matthias Sohn | 2021-10-08 | 3 | -23/+16 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2021-10-08 | 3 | -23/+16 |
| | | | | | | |\ | |||||
| | | | | | | | * | reftable: drop code for truncated reads | Han-Wen Nienhuys | 2021-09-28 | 2 | -17/+4 |
| | | | | | | | * | reftable: pass on invalid object ID in conversion | Han-Wen Nienhuys | 2021-09-27 | 1 | -6/+12 |
| | * | | | | | | | Fix RevWalk.getMergedInto() ignores annotated tags | kylezhao | 2021-10-08 | 1 | -1/+1 |
| | * | | | | | | | Optimize RevWalk.getMergedInto() | kylezhao | 2021-10-08 | 1 | -2/+9 |
* | | | | | | | | | DFS block cache: allow multiple passes for blocks before eviction | Alina Djamankulova | 2021-10-08 | 2 | -12/+71 |
* | | | | | | | | | GarbageCollectCommand: add numberOfBitmaps to statistics | kylezhao | 2021-10-08 | 1 | -0/+1 |
* | | | | | | | | | Rename a local variable | Thomas Wolf | 2021-09-30 | 1 | -4/+4 |
* | | | | | | | | | Remove redundant type arguments | Thomas Wolf | 2021-09-30 | 22 | -24/+28 |
* | | | | | | | | | Replace XMLReaderFactory deprecated since Java 9 | Matthias Sohn | 2021-09-29 | 2 | -7/+11 |
* | | | | | | | | | [errorprone] fix ReturnValueIgnored in PushCertificateStore#next | Matthias Sohn | 2021-09-29 | 1 | -4/+3 |
* | | | | | | | | | [errorprone] NameRevCommand: remove ignored call of #toString | Matthias Sohn | 2021-09-29 | 1 | -3/+4 |
* | | | | | | | | | Merge "Merge branch 'next'" | Matthias Sohn | 2021-09-14 | 1 | -2/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Merge branch 'master' into next | Matthias Sohn | 2021-09-13 | 16 | -36/+489 |
| |\| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' into next | Matthias Sohn | 2021-06-29 | 10 | -15/+228 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Matthias Sohn | 2021-06-15 | 22 | -261/+1510 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Matthias Sohn | 2021-05-12 | 18 | -333/+775 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Enable CommitCommand to use a fluent style | Alex Blewitt | 2021-03-19 | 1 | -2/+4 |
* | | | | | | | | | | | | | Merge "RepoCommand: Move building the index for base repos to its own method" | Ivan Frade | 2021-09-14 | 1 | -112/+120 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | RepoCommand: Move building the index for base repos to its own method | Ivan Frade | 2021-08-31 | 1 | -112/+120 |