Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'stable-6.8' into stable-6.9 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'stable-6.7' into stable-6.8 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge branch 'stable-6.5' into stable-6.6 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-6.4' into stable-6.5stable-6.5 | Matthias Sohn | 2024-08-18 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-6.3' into stable-6.4stable-6.4 | Matthias Sohn | 2024-08-18 | 1 | -1/+1 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-6.2' into stable-6.3stable-6.3 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-6.1' into stable-6.2stable-6.2 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | | |\ | |||||
| | | | | | | | * | Merge branch 'stable-6.0' into stable-6.1stable-6.1 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Merge branch 'stable-5.13' into stable-6.0stable-6.0 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | | | | |\ | |||||
| | | | | | | | | | * | Fix "Comparison of narrow type with wide type in loop condition"stable-5.13 | Matthias Sohn | 2024-08-09 | 1 | -1/+1 |
| | | | | | | | | | * | Checkout: better directory handling | Thomas Wolf | 2023-10-22 | 8 | -141/+670 |
* | | | | | | | | | | | Introduce core.trustLooseRefStat config | Kaushik Lingarkar | 2024-03-05 | 3 | -0/+59 |
* | | | | | | | | | | | DfsObjDatabase: Let object database instantiate DfsPackFiles | Ivan Frade | 2024-02-26 | 3 | -3/+20 |
* | | | | | | | | | | | DfsPackFile: Abstract the bitmap loading to support other backends | Ivan Frade | 2024-02-26 | 1 | -26/+127 |
* | | | | | | | | | | | Merge "DfsReader#getObjectSize: use size index if possible" | Ivan Frade | 2024-02-23 | 1 | -33/+16 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | DfsReader#getObjectSize: use size index if possible | Ivan Frade | 2024-02-20 | 1 | -33/+16 |
* | | | | | | | | | | | | Merge "Revert "StartGenerator: Fix parent rewrite with non-default RevFilter"" | Ivan Frade | 2024-02-22 | 2 | -10/+24 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Revert "StartGenerator: Fix parent rewrite with non-default RevFilter" | Ivan Frade | 2024-02-21 | 2 | -10/+24 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'stable-6.8' | Matthias Sohn | 2024-02-21 | 3 | -4/+29 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| / / / / / / / / / / | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Merge branch 'stable-6.7' into stable-6.8 | Matthias Sohn | 2024-02-21 | 3 | -4/+29 |
| |\| | | | | | | | | | |||||
| | * | | | | | | | | | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2024-02-21 | 3 | -4/+29 |
| | |\| | | | | | | | | |||||
| | | * | | | | | | | | Allow to discover bitmap on disk created after the packfile | Luca Milanesio | 2024-02-20 | 3 | -4/+29 |
* | | | | | | | | | | | Add SystemReader.Delegate to reduce boiler-plate code needed to subclass | Matthias Sohn | 2024-02-20 | 1 | -0/+61 |
* | | | | | | | | | | | storage.file: Do not throw NSFE when deleting tmp files | Nasser Grainawi | 2024-02-19 | 4 | -8/+8 |
* | | | | | | | | | | | FS.detectSymlinkSupport: fix a race | Motiejus Jakštys | 2024-02-19 | 1 | -1/+1 |
* | | | | | | | | | | | Merge changes I8e577a23,Ic8e8b288 | Matthias Sohn | 2024-02-19 | 3 | -3/+4 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Errorprone EscapedEntity: Do not use HTML entities inside @code javadoc | Ivan Frade | 2024-02-09 | 2 | -3/+3 |
| * | | | | | | | | | | | ChangedPathFilter: Suppress warning about backing array (errorprone) | Ivan Frade | 2024-02-09 | 1 | -0/+1 |
* | | | | | | | | | | | | Merge changes I9225d6a3,I9cf093ca,Id5a80635 | Matthias Sohn | 2024-02-19 | 4 | -5/+134 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | RawParseUtils.nextLfSkippingSplitLines: fulfil contract as stated | Thomas Wolf | 2024-02-01 | 1 | -1/+1 |
| * | | | | | | | | | | | | [gpg] Refactor the GpgSignatureVerifier | Thomas Wolf | 2024-02-01 | 2 | -2/+99 |
| * | | | | | | | | | | | | RawParseUtils: utility method to get a header value | Thomas Wolf | 2024-02-01 | 2 | -2/+34 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Merge branch 'stable-6.8' into master | Dariusz Luksza | 2024-02-15 | 3 | -26/+80 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'stable-6.7' into stable-6.8 | Dariusz Luksza | 2024-02-15 | 3 | -26/+80 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | |||||
| | * | | | | | | | | | | Merge branch 'stable-6.6' into stable-6.7 | Dariusz Luksza | 2024-02-15 | 3 | -26/+80 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | | | |||||
| | | * | | | | | | | | | RefDirectory: Do not unlock until after deleting loose ref | Nasser Grainawi | 2024-02-13 | 1 | -9/+26 |
| | | * | | | | | | | | | Add missing javadoc description for declared exception | Matthias Sohn | 2024-02-13 | 1 | -0/+1 |
| | | * | | | | | | | | | SnapshottingRefDirectory: Invalidate snapshot after locking ref for | Nasser Grainawi | 2024-02-13 | 2 | -0/+26 |
| | | * | | | | | | | | | SnapshottingRefDir: Replace lambas with method refs | Nasser Grainawi | 2024-02-13 | 1 | -11/+8 |
| | | * | | | | | | | | | SnapshottingRefDir: Reduce casts with overrides | Nasser Grainawi | 2024-02-13 | 1 | -6/+20 |
| | * | | | | | | | | | | [errorprone] Fix wrong comparison which always evaluated to false | Matthias Sohn | 2024-02-13 | 1 | -1/+1 |
| | * | | | | | | | | | | [errorprone] Remove unnecessary comparison | Matthias Sohn | 2024-02-13 | 1 | -1/+1 |
| * | | | | | | | | | | | Merge branch 'stable-6.7' into stable-6.8 | Dariusz Luksza | 2024-02-12 | 2 | -5/+23 |
| |\| | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge branch 'stable-6.6' into stable-6.7 | Dariusz Luksza | 2024-02-12 | 2 | -5/+23 |
| | |\| | | | | | | | | | |||||
| | | * | | | | | | | | | Improve handling of NFS stale handle errors | Dariusz Luksza | 2024-01-29 | 1 | -1/+15 |
| | | * | | | | | | | | | Fix handling of missing pack index file | Dariusz Luksza | 2024-01-29 | 2 | -4/+6 |
* | | | | | | | | | | | | PackWriterBitmapPreparer: Do not generate bitmaps for excessive branch tips. | jackdt@google.com | 2024-02-07 | 1 | -3/+6 |
* | | | | | | | | | | | | Don't use localized String during JVM shutdown | Matthias Sohn | 2024-02-06 | 2 | -2/+3 |
| |_|_|/ / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | RebaseCommand: fix stopping on root commit conflicts | Thomas Wolf | 2024-01-28 | 1 | -5/+9 |