Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge "CommitGraphWriter: Remove unnecesary progress update call" | Ivan Frade | 2023-11-16 | 1 | -3/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | CommitGraphWriter: Remove unnecesary progress update call | Ivan Frade | 2023-11-10 | 1 | -3/+0 | |
* | | | | | | | | | | | Merge "PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream" | Jonathan Nieder | 2023-11-16 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | PatchApplier: wrap output's TemporaryBuffer with a CountingOutputStream | Nitzan Gur-Furman | 2023-11-16 | 1 | -2/+6 | |
* | | | | | | | | | | | | BitmapWalker: announce walked objects via listener interface | Ivan Frade | 2023-11-15 | 1 | -2/+62 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Fix typo in constant name CONFIG_KEY_STREAM_FILE_TRESHOLD | Matthias Sohn | 2023-11-15 | 3 | -6/+15 | |
* | | | | | | | | | | | Simplify StringUtils#commonPrefix | Nasser Grainawi | 2023-11-14 | 1 | -3/+3 | |
* | | | | | | | | | | | Optimize RefDirectory.getRefsByPrefix(String...) | Dariusz Luksza | 2023-11-12 | 2 | -0/+49 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge changes I0d10aeac,I9aced1b7,Ied394859,Ibb61f63f,I20498746, ... | Matthias Sohn | 2023-11-10 | 1 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix boxing warnings | Matthias Sohn | 2023-11-09 | 1 | -2/+4 | |
| * | | | | | | | | | | errorprone: remove unnecessary parentheses | Matthias Sohn | 2023-11-09 | 1 | -5/+4 | |
* | | | | | | | | | | | Merge "Revert "Optimise Git protocol v2 `ref-prefix` scanning"" | Ivan Frade | 2023-11-08 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Revert "Optimise Git protocol v2 `ref-prefix` scanning" | Ivan Frade | 2023-11-08 | 1 | -3/+5 | |
* | | | | | | | | | | | Merge "ComboBitset: Add Javadoc" | Matthias Sohn | 2023-11-08 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ComboBitset: Add Javadoc | Han-Wen Nienhuys | 2023-11-07 | 1 | -0/+8 | |
* | | | | | | | | | | | | CommitGraphWriter: Add progress monitor to bloom filter computation | Ivan Frade | 2023-11-07 | 2 | -2/+7 | |
* | | | | | | | | | | | | CommitGraphWriter: Use ProgressMonitor from the OutputStream | Ivan Frade | 2023-11-07 | 1 | -8/+8 | |
|/ / / / / / / / / / / | ||||||
* / / / / / / / / / / | CommitGraphWriter: Unnest generation-number progress | Ivan Frade | 2023-11-07 | 1 | -10/+3 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Optimise Git protocol v2 `ref-prefix` scanning | Dariusz Luksza | 2023-11-07 | 1 | -5/+3 | |
* | | | | | | | | | | UploadPack: use want-refs as advertised set in fetch v2 | Patrick Hiesel | 2023-10-27 | 1 | -5/+18 | |
* | | | | | | | | | | BasePackFetchConnection: Avoid full clone with useNegotiationTip | Ronald Bhuleskar | 2023-10-25 | 1 | -19/+45 | |
* | | | | | | | | | | DfsPackFile: Do not attempt to read stream if pack doesn't have it | Ivan Frade | 2023-10-17 | 1 | -1/+2 | |
* | | | | | | | | | | PackObjectSizeIndexLoader: Log wrong bytes on exception | Ivan Frade | 2023-10-17 | 2 | -3/+12 | |
* | | | | | | | | | | FileBasedConfig: in-process synchronization for load() and save() | Thomas Wolf | 2023-10-14 | 1 | -51/+71 | |
* | | | | | | | | | | FileUtils.rename(): better retry handling | Thomas Wolf | 2023-10-14 | 1 | -16/+23 | |
* | | | | | | | | | | FileBasedConfig: ensure correct snapshot if no file | Thomas Wolf | 2023-10-14 | 1 | -3/+1 | |
* | | | | | | | | | | DeleteBranchCommand: update config only at the end | Thomas Wolf | 2023-10-14 | 2 | -49/+172 | |
* | | | | | | | | | | Config.removeSection() telling whether it changed the config | Thomas Wolf | 2023-10-14 | 3 | -22/+42 | |
* | | | | | | | | | | RebaseCommand: return correct status on stash apply conflicts | Thomas Wolf | 2023-10-13 | 1 | -12/+19 | |
* | | | | | | | | | | Merge branch 'stable-6.7' | Matthias Sohn | 2023-10-13 | 4 | -4/+99 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2023-10-13 | 4 | -4/+99 | |
| |\| | | | | | | | | ||||||
| | * | | | | | | | | Merge branch 'stable-6.5' into stable-6.6 | Matthias Sohn | 2023-10-13 | 4 | -4/+99 | |
| | |\| | | | | | | | ||||||
| | | * | | | | | | | Merge branch 'stable-6.4' into stable-6.5 | Matthias Sohn | 2023-10-13 | 4 | -4/+99 | |
| | | |\| | | | | | | ||||||
| | | | * | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-10-13 | 4 | -4/+99 | |
| | | | |\| | | | | | ||||||
| | | | | * | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-10-13 | 4 | -4/+99 | |
| | | | | |\| | | | | ||||||
| | | | | | * | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-10-13 | 4 | -4/+99 | |
| | | | | | |\| | | | ||||||
| | | | | | | * | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-10-13 | 4 | -4/+99 | |
| | | | | | | |\| | | ||||||
| | | | | | | | * | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-10-13 | 4 | -4/+99 | |
| | | | | | | | |\| | ||||||
| | | | | | | | | * | PackConfig: fix @since tags | Matthias Sohn | 2023-10-13 | 1 | -6/+9 | |
| | | | | | | | | * | Add support for git config repack.packKeptObjects | Antonio Barone | 2023-10-12 | 4 | -9/+73 | |
| | | | | | | | | * | Do not exclude objects in locked packs from bitmap processing | Luca Milanesio | 2023-10-12 | 2 | -1/+29 | |
* | | | | | | | | | | UploadPack: Delay freeing refs in sendPack() | Ivan Frade | 2023-09-28 | 1 | -5/+5 | |
* | | | | | | | | | | Merge "Fix log level for successful execution of ShutdownHook#notify to debug" | Thomas Wolf | 2023-09-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix log level for successful execution of ShutdownHook#notify to debug | Matthias Sohn | 2023-09-26 | 1 | -1/+1 | |
* | | | | | | | | | | | ByteBufferInputStream: add missing @since 6.8 | Thomas Wolf | 2023-09-26 | 1 | -0/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Fix DefaultCharset bug pattern flagged by error prone | David Ostrovsky | 2023-09-25 | 1 | -1/+3 | |
* | | | | | | | | | | WorkingTreeIterator: directly filter input stream | Matthias Sohn | 2023-09-25 | 3 | -18/+143 | |
* | | | | | | | | | | [errorprone] Add missing javadoc summary | Matthias Sohn | 2023-09-25 | 102 | -186/+1138 | |
* | | | | | | | | | | [errorprone] Fix BadImport | Matthias Sohn | 2023-09-25 | 2 | -6/+5 | |
* | | | | | | | | | | [errorprone] Prevent int expression may overflow | Matthias Sohn | 2023-09-25 | 7 | -8/+8 |