Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | searchForReuse might impact performance in large repositories | Fabio Ponciroli | 2021-06-25 | 7 | -0/+147 |
* | Fix garbage collection failing to delete pack file | andrewxian2000 | 2021-06-22 | 1 | -1/+1 |
* | Fix PathSuffixFilter: can decide only on full paths | Thomas Wolf | 2021-06-21 | 1 | -1/+10 |
* | Fix @since from commit 64d0aaa2 | Thomas Wolf | 2021-06-14 | 2 | -2/+2 |
* | Merge branch 'stable-5.12' | Matthias Sohn | 2021-06-14 | 4 | -73/+26 |
|\ | |||||
| * | Merge "Merge branch 'stable-5.10' into stable-5.11" into stable-5.12 | Matthias Sohn | 2021-06-13 | 2 | -73/+16 |
| |\ | |||||
| | * | Merge branch 'stable-5.10' into stable-5.11 | Matthias Sohn | 2021-06-13 | 2 | -73/+16 |
| | |\ | |||||
| | | * | Merge branch 'stable-5.9' into stable-5.10 | Matthias Sohn | 2021-06-13 | 2 | -73/+16 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-5.8' into stable-5.9 | Matthias Sohn | 2021-06-13 | 2 | -73/+16 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-5.7' into stable-5.8 | Matthias Sohn | 2021-06-13 | 2 | -73/+16 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2021-06-13 | 2 | -73/+16 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-5.5' into stable-5.6 | Matthias Sohn | 2021-06-13 | 2 | -73/+16 |
| | | | | | | |\ | |||||
| | | | | | | | * | Merge branch 'stable-5.4' into stable-5.5 | Matthias Sohn | 2021-06-05 | 2 | -73/+16 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Merge branch 'stable-5.3' into stable-5.4 | Matthias Sohn | 2021-06-05 | 2 | -73/+16 |
| | | | | | | | | |\ | |||||
| | | | | | | | | | * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2021-06-05 | 2 | -73/+16 |
| | | | | | | | | | |\ | |||||
| | | | | | | | | | | * | Merge branch 'stable-5.1' into stable-5.2 | Matthias Sohn | 2021-06-05 | 2 | -73/+16 |
| | | | | | | | | | | |\ | |||||
| | | | | | | | | | | | * | BatchRefUpdate: Skip saving conflicting ref names and prefixes in memory | Kaushik Lingarkar | 2021-05-24 | 1 | -41/+13 |
| | | | | | | | | | | | * | Optimize RefDirectory.isNameConflicting() | Kaushik Lingarkar | 2021-05-24 | 1 | -32/+3 |
| * | | | | | | | | | | | | [errorprone] Fix warning InputStreamSlowMultibyteRead | Matthias Sohn | 2021-06-07 | 2 | -0/+10 |
| * | | | | | | | | | | | | [errorprone] Make operator precedence explicit in OpenSshConfigFile | Matthias Sohn | 2021-06-07 | 1 | -2/+2 |
* | | | | | | | | | | | | | Teach independent negotiation (no pack file) using an option "wait-for-done" | Ronald Bhuleskar | 2021-06-11 | 5 | -17/+87 |
* | | | | | | | | | | | | | Fixing visibility for HostEntry constructors. | Demetr Starshov | 2021-06-02 | 1 | -3/+9 |
* | | | | | | | | | | | | | Clarify operator precedence to fix errorprone error | Matthias Sohn | 2021-06-01 | 1 | -2/+2 |
|/ / / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge "Skip detecting content renames for binary files" | Han-Wen NIenhuys | 2021-05-31 | 3 | -7/+60 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Skip detecting content renames for binary files | Youssef Elghareeb | 2021-05-31 | 3 | -7/+60 |
* | | | | | | | | | | | | | RepoCommand: Retry commit on LockFailure | Ivan Frade | 2021-05-26 | 1 | -43/+67 |
* | | | | | | | | | | | | | RepoCommand: Do not set 'branch' if the revision is a tag | Ivan Frade | 2021-05-26 | 1 | -2/+6 |
* | | | | | | | | | | | | | Merge "Add git config for conflict style merge/diff3" | Matthias Sohn | 2021-05-26 | 2 | -0/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Add git config for conflict style merge/diff3 | Thomas Wolf | 2021-05-03 | 2 | -0/+22 |
* | | | | | | | | | | | | | | ApplyCommand: fix "no newline at end" detection | Thomas Wolf | 2021-05-26 | 1 | -1/+5 |
* | | | | | | | | | | | | | | ApplyCommand: handle completely empty context lines in text patches | Thomas Wolf | 2021-05-26 | 1 | -2/+14 |
* | | | | | | | | | | | | | | ApplyCommand: use byte arrays for text patches, not strings | Thomas Wolf | 2021-05-26 | 2 | -39/+55 |
* | | | | | | | | | | | | | | ApplyCommand: support binary patches | Thomas Wolf | 2021-05-26 | 2 | -30/+247 |
* | | | | | | | | | | | | | | ApplyCommand: add a stream to apply a delta patch | Thomas Wolf | 2021-05-26 | 2 | -0/+209 |
* | | | | | | | | | | | | | | ApplyCommand: add streams to read/write binary patch hunks | Thomas Wolf | 2021-05-26 | 3 | -0/+233 |
* | | | | | | | | | | | | | | ApplyCommand: add a base-85 codec | Thomas Wolf | 2021-05-26 | 2 | -0/+200 |
* | | | | | | | | | | | | | | ApplyCommand: convert to git internal format before applying patch | Thomas Wolf | 2021-05-18 | 1 | -24/+255 |
| |/ / / / / / / / / / / / |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | SSH config: fix whitespace handling | Thomas Wolf | 2021-05-17 | 1 | -5/+8 |
* | | | | | | | | | | | | | SSH config: fix negated patterns | Thomas Wolf | 2021-05-17 | 1 | -58/+50 |
* | | | | | | | | | | | | | Fix @since tag for introduction of PUBKEY_ACCEPTED_ALGORITHMS | Matthias Sohn | 2021-05-14 | 1 | -1/+1 |
* | | | | | | | | | | | | | Merge branch 'stable-5.12' | Matthias Sohn | 2021-05-12 | 1 | -14/+13 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'stable-5.11' into stable-5.12 | Matthias Sohn | 2021-05-12 | 1 | -14/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Merge branch 'stable-5.10' into stable-5.11 | Matthias Sohn | 2021-05-12 | 1 | -14/+13 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / | | | |/| | | | | | | | | | | |||||
| | | * | | | | | | | | | | | Merge branch 'stable-5.9' into stable-5.10 | Matthias Sohn | 2021-05-12 | 1 | -14/+13 |
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / / | | | | |/| | | | | | | | | | |||||
| | | | * | | | | | | | | | | Merge branch 'stable-5.8' into stable-5.9 | Matthias Sohn | 2021-05-12 | 1 | -14/+13 |
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / | | | | | |/| | | | | | | | | |||||
| | | | | * | | | | | | | | | Merge branch 'stable-5.7' into stable-5.8 | Matthias Sohn | 2021-05-11 | 2 | -18/+13 |
| | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | |/ / / / / / / | | | | | | |/| | | | | | | | |||||
| | | | | | * | | | | | | | | Merge branch 'stable-5.6' into stable-5.7 | Matthias Sohn | 2021-05-11 | 2 | -18/+13 |
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | | | |/ / / / / / | | | | | | | |/| | | | | | | |||||
| | | | | | | * | | | | | | | Remove texts which were added by mistake in 00386272 | Matthias Sohn | 2021-05-11 | 1 | -4/+0 |
| | | | | | | * | | | | | | | Fix formatting which was broken in 00386272 | Matthias Sohn | 2021-05-11 | 1 | -14/+13 |
* | | | | | | | | | | | | | | Merge branch 'stable-5.12' | Matthias Sohn | 2021-05-11 | 2 | -49/+12 |
|\| | | | | | | | | | | | | |