summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | * | Merge branch 'stable-4.4' into stable-4.5David Pursehouse2018-10-190-0/+0
| | | | | | | | | |\ \
| | | | | | | | | | * \ Merge branch 'stable-4.3' into stable-4.4stable-4.4David Pursehouse2018-10-190-0/+0
| | | | | | | | | | |\ \
| | | | | | | | | | | * \ Merge branch 'stable-4.2' into stable-4.3stable-4.3David Pursehouse2018-10-190-0/+0
| | | | | | | | | | | |\ \
| | | | | | | | | | | | * \ Merge branch 'stable-4.1' into stable-4.2stable-4.2David Pursehouse2018-10-190-0/+0
| | | | | | | | | | | | |\ \
| | | | | | | | | | | | | * \ Merge branch 'stable-4.0' into stable-4.1stable-4.1David Pursehouse2018-10-190-0/+0
| | | | | | | | | | | | | |\ \
| | | | | | | | | | | | | | * | JGit v4.0.3.201509231615-rv4.0.3.201509231615-rstable-4.0Matthias Sohn2015-09-2346-49/+49
| | | | | | | | | | * | | | | | Prepare 4.4.2-SNAPSHOT buildsMatthias Sohn2016-07-1556-302/+302
| | | | | | | * | | | | | | | | Fix file handle leak in ObjectDownloadListener.onWritePossibleMatthias Sohn2018-10-131-1/+6
| | | | | | | * | | | | | | | | Merge branch 'stable-4.6' into stable-4.7David Pursehouse2018-10-132-11/+11
| | | | | | | |\| | | | | | | |
| | | | | | | | * | | | | | | | Merge branch 'stable-4.5' into stable-4.6David Pursehouse2018-10-132-10/+11
| | | | | | | | |\| | | | | | |
| | | | | | | | | * | | | | | | Replace Findbugs with Spotbugs in org.eclipse.jgit/pom.xmlDavid Pursehouse2018-10-131-2/+2
| | | | | | | | | * | | | | | | Replace FindBugs with SpotBugsDavid Pursehouse2018-10-091-8/+9
* | | | | | | | | | | | | | | | Accept protocol v2 server options on fetch and ls-refs requestsIvan Frade2018-10-196-48/+298
* | | | | | | | | | | | | | | | UploadPack: Use request instead of field for client capabilitiesIvan Frade2018-10-191-15/+22
* | | | | | | | | | | | | | | | Merge branch 'stable-5.1'David Pursehouse2018-10-191-0/+42
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | ssh: Prefer algorithms of the known host keysSaša Živkov2018-10-181-0/+42
* | | | | | | | | | | | | | | | UploadPack.FirstLine: Revert renaming of getOptions into getCapabilitiesIvan Frade2018-10-181-1/+1
* | | | | | | | | | | | | | | | Configure classpath for separate test sources in EclipseMichael Keppler2018-10-178-20/+76
* | | | | | | | | | | | | | | | Disable Eclipse warning about unrecognized @SuppressWarnings valueDavid Pursehouse2018-10-1717-17/+17
* | | | | | | | | | | | | | | | UnionInputStreamTest: Suppress ErrorProne warning about missing synchronizedDavid Pursehouse2018-10-171-0/+2
* | | | | | | | | | | | | | | | Merge "Upgrade spotbugs to 3.1.7"David Pursehouse2018-10-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Upgrade spotbugs to 3.1.7David Pursehouse2018-10-161-1/+1
* | | | | | | | | | | | | | | | | UploadPack: Use request instead of field for clientShallowCommitsIvan Frade2018-10-161-13/+13
* | | | | | | | | | | | | | | | | UploadPack: Use request instead of field for depthIvan Frade2018-10-161-15/+24
* | | | | | | | | | | | | | | | | UploadPack: Use request instead of field for shallowSinceIvan Frade2018-10-161-10/+3
* | | | | | | | | | | | | | | | | UploadPack: Use request in computeShallowUnshallowIvan Frade2018-10-161-17/+11
* | | | | | | | | | | | | | | | | Move deepenSince and deepenNotRefs up to FetchRequestIvan Frade2018-10-163-29/+38
* | | | | | | | | | | | | | | | | UploadPack: Use request instead of field for filterBlobLimtIvan Frade2018-10-161-26/+27
* | | | | | | | | | | | | | | | | Mark fetch requests fields as final and @NonNull when possibleIvan Frade2018-10-163-31/+33
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Create FetchRequest superclass with common elementsIvan Frade2018-10-153-101/+150
* | | | | | | | | | | | | | | | Rename Fetch V2 request wantsIds and optionsIvan Frade2018-10-154-75/+78
* | | | | | | | | | | | | | | | Move protocol v0/v1 parsing to its own class and request objectsIvan Frade2018-10-153-70/+340
* | | | | | | | | | | | | | | | Merge "Upgrade maven-surefire plugins to 2.22.1"David Pursehouse2018-10-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Upgrade maven-surefire plugins to 2.22.1David Pursehouse2018-10-121-1/+1
* | | | | | | | | | | | | | | | | FirstWant: tighten first-want line validationIvan Frade2018-10-125-10/+63
* | | | | | | | | | | | | | | | | Merge "Move first line parsing for v0/v1 pack negotiation out of UploadPack"Jonathan Nieder2018-10-127-27/+218
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Move first line parsing for v0/v1 pack negotiation out of UploadPackIvan Frade2018-10-127-27/+218
* | | | | | | | | | | | | | | | | Upgrade error_prone_core to 2.3.2David Pursehouse2018-10-111-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | PackOutputStream: Suppress Error Prone's ShortCircuitBoolean warningDavid Pursehouse2018-10-101-0/+1
* | | | | | | | | | | | | | | | Add missing @since tags for ObjectChecker.ErrorTypeMatthias Sohn2018-10-101-7/+7
* | | | | | | | | | | | | | | | Revert "Remove unused API problem filters"Matthias Sohn2018-10-101-0/+27
* | | | | | | | | | | | | | | | Bazel: Require minimum bazel version 0.17.1David Pursehouse2018-10-101-0/+13
* | | | | | | | | | | | | | | | Merge "ValidRefNameTest#testNormalizeBranchName: Fix string/ref equality check"David Pursehouse2018-10-091-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | ValidRefNameTest#testNormalizeBranchName: Fix string/ref equality checkDavid Pursehouse2018-10-101-2/+2
* | | | | | | | | | | | | | | | | Remove unused API problem filtersDavid Pursehouse2018-10-091-27/+0
* | | | | | | | | | | | | | | | | Merge changes from topic 'maven-plugin-updates'David Pursehouse2018-10-091-12/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Upgrade wagon-ssh to 3.2.0David Pursehouse2018-10-081-1/+1
| * | | | | | | | | | | | | | | | Upgrade maven-jxr-plugin to 3.0.0David Pursehouse2018-10-081-2/+3
| * | | | | | | | | | | | | | | | Upgrade maven-shade-plugin to 3.2.0David Pursehouse2018-10-081-1/+1
| * | | | | | | | | | | | | | | | Upgrade jacoco-maven-plugin to 0.8.2David Pursehouse2018-10-081-1/+1