| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-02-22 | 1 | -0/+4 |
|\ |
|
| * | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-02-22 | 1 | -0/+4 |
| |\ |
|
| | * | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-02-22 | 1 | -0/+4 |
| | |\ |
|
| | | * | Acquire file lock "gc.pid" before running gc | Matthias Sohn | 2023-02-21 | 1 | -0/+4 |
* | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2022-06-15 | 1 | -0/+5 |
|\| | | |
|
| * | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2022-06-15 | 1 | -0/+5 |
| |\| | |
|
| | * | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2022-06-15 | 1 | -0/+5 |
| | |\| |
|
| | | * | AmazonS3: Add support for AWS API signature version 4 | eric.steele | 2022-06-13 | 1 | -0/+5 |
* | | | | Teach JGit to handle external diff/merge tools defined in .gitattributes | Andre Bossert | 2022-06-02 | 1 | -0/+5 |
* | | | | Fetch: Introduce negative refspecs. | yunjieli | 2022-04-13 | 1 | -0/+1 |
|/ / / |
|
* | | | Describe: add support for core.abbrev config option | Matthias Sohn | 2022-03-02 | 1 | -0/+1 |
* | | | Add a typed config getter for integers confined to a range | Matthias Sohn | 2022-03-02 | 1 | -0/+2 |
* | | | PushCommand: consider push.default when no RefSpecs are given | Rolf Theunissen | 2022-02-14 | 1 | -0/+5 |
|/ / |
|
* | | Factor out parsing git-style size numbers to StringUtils | Thomas Wolf | 2021-10-30 | 1 | -0/+1 |
* | | Don't rely on an implicit default character set | Thomas Wolf | 2021-10-26 | 1 | -0/+1 |
|/ |
|
* | Support commit.template config property | Julian Ruppel | 2021-07-21 | 1 | -0/+1 |
* | Merge branch 'stable-5.12' | Matthias Sohn | 2021-06-26 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'stable-5.11' into stable-5.12 | Matthias Sohn | 2021-06-26 | 1 | -0/+1 |
| |\ |
|
| | * | Merge branch 'stable-5.10' into stable-5.11 | Matthias Sohn | 2021-06-26 | 1 | -0/+1 |
| | |\ |
|
| | | * | Merge branch 'stable-5.9' into stable-5.10 | Matthias Sohn | 2021-06-25 | 1 | -0/+1 |
| | | |\ |
|
| | | | * | Retry loose object read upon "Stale file handle" exception | Antonio Barone | 2021-06-24 | 1 | -0/+1 |
| | * | | | Merge branch 'stable-5.10' into stable-5.11 | Matthias Sohn | 2021-05-11 | 1 | -0/+3 |
| | |\| | |
|
| | | * | | Merge branch 'stable-5.9' into stable-5.10 | Matthias Sohn | 2021-05-11 | 1 | -0/+3 |
| | | |\| |
|
| | | | * | Merge branch 'stable-5.8' into stable-5.9 | Matthias Sohn | 2021-05-11 | 1 | -0/+3 |
| | | | |\ |
|
| | | | | * | Merge branch 'stable-5.7' into stable-5.8 | Matthias Sohn | 2021-05-11 | 1 | -0/+7 |
| | | | | |\ |
|
| | | | | | * | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2021-05-11 | 1 | -0/+7 |
| | | | | | |\ |
|
| | | | | | | * | LockFile: create OutputStream only when needed | Thomas Wolf | 2021-05-10 | 1 | -0/+7 |
* | | | | | | | | searchForReuse might impact performance in large repositories | Fabio Ponciroli | 2021-06-25 | 1 | -0/+1 |
|/ / / / / / / |
|
* | | | | | | | ApplyCommand: support binary patches | Thomas Wolf | 2021-05-26 | 1 | -0/+3 |
* | | | | | | | ApplyCommand: add a stream to apply a delta patch | Thomas Wolf | 2021-05-26 | 1 | -0/+3 |
* | | | | | | | ApplyCommand: add streams to read/write binary patch hunks | Thomas Wolf | 2021-05-26 | 1 | -0/+4 |
* | | | | | | | ApplyCommand: add a base-85 codec | Thomas Wolf | 2021-05-26 | 1 | -0/+5 |
* | | | | | | | LockFile: create OutputStream only when needed | Thomas Wolf | 2021-05-07 | 1 | -0/+3 |
* | | | | | | | Merge branch 'stable-5.11' | Matthias Sohn | 2021-03-26 | 1 | -0/+1 |
|\| | | | | | |
|
| * | | | | | | Ensure post-commit hook is called after index lock was released | Matthias Sohn | 2021-03-23 | 1 | -0/+1 |
* | | | | | | | HTTP cookies: do tilde expansion on http.cookieFile | Thomas Wolf | 2021-03-12 | 1 | -0/+1 |
|/ / / / / / |
|
* | | | | | | Create a PackFile class for Pack filenames | Nasser Grainawi | 2021-03-04 | 1 | -0/+1 |
* | | | | | | IgnoreNode: include path to file for invalid .gitignore patterns | Thomas Wolf | 2021-02-23 | 1 | -0/+1 |
* | | | | | | FastIgnoreRule: include bad pattern in log message | Thomas Wolf | 2021-02-23 | 1 | -0/+1 |
* | | | | | | Fail clone if initial branch doesn't exist in remote repository | Matthias Sohn | 2021-02-22 | 1 | -0/+1 |
* | | | | | | GPG signature verification via BouncyCastle | Thomas Wolf | 2021-02-16 | 1 | -0/+9 |
* | | | | | | TransportHttp: support preemptive Basic authentication | Thomas Wolf | 2021-01-14 | 1 | -0/+2 |
* | | | | | | TransportHttp: shared SSLContext during fetch or push | Thomas Wolf | 2021-01-14 | 1 | -0/+1 |
* | | | | | | TransportHttp: make the connection factory configurable | Thomas Wolf | 2021-01-14 | 1 | -0/+1 |
* | | | | | | Client-side protocol V2 support for fetching | Thomas Wolf | 2021-01-01 | 1 | -0/+1 |
* | | | | | | Remove reftree and ketch | Han-Wen Nienhuys | 2020-12-15 | 1 | -13/+0 |
* | | | | | | TagCommand: support signing annotated tags | Thomas Wolf | 2020-12-07 | 1 | -1/+0 |
* | | | | | | Enable GpgSigner to also sign tags | Thomas Wolf | 2020-12-07 | 1 | -0/+1 |
|/ / / / / |
|
* | | | | | Merge branch 'stable-5.9' into stable-5.10 | Matthias Sohn | 2020-11-27 | 1 | -0/+1 |
|\| | | | |
|
| * | | | | Merge branch 'stable-5.8' into stable-5.9 | Matthias Sohn | 2020-11-27 | 1 | -0/+1 |
| |\| | | |
|