aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "PackExt: Add a reverse index extension."Ivan Frade2022-11-171-1/+4
|\
| * PackExt: Add a reverse index extension.Anna Papitto2022-11-151-1/+4
* | RawText.isBinary(): handle complete buffer correctlyThomas Wolf2022-11-162-3/+46
* | Merge branch 'stable-6.3'Matthias Sohn2022-11-1622-1179/+1618
|\ \
| * \ Merge branch 'stable-6.2' into stable-6.3Matthias Sohn2022-11-166-22/+66
| |\ \
| | * \ Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-11-166-22/+66
| | |\ \
| | | * \ Merge "Merge branch 'stable-6.0' into stable-6.1" into stable-6.1Matthias Sohn2022-11-1613-510/+940
| | | |\ \
| | | * | | Extract Exception -> HTTP status code mapping for reuseSven Selberg2022-11-103-13/+36
| | | * | | 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.2' into stable-6.3Matthias Sohn2022-11-1613-510/+940
| |\| | | |
| | * | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-11-1613-510/+940
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-1613-510/+940
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-1613-510/+940
| | | | |\ \
| | | | | * | [benchmarks] Remove profiler configurationMatthias Sohn2022-11-154-8/+0
| | | | | * | Add SHA1 benchmarkMatthias Sohn2022-11-152-0/+104
| | | | | * | [benchmarks] Set version of maven-compiler-plugin to 3.8.1Matthias Sohn2022-11-151-0/+1
| | | | | * | Fix running JMH benchmarksMatthias Sohn2022-11-151-1/+0
| | | | | * | Add option to allow using JDK's SHA1 implementationMatthias Sohn2022-11-156-493/+823
| | | | | * | Ignore IllegalStateException if JVM is already shutting downMatthias Sohn2022-10-271-8/+13
| * | | | | | Fix API breakage caused by extracting WorkTreeUpdaterMatthias Sohn2022-11-153-686/+612
* | | | | | | Update Orbit to S20221109014815Matthias Sohn2022-11-1423-216/+216
* | | | | | | Use replace instead of replaceAll in toCleanStringEryk Szymanski2022-11-101-1/+1
* | | | | | | Fix the path for JSchText.propertiesSebastian Schuberth2022-11-071-0/+0
* | | | | | | Merge "UploadPack: Receive and parse client session-id"Ivan Frade2022-11-0410-12/+206
|\ \ \ \ \ \ \
| * | | | | | | UploadPack: Receive and parse client session-idJosh Brown2022-11-0210-12/+206
* | | | | | | | Merge "TransferConfig: Move reading advertisesid setting into TransferConfig"Ivan Frade2022-11-033-7/+30
|\| | | | | | |
| * | | | | | | TransferConfig: Move reading advertisesid setting into TransferConfigJosh Brown2022-11-023-7/+30
* | | | | | | | Merge "FirstWant: Parse client session-id if received."Ivan Frade2022-11-032-4/+31
|\| | | | | | |
| * | | | | | | FirstWant: Parse client session-id if received.Josh Brown2022-11-022-4/+31
* | | | | | | | Fix Maven SHA1 for Bazel buildPatrick Hiesel2022-11-031-1/+1
* | | | | | | | Merge branch 'stable-6.4'Matthias Sohn2022-10-270-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Prepare 6.4.0-SNAPSHOT buildsMatthias Sohn2022-10-2691-125/+125
| * | | | | | | JGit v6.4.0.202210260700-m2v6.4.0.202210260700-m2Matthias Sohn2022-10-2691-125/+125
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | ReceivePack: Receive and parse client session-id.Josh Brown2022-10-276-27/+144
|/ / / / / /
* | | | | | PushCommand: allow users to disable use of bitmaps for pushkylezhao2022-10-215-1/+115
* | | | | | I/O redirection for the pre-push hookThomas Wolf2022-10-203-8/+138
* | | | | | PackParser: populate full size of the PackedObjectInfosIvan Frade2022-10-182-1/+123
* | | | | | PackedObjectInfo: add the full size to the descriptionIvan Frade2022-10-181-0/+36
* | | | | | ObjectReader: New #isNotLargerThan methodIvan Frade2022-10-182-10/+43
* | | | | | Fail build if there are license issues with dependenciesMatthias Sohn2022-10-132-70/+12
* | | | | | Update org.apache.httpcomponents:httpcore to 4.4.15Matthias Sohn2022-10-102-3/+3
* | | | | | Update Orbit to S20220927175816Matthias Sohn2022-10-1021-48/+117
* | | | | | Update JMH to 1.35Matthias Sohn2022-10-102-4/+4
* | | | | | Update org.eclipse.jdt:ecj to 3.31.0Matthias Sohn2022-10-101-1/+1
* | | | | | Update plexus compiler to 2.12.1Matthias Sohn2022-10-101-1/+1
* | | | | | Update org.apache.maven.wagon:wagon-ssh to 3.5.2Matthias Sohn2022-10-102-2/+2
* | | | | | pgm/BUILD: Add dependencty to java EWAHIvan Frade2022-10-051-0/+1
* | | | | | [sshd] Guard against numerical overflowThomas Wolf2022-10-011-2/+2
* | | | | | Merge branch 'stable-6.3'Matthias Sohn2022-09-281-4/+0
|\| | | | |