Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream | Nitzan Gur-Furman | 2023-11-16 | 4 | -0/+2000015 |
* | Optimize RefDirectory.getRefsByPrefix(String...) | Dariusz Luksza | 2023-11-12 | 2 | -0/+32 |
* | Use try-with-resource to ensure UploadPack is closed | Matthias Sohn | 2023-11-09 | 1 | -5/+6 |
* | Fix hiding field warning | Matthias Sohn | 2023-11-09 | 1 | -4/+4 |
* | Fix warning for empty code blocks | Matthias Sohn | 2023-11-09 | 1 | -0/+3 |
* | Update mockito to 5.7.0 and bytebuddy to 1.14.9 | Matthias Sohn | 2023-11-09 | 1 | -1/+0 |
* | CommitGraphWriter: Unnest generation-number progress | Ivan Frade | 2023-11-07 | 1 | -0/+52 |
* | UploadPackTest: Cover using wanted-refs as advertised set | Ivan Frade | 2023-10-27 | 1 | -0/+62 |
* | UploadPack: use want-refs as advertised set in fetch v2 | Patrick Hiesel | 2023-10-27 | 1 | -1/+1 |
* | BasePackFetchConnection: Avoid full clone with useNegotiationTip | Ronald Bhuleskar | 2023-10-25 | 1 | -2/+65 |
* | Config.removeSection() telling whether it changed the config | Thomas Wolf | 2023-10-14 | 1 | -2/+38 |
* | RebaseCommand: return correct status on stash apply conflicts | Thomas Wolf | 2023-10-13 | 1 | -1/+52 |
* | Merge branch 'stable-6.7' | Matthias Sohn | 2023-10-13 | 1 | -0/+156 |
|\ | |||||
| * | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2023-10-13 | 1 | -0/+156 |
| |\ | |||||
| | * | Merge branch 'stable-6.5' into stable-6.6 | Matthias Sohn | 2023-10-13 | 1 | -0/+156 |
| | |\ | |||||
| | | * | Merge branch 'stable-6.4' into stable-6.5 | Matthias Sohn | 2023-10-13 | 1 | -0/+156 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-10-13 | 1 | -0/+156 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-10-13 | 1 | -0/+156 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-10-13 | 1 | -0/+156 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-10-13 | 1 | -0/+156 |
| | | | | | | |\ | |||||
| | | | | | | | * | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-10-13 | 1 | -0/+156 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Add support for git config repack.packKeptObjects | Antonio Barone | 2023-10-12 | 1 | -8/+88 |
| | | | | | | | | * | Do not exclude objects in locked packs from bitmap processing | Luca Milanesio | 2023-10-12 | 1 | -0/+76 |
* | | | | | | | | | | WorkingTreeIterator: directly filter input stream | Matthias Sohn | 2023-09-25 | 1 | -0/+152 |
* | | | | | | | | | | [errorprone] FS#searchPath: handle surprising behavior of String#split | Matthias Sohn | 2023-09-25 | 1 | -0/+23 |
* | | | | | | | | | | RevertCommand: support for inserting a Gerrit change ID | Thomas Wolf | 2023-09-08 | 1 | -0/+37 |
* | | | | | | | | | | Prepare 6.8.0-SNAPSHOT builds | Matthias Sohn | 2023-09-07 | 2 | -60/+60 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Prepare 6.7.1-SNAPSHOT builds | Matthias Sohn | 2023-09-07 | 2 | -60/+60 |
* | | | | | | | | | JGit v6.7.0.202309050840-rv6.7.0.202309050840-r | Matthias Sohn | 2023-09-05 | 2 | -2/+2 |
* | | | | | | | | | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2023-09-03 | 8 | -1/+385 |
|\| | | | | | | | | |||||
| * | | | | | | | | Prepare 6.6.2-SNAPSHOT builds | Matthias Sohn | 2023-09-03 | 2 | -60/+60 |
| * | | | | | | | | JGit v6.6.1.202309021850-rv6.6.1.202309021850-r | Matthias Sohn | 2023-09-03 | 2 | -2/+2 |
| * | | | | | | | | Checkout: better directory handling | Thomas Wolf | 2023-09-03 | 8 | -1/+385 |
* | | | | | | | | | Suppress boxing warnings in tests | Matthias Sohn | 2023-08-31 | 2 | -0/+2 |
* | | | | | | | | | Fix warning about empty block | Matthias Sohn | 2023-08-31 | 1 | -0/+1 |
* | | | | | | | | | Update mockito to 5.5.0 | Matthias Sohn | 2023-08-31 | 1 | -1/+1 |
* | | | | | | | | | Prepare 6.7.0-SNAPSHOT builds | Matthias Sohn | 2023-08-30 | 2 | -2/+2 |
* | | | | | | | | | JGit v6.7.0.202308301100-rc1v6.7.0.202308301100-rc1 | Matthias Sohn | 2023-08-30 | 2 | -2/+2 |
* | | | | | | | | | Update Orbit to orbit-aggregation/release/4.29.0 | Matthias Sohn | 2023-08-30 | 1 | -2/+2 |
* | | | | | | | | | Fix some tests in ConfigTest | Matthias Sohn | 2023-08-29 | 1 | -4/+12 |
* | | | | | | | | | Handle global git config $XDG_CONFIG_HOME/git/config | Thomas Wolf | 2023-08-28 | 1 | -0/+301 |
* | | | | | | | | | Introduce core.packedIndexGitUseStrongRefs config key | Martin Fick | 2023-08-26 | 1 | -1/+1 |
* | | | | | | | | | DfsGarbageCollector: provide commit graph stats | Jonathan Tan | 2023-08-17 | 1 | -0/+24 |
* | | | | | | | | | DfsGarbageCollector: put only GC commits into the commit graph | Ivan Frade | 2023-08-16 | 1 | -10/+12 |
* | | | | | | | | | DfsReader: Expose when indices are loaded | Ivan Frade | 2023-08-03 | 2 | -23/+210 |
* | | | | | | | | | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2023-08-03 | 1 | -0/+4 |
|\| | | | | | | | | |||||
| * | | | | | | | | Merge branch 'stable-6.5' into stable-6.6 | Matthias Sohn | 2023-08-03 | 1 | -0/+4 |
| |\| | | | | | | | |||||
| | * | | | | | | | Merge branch 'stable-6.4' into stable-6.5 | Matthias Sohn | 2023-08-03 | 1 | -0/+4 |
| | |\| | | | | | | |||||
| | | * | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-08-03 | 1 | -0/+4 |
| | | |\| | | | | | |||||
| | | | * | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-08-03 | 1 | -0/+4 |
| | | | |\| | | | |