summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Change config pull.rebase=preserve to pull.rebase=mergesPavel Salamon2023-02-283-7/+11
* BatchingProgressMonitor: expose time spent per taskMatthias Sohn2023-02-279-33/+259
* PackWriter: offer to write an object-size index for the packIvan Frade2023-02-241-0/+45
* Fix formatting in GC#doGcMatthias Sohn2023-02-241-11/+11
* PackExt: Define new extension for the object size indexIvan Frade2023-02-231-1/+4
* Merge branch 'stable-6.4'Matthias Sohn2023-02-221-5/+5
|\
| * Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-221-5/+5
| |\
| | * Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-221-5/+5
| | |\
| | | * Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-221-5/+5
| | | |\
| | | | * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-221-5/+5
| | | | |\
| | | | | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-221-5/+5
| | | | | |\
| | | | | | * If tryLock fails to get the lock another gc has itMatthias Sohn2023-02-221-1/+1
| | | | | | * Don't swallow IOException in GC.PidLock#lockMatthias Sohn2023-02-221-2/+2
| | | | | | * Check if FileLock is valid before using or releasing itMatthias Sohn2023-02-221-2/+2
* | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-02-223-0/+162
|\| | | | | |
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-223-7/+170
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-223-7/+170
| | |\| | | |
| | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-223-7/+170
| | | |\| | |
| | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-223-7/+170
| | | | |\| |
| | | | | * | Use Java 11 ProcessHandle to get pid of the current processMatthias Sohn2023-02-221-11/+1
| | | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-223-7/+180
| | | | | |\|
| | | | | | * Acquire file lock "gc.pid" before running gcMatthias Sohn2023-02-213-8/+181
| | | | | | * Silence API errors introduced by 9424052fMatthias Sohn2023-02-211-0/+12
* | | | | | | UploadPack: use allow-any-sha1-in-want configurationkylezhao2023-02-212-1/+18
* | | | | | | Externalize strings introduced in c9552abaMatthias Sohn2023-02-204-11/+21
* | | | | | | Silence API error introduced by 596c445aMatthias Sohn2023-02-201-0/+6
* | | | | | | Merge branch 'stable-6.4'Matthias Sohn2023-02-204-1/+34
|\| | | | | |
| * | | | | | Merge branch 'stable-6.3' into stable-6.4Matthias Sohn2023-02-203-1/+22
| |\| | | | |
| | * | | | | Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2023-02-204-1/+34
| | |\| | | |
| | | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-164-1/+34
| | | |\| | |
| | | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-163-0/+32
| | | | |\| |
| | | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-165-3/+133
| | | | | |\|
| | | | | | * Add pack options to preserve and prune old pack filesMatthias Sohn2023-02-112-0/+20
| | | | | | * Allow to perform PackedBatchRefUpdate without locking loose refsSaša Živkov2023-02-032-3/+24
| | | | * | | Fix getPackedRefs to not throw NoSuchFileExceptionPrudhvi Akhil Alahari2023-02-161-1/+2
* | | | | | | PackConfig: add entry for minimum size to indexIvan Frade2023-02-162-0/+64
* | | | | | | PackObjectSizeIndex: interface and impl for the object-size indexIvan Frade2023-02-144-0/+597
* | | | | | | UInt24Array: Array of unsigned ints encoded in 3 bytes.Ivan Frade2023-02-141-0/+93
* | | | | | | PackIndex: expose the position of an object-id in the indexIvan Frade2023-02-143-7/+70
* | | | | | | DfsPackFile/DfsGC: Write commit graphs and expose in packXing Huang2023-02-075-0/+136
* | | | | | | ObjectReader: Allow getCommitGraph to throw IOExceptionXing Huang2023-02-072-4/+12
* | | | | | | Merge "UploadPack: consume delimiter in object-info command"Han-Wen NIenhuys2023-02-021-0/+6
|\ \ \ \ \ \ \
| * | | | | | | UploadPack: consume delimiter in object-info commandHan-Wen Nienhuys2023-02-021-0/+6
* | | | | | | | Merge "PatchApplier fix - init cache with provided tree"Han-Wen NIenhuys2023-02-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | PatchApplier fix - init cache with provided treeNitzan Gur-Furman2023-02-021-1/+1
* | | | | | | | | Merge "DfsReaderIoStats: Add Commit Graph fields into DfsReaderIoStats"Ivan Frade2023-02-011-0/+48
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DfsReaderIoStats: Add Commit Graph fields into DfsReaderIoStatsXing Huang2023-01-251-0/+48
| |/ / / / / / / /
* | | | | | | | | Merge changes I343cc3cf,I9dedf61bMatthias Sohn2023-02-011-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix unused exception error-prone warningHan-Wen Nienhuys2023-02-011-1/+1
| | |/ / / / / / / | |/| | | | | | |
* / | | | | | | | UploadPack: advertise object-info command if enabledHan-Wen Nienhuys2023-02-011-0/+3
|/ / / / / / / /