Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-02-20 | 3 | -1/+22 |
|\ | |||||
| * | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-02-20 | 4 | -1/+34 |
| |\ | |||||
| | * | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-02-16 | 4 | -1/+34 |
| | |\ | |||||
| | | * | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-02-16 | 3 | -0/+32 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-02-16 | 5 | -3/+133 |
| | | | |\ | |||||
| | | | | * | Add pack options to preserve and prune old pack files | Matthias Sohn | 2023-02-11 | 2 | -0/+20 |
| | | | | * | Allow to perform PackedBatchRefUpdate without locking loose refs | Saša Živkov | 2023-02-03 | 2 | -3/+24 |
| | | * | | | Fix getPackedRefs to not throw NoSuchFileException | Prudhvi Akhil Alahari | 2023-02-16 | 1 | -1/+2 |
* | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-02-01 | 9 | -16/+110 |
|\| | | | | | |||||
| * | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-02-01 | 10 | -16/+150 |
| |\| | | | | |||||
| | * | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-02-01 | 10 | -16/+150 |
| | |\| | | | |||||
| | | * | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2023-02-01 | 10 | -16/+150 |
| | | |\| | | |||||
| | | | * | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2023-02-01 | 10 | -129/+110 |
| | | | |\| | |||||
| | | | | * | Shortcut during git fetch for avoiding looping through all local refs | Luca Milanesio | 2023-02-01 | 1 | -5/+14 |
| | | | | * | FetchCommand: fix fetchSubmodules to work on a Ref to a blob | Matthias Sohn | 2023-01-31 | 1 | -0/+3 |
| | | | | * | Silence API warnings introduced by I466dcde6 | Matthias Sohn | 2023-01-31 | 1 | -5/+43 |
| | | | | * | Allow the exclusions of refs prefixes from bitmap | Luca Milanesio | 2023-01-31 | 3 | -4/+63 |
| | | | | * | PackWriterBitmapPreparer: do not include annotated tags in bitmap | Luca Milanesio | 2023-01-31 | 1 | -0/+3 |
| | | | | * | BatchingProgressMonitor: avoid int overflow when computing percentage | Matthias Sohn | 2023-01-31 | 1 | -3/+3 |
| | | | | * | Speedup GC listing objects referenced from reflogs | Matthias Sohn | 2023-01-23 | 4 | -24/+36 |
* | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-01-13 | 4 | -31/+86 |
|\| | | | | | |||||
| * | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-01-13 | 4 | -31/+86 |
| |\| | | | | |||||
| | * | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-01-13 | 4 | -31/+86 |
| | |\| | | | |||||
| | | * | | | Cache trustFolderStat/trustPackedRefsStat value per-instance | Nasser Grainawi | 2023-01-13 | 2 | -23/+21 |
| | | * | | | Refresh 'objects' dir and retry if a loose object is not found | Kaushik Lingarkar | 2023-01-13 | 2 | -8/+65 |
* | | | | | | Merge branch 'stable-6.3' into stable-6.4 | Matthias Sohn | 2023-01-05 | 3 | -2/+59 |
|\| | | | | | |||||
| * | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2023-01-05 | 4 | -2/+234 |
| |\| | | | | |||||
| | * | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2023-01-05 | 4 | -2/+73 |
| | |\| | | | |||||
| | | * | | | Introduce core.trustPackedRefsStat config | Kaushik Lingarkar | 2023-01-05 | 4 | -2/+72 |
* | | | | | | Prepare 6.4.1-SNAPSHOT builds | Matthias Sohn | 2022-11-30 | 3 | -56/+56 |
* | | | | | | JGit v6.4.0.202211300538-rv6.4.0.202211300538-r | Matthias Sohn | 2022-11-30 | 3 | -4/+4 |
* | | | | | | Fix crashes on rare combination of file names | Dmitrii Filippov | 2022-11-29 | 1 | -4/+19 |
* | | | | | | Prepare 6.4.0-SNAPSHOT build | Matthias Sohn | 2022-11-23 | 3 | -4/+4 |
* | | | | | | JGit v6.4.0.202211231055-rc1v6.4.0.202211231055-rc1 | Matthias Sohn | 2022-11-23 | 3 | -4/+4 |
* | | | | | | [pgm] Add options --name-only, --name-status to diff, log, show | alerthak | 2022-11-23 | 1 | -2/+17 |
* | | | | | | Fix warning about non-externalized String | Matthias Sohn | 2022-11-20 | 1 | -2/+1 |
* | | | | | | Merge branch 'stable-6.3' | Matthias Sohn | 2022-11-20 | 4 | -3/+5 |
|\| | | | | | |||||
| * | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2022-11-20 | 5 | -31/+5 |
| |\| | | | | |||||
| | * | | | | Suppress non-externalized String warnings | Matthias Sohn | 2022-11-20 | 1 | -3/+3 |
| | * | | | | Remove unused API problem filters | Matthias Sohn | 2022-11-20 | 1 | -66/+0 |
| | * | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2022-11-20 | 5 | -16/+102 |
| | |\| | | | |||||
| | | * | | | Silence API errors | Matthias Sohn | 2022-11-20 | 1 | -29/+12 |
| | | * | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2022-11-20 | 5 | -4/+107 |
| | | |\| | | |||||
| | | | * | | Silence API errors | Matthias Sohn | 2022-11-20 | 4 | -3/+27 |
| | | | * | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2022-11-20 | 2 | -2/+81 |
| | | | |\| | |||||
| | | | | * | Silence API warnings | Matthias Sohn | 2022-11-20 | 2 | -0/+79 |
* | | | | | | DfsBlockCache: Report IndexEventConsumer metrics for reverse indexes. | Anna Papitto | 2022-11-17 | 1 | -3/+4 |
* | | | | | | DfsStreamKey: Replace ForReverseIndex to separate metrics. | Anna Papitto | 2022-11-17 | 2 | -17/+2 |
* | | | | | | Merge "PackExt: Add a reverse index extension." | Ivan Frade | 2022-11-17 | 1 | -1/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | PackExt: Add a reverse index extension. | Anna Papitto | 2022-11-15 | 1 | -1/+4 |