| Commit message (Expand) | Author | Age | Files | Lines |
* | Update org.apache.commons:commons-compress to 1.26.0 | Matthias Sohn | 2024-02-20 | 2 | -0/+3 |
* | FS.detectSymlinkSupport: fix a race | Motiejus Jakštys | 2024-02-19 | 1 | -0/+21 |
* | RawParseUtils.nextLfSkippingSplitLines: fulfil contract as stated | Thomas Wolf | 2024-02-01 | 1 | -0/+10 |
* | RawParseUtils: utility method to get a header value | Thomas Wolf | 2024-02-01 | 1 | -6/+40 |
* | RebaseCommand: fix stopping on root commit conflicts | Thomas Wolf | 2024-01-28 | 1 | -0/+34 |
* | Fix handling of missing pack index file | Dariusz Luksza | 2024-01-28 | 1 | -2/+0 |
* | CherryPick: add ability to customise cherry-picked commit message | Dmitrii Naumenko | 2024-01-28 | 2 | -0/+193 |
* | Merge branch 'stable-6.8' | Matthias Sohn | 2024-01-20 | 2 | -1/+110 |
|\ |
|
| * | Merge branch 'stable-6.7' into stable-6.8 | Matthias Sohn | 2024-01-20 | 2 | -1/+110 |
| |\ |
|
| | * | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2024-01-20 | 2 | -1/+110 |
| | |\ |
|
| | | * | Introduce a PriorityQueue sorting RevCommits by commit timestamp | Luca Milanesio | 2024-01-19 | 2 | -1/+110 |
* | | | | Add tests for handling pack files removal during fetch | Dariusz Luksza | 2024-01-18 | 1 | -0/+148 |
* | | | | Merge "FooterLines: handle extraction from messages without headers" | Ivan Frade | 2024-01-09 | 1 | -0/+9 |
|\ \ \ \ |
|
| * | | | | FooterLines: handle extraction from messages without headers | Nitzan Gur-Furman | 2024-01-09 | 1 | -0/+9 |
* | | | | | Enable using slf4j 2.x | Matthias Sohn | 2023-12-22 | 1 | -1/+1 |
* | | | | | PackBitmapIndex/StoredBitmap: Expose size and counts | Ivan Frade | 2023-12-14 | 2 | -0/+166 |
|/ / / / |
|
* | | | | FooterLine: Protect from ill-formed message | Kamil Musin | 2023-12-05 | 1 | -0/+18 |
* | | | | StartGenerator: Fix parent rewrite with non-default RevFilter | Ronald Bhuleskar | 2023-12-04 | 2 | -0/+113 |
* | | | | Prepare 6.9.0-SNAPSHOT builds | Matthias Sohn | 2023-12-04 | 2 | -60/+60 |
* | | | | Merge branch 'stable-6.8' | Matthias Sohn | 2023-12-04 | 2 | -60/+60 |
|\| | | |
|
| * | | | Prepare 6.8.1-SNAPSHOT builds | Matthias Sohn | 2023-11-29 | 2 | -60/+60 |
| * | | | JGit v6.8.0.202311291450-rv6.8.0.202311291450-r | Matthias Sohn | 2023-11-29 | 2 | -2/+2 |
* | | | | BitmapWalkerTest: New test for the walker | Ivan Frade | 2023-11-30 | 1 | -0/+161 |
* | | | | FooterLine: First line cannot be a footer | Ivan Frade | 2023-11-29 | 1 | -0/+20 |
* | | | | Reapply "Improve footer parsing to allow multiline footers." | Ivan Frade | 2023-11-29 | 1 | -0/+51 |
* | | | | Revert "Improve footer parsing to allow multiline footers." | Ivan Frade | 2023-11-29 | 1 | -51/+0 |
|/ / / |
|
* | | | Improve footer parsing to allow multiline footers. | Kamil Musin | 2023-11-24 | 1 | -0/+51 |
* | | | BitmapIndex: Add interface to track bitmaps found (or not) | Ivan Frade | 2023-11-21 | 1 | -0/+85 |
* | | | Fix branch ref exist check | florian.signoret | 2023-11-18 | 1 | -0/+15 |
* | | | Adjust javadoc to pass errorprone checks | Ivan Frade | 2023-11-17 | 4 | -1/+22 |
* | | | 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 |
| | | | | | | |\ |
|