aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/internal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-10-131-1/+19
|\
| * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-10-131-1/+19
| |\
| | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-10-131-1/+19
| | |\
| | | * Add support for git config repack.packKeptObjectsAntonio Barone2023-10-121-3/+9
| | | * Do not exclude objects in locked packs from bitmap processingLuca Milanesio2023-10-121-1/+13
* | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-08-032-6/+31
|\| | |
| * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-08-032-6/+31
| |\| |
| | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-08-032-6/+31
| | |\|
| | | * Express the explicit intention of creating bitmaps in GCLuca Milanesio2023-07-052-5/+28
| | | * GC: prune all packfiles after the loosen phaseLuca Milanesio2023-07-051-1/+3
* | | | Merge branch 'stable-6.1' into stable-6.2Luca Milanesio2023-06-081-16/+1
|\| | |
| * | | Merge branch 'stable-6.0' into stable-6.1Luca Milanesio2023-06-081-16/+1
| |\| |
| | * | Merge branch 'stable-5.13' into stable-6.0Luca Milanesio2023-06-081-16/+1
| | |\|
| | | * Revert "RefDirectory: Throw exception if CAS of packed ref list fails"Martin Fick2023-06-071-16/+1
* | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-212-6/+29
|\| | |
| * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-212-6/+29
| |\| |
| | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-212-6/+29
| | |\|
| | | * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2023-04-202-6/+29
| | | |\
| | | | * Merge branch 'stable-5.11' into stable-5.12stable-5.12Matthias Sohn2023-04-202-6/+29
| | | | |\
| | | | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2023-04-202-6/+29
| | | | | |\
| | | | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2023-04-201-6/+29
| | | | | | |\
| | | | | | | * Prevent infinite loop rescanning the pack list on PackMismatchExceptionstable-5.9Matthias Sohn2023-04-191-7/+30
* | | | | | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-04-151-0/+58
|\| | | | | | |
| * | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-04-151-0/+58
| |\| | | | | |
| | * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-04-151-0/+58
| | |\| | | | |
| | | * | | | | DirCache: support option index.skipHashMatthias Sohn2023-03-281-0/+58
* | | | | | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-03-231-2/+3
|\| | | | | | |
| * | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-03-231-2/+3
| |\| | | | | |
| | * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-03-231-2/+3
| | |\| | | | |
| | | * | | | | GC: Close File.lines streamXing Huang2023-03-231-2/+3
* | | | | | | | 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.1' into stable-6.2Matthias Sohn2023-02-222-7/+166
|\| | | | | | |
| * | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-222-7/+166
| |\| | | | | |
| | * | | | | | 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-222-7/+176
| | |\| | | | |
| | | * | | | | Acquire file lock "gc.pid" before running gcMatthias Sohn2023-02-212-8/+177
| | * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-162-3/+24
| | |\| | | | |
| | | * | | | | Allow to perform PackedBatchRefUpdate without locking loose refsSaša Živkov2023-02-032-3/+24
* | | | | | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-161-1/+2
|\| | | | | | |
| * | | | | | | Fix getPackedRefs to not throw NoSuchFileExceptionPrudhvi Akhil Alahari2023-02-161-1/+2
* | | | | | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2023-02-013-8/+30
|\| | | | | | |
| * | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2023-02-013-8/+30
| |\| | | | | |
| | * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2023-02-013-8/+30
| | |\| | | | |
| | | * | | | | Allow the exclusions of refs prefixes from bitmapLuca Milanesio2023-01-311-4/+19
| | | * | | | | PackWriterBitmapPreparer: do not include annotated tags in bitmapLuca Milanesio2023-01-311-0/+3