Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\| | | | |||||
| | * | | | Merge branch 'stable-5.7' into stable-5.8 | Matthias Sohn | 2020-11-27 | 1 | -0/+1 |
| | |\| | | |||||
| | | * | | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2020-11-27 | 1 | -0/+1 |
| | | |\| | |||||
| | | | * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2020-11-27 | 1 | -0/+1 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2020-11-27 | 1 | -0/+1 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2020-11-27 | 1 | -0/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2020-11-26 | 1 | -0/+1 |
| | | | | | | |\ | |||||
| | | | | | | | * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2020-11-26 | 1 | -0/+1 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | GC#deleteOrphans: log warning for deleted orphaned files | Matthias Sohn | 2020-11-26 | 1 | -0/+1 |
| | | * | | | | | | | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2020-04-18 | 1 | -1/+1 |
| | | |\| | | | | | | |||||
| | | | * | | | | | | Remove double blank from sentence start | Michael Keppler | 2020-04-17 | 1 | -1/+1 |
* | | | | | | | | | | Revert "Client-side protocol V2 support for fetching" | Thomas Wolf | 2020-11-03 | 1 | -1/+0 |
* | | | | | | | | | | Client-side protocol V2 support for fetching | Thomas Wolf | 2020-10-29 | 1 | -0/+1 |
* | | | | | | | | | | Support "http.userAgent" and "http.extraHeader" from the git config | James Wynn | 2020-09-26 | 1 | -0/+3 |
|/ / / / / / / / / |