summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Refresh 'objects' dir and retry if a loose object is not foundKaushik Lingarkar2023-01-132-8/+65
* Introduce core.trustPackedRefsStat configKaushik Lingarkar2023-01-054-2/+72
* Silence API errorsMatthias Sohn2022-11-201-29/+12
* Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-205-4/+107
|\
| * Silence API errorsMatthias Sohn2022-11-204-3/+27
| * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-202-2/+81
| |\
| | * Silence API warningsMatthias Sohn2022-11-202-0/+79
* | | Merge "Merge branch 'stable-6.0' into stable-6.1" into stable-6.1Matthias Sohn2022-11-166-491/+777
|\ \ \
| * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-166-491/+777
| |\| |
| | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-166-491/+777
| | |\|
| | | * Add option to allow using JDK's SHA1 implementationMatthias Sohn2022-11-155-483/+764
| | | * Ignore IllegalStateException if JVM is already shutting downMatthias Sohn2022-10-271-8/+13
* | | | Allow to perform PackedBatchRefUpdate without locking loose refsSaša Živkov2022-10-262-3/+24
|/ / /
* | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-07-063-11/+36
|\| |
| * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-07-063-11/+36
| |\|
| | * UploadPack: don't prematurely terminate timer in case of errorMatthias Sohn2022-06-301-8/+19
| | * Merge "Do not create reflog for remote tracking branches during clone" into s...Matthias Sohn2022-06-261-2/+7
| | |\
| | | * Do not create reflog for remote tracking branches during cloneLuca Milanesio2022-06-251-2/+7
| | * | UploadPack: do not check reachability of visible SHA1sLuca Milanesio2022-06-251-1/+9
| | * | Add missing package import javax.management to org.eclipse.jgitMatthias Sohn2022-06-171-0/+1
| | |/
* | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-06-155-13/+429
|\| |
| * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-06-155-13/+429
| |\|
| | * Prepare 5.13.2-SNAPSHOT buildsMatthias Sohn2022-06-143-54/+54
| | * JGit v5.13.1.202206130422-rv5.13.1.202206130422-rMatthias Sohn2022-06-133-4/+4
| | * AmazonS3: Add support for AWS API signature version 4eric.steele2022-06-135-14/+430
* | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-06-071-12/+24
|\| |
| * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-06-071-12/+24
| |\|
| | * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2022-06-071-12/+24
| | |\
| | | * Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2022-06-071-12/+24
| | | |\
| | | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2022-06-071-12/+24
| | | | |\
| | | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2022-06-071-11/+23
| | | | | |\
| | | | | | * Fix connection leak for smart http connectionsSaša Živkov2022-06-061-11/+23
* | | | | | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-05-272-9/+27
|\| | | | | |
| * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-05-272-9/+27
| |\| | | | |
| | * | | | | Remove stray files (probes or lock files) created by background threadsJames Z.M. Gao2022-05-272-9/+27
* | | | | | | Prepare 6.1.1-SNAPSHOT buildsMatthias Sohn2022-03-083-55/+55
* | | | | | | JGit v6.1.0.202203080745-rv6.1.0.202203080745-rMatthias Sohn2022-03-083-4/+4
* | | | | | | [checkout] Use .gitattributes from the commit to be checked outThomas Wolf2022-03-075-143/+324
* | | | | | | Don't use final for method parametersMatthias Sohn2022-03-063-20/+14
* | | | | | | [push] support the "matching" RefSpecs ":" and "+:"Thomas Wolf2022-03-065-64/+280
* | | | | | | [push] Call the pre-push hook later in the push processThomas Wolf2022-03-062-15/+43
* | | | | | | IndexDiff: use tree filter also for SubmoduleWalkThomas Wolf2022-03-061-0/+3
* | | | | | | Prepare 6.1.0-SNAPSHOT buildsMatthias Sohn2022-03-023-4/+4
* | | | | | | JGit v6.1.0.202203021511-rc1v6.1.0.202203021511-rc1Matthias Sohn2022-03-023-4/+4
* | | | | | | Describe: add support for core.abbrev config optionMatthias Sohn2022-03-0211-12/+285
* | | | | | | Add a typed config getter for integers confined to a rangeMatthias Sohn2022-03-025-0/+71
* | | | | | | PersonIdent: Add ctors that accept Instant in addition to DateDavid Ostrovsky2022-03-021-0/+57
* | | | | | | Make precedence more explicitFabio Ponciroli2022-03-021-1/+1
* | | | | | | Cap describe abbrev optionMatthias Sohn2022-03-021-2/+10
* | | | | | | DescribeCommand: Add support for --abbrev=0Matthias Sohn2022-03-021-0/+3