summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't handle internal git errors as an HTTP errorSven Selberg2022-11-102-10/+10
* 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-066-11/+102
|\
| * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-07-066-11/+102
| |\
| | * UploadPack: don't prematurely terminate timer in case of errorMatthias Sohn2022-06-302-8/+21
| | * Merge "Do not create reflog for remote tracking branches during clone" into s...Matthias Sohn2022-06-263-2/+71
| | |\
| | | * Do not create reflog for remote tracking branches during cloneLuca Milanesio2022-06-253-2/+71
| | * | 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-156-13/+438
|\| |
| * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-06-156-13/+438
| |\|
| | * Prepare 5.13.2-SNAPSHOT buildsMatthias Sohn2022-06-1488-503/+503
| | * JGit v5.13.1.202206130422-rv5.13.1.202206130422-rMatthias Sohn2022-06-1388-121/+121
| | * AmazonS3: Add support for AWS API signature version 4eric.steele2022-06-136-14/+439
* | | 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-273-9/+39
|\| | | | | |
| * | | | | | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-05-273-9/+39
| |\| | | | |
| | * | | | | Remove stray files (probes or lock files) created by background threadsJames Z.M. Gao2022-05-273-9/+39
* | | | | | | HTTP Smart: set correct HTTP status on errorSven Selberg2022-05-094-23/+56
* | | | | | | Prepare 6.1.1-SNAPSHOT buildsMatthias Sohn2022-03-0891-527/+527
* | | | | | | JGit v6.1.0.202203080745-rv6.1.0.202203080745-rMatthias Sohn2022-03-0891-125/+125
* | | | | | | [checkout] Use .gitattributes from the commit to be checked outThomas Wolf2022-03-077-145/+489
* | | | | | | Don't use final for method parametersMatthias Sohn2022-03-063-20/+14
* | | | | | | [push] support the "matching" RefSpecs ":" and "+:"Thomas Wolf2022-03-067-74/+341
* | | | | | | [push] Call the pre-push hook later in the push processThomas Wolf2022-03-063-22/+107
* | | | | | | IndexDiff: use tree filter also for SubmoduleWalkThomas Wolf2022-03-062-0/+32
* | | | | | | Run license check with option -Ddash.projectId=technology.jgitMatthias Sohn2022-03-041-2/+2
* | | | | | | Exclude transitive dependencies of sshd-sftpMatthias Sohn2022-03-042-0/+20
* | | | | | | Update DEPENDENCIES for 6.1.0 releaseMatthias Sohn2022-03-031-53/+52
* | | | | | | Add dependency to dash-licensesMatthias Sohn2022-03-031-0/+17
* | | | | | | Fix typos of some keys in LfsTextMatthias Sohn2022-03-034-6/+6
* | | | | | | Sort LfsText entries alphabeticallyMatthias Sohn2022-03-032-18/+17
* | | | | | | Support for "lfs.url" from ".lfsconfig"Matthias Fromme2022-03-039-31/+737
* | | | | | | Update Orbit to R20220302172233 for 2022-03Matthias Sohn2022-03-0213-20/+20
* | | | | | | Prepare 6.1.0-SNAPSHOT buildsMatthias Sohn2022-03-0291-125/+125
* | | | | | | JGit v6.1.0.202203021511-rc1v6.1.0.202203021511-rc1Matthias Sohn2022-03-0291-125/+125
* | | | | | | Merge branch 'master' into stable-6.1Matthias Sohn2022-03-0222-19/+620
|\ \ \ \ \ \ \
| * | | | | | | Describe: add support for core.abbrev config optionMatthias Sohn2022-03-0212-12/+413
| * | | | | | | Add a typed config getter for integers confined to a rangeMatthias Sohn2022-03-025-0/+71
| * | | | | | | Remove odd prefix of PersonIdent test classMatthias Sohn2022-03-021-1/+1
| * | | | | | | PersonIdent: Add ctors that accept Instant in addition to DateDavid Ostrovsky2022-03-022-0/+87
| * | | | | | | Remove ignored potentiallyUnclosedCloseable checkFabio Ponciroli2022-03-021-3/+0
| * | | | | | | Make precedence more explicitFabio Ponciroli2022-03-021-1/+1
| * | | | | | | [pgm] Add describe --abbrev optionMatthias Sohn2022-03-023-0/+32