summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Add support for reading symrefs from pack capabilitiesLee Worrall2020-11-268-27/+438
* | | | | | | | | | | Merge branch 'stable-5.10'Matthias Sohn2020-11-250-0/+0
|\| | | | | | | | | |
| * | | | | | | | | | Prepare 5.10.0-SNAPSHOT buildsMatthias Sohn2020-11-2588-121/+121
| * | | | | | | | | | JGit v5.10.0.202011251205-m3v5.10.0.202011251205-m3Matthias Sohn2020-11-2588-121/+121
| * | | | | | | | | | Merge branch 'master' into stable-5.10Matthias Sohn2020-11-2541-127/+408
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Update Orbit to S20201118210000 and add target for 4.18Matthias Sohn2020-11-2028-46/+148
* | | | | | | | | | | Merge branch 'stable-5.9'Matthias Sohn2020-11-200-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | PacketLineIn: ensure that END != DELIMThomas Wolf2020-11-191-5/+5
* | | | | | | | | | | PacketLineIn: ensure that END != DELIMThomas Wolf2020-11-191-5/+5
* | | | | | | | | | | Allow to resolve a conflict by checking out a fileThomas Wolf2020-11-176-9/+129
* | | | | | | | | | | Update Orbit to I20201111205634Matthias Sohn2020-11-1425-90/+90
* | | | | | | | | | | Document that setLastModified sets time of symlink targetMatthias Sohn2020-11-072-4/+10
* | | | | | | | | | | Fix bug in PerformanceLogContextAlexa Panfil2020-11-062-11/+40
* | | | | | | | | | | Fix IOException occurring during gcNail Samatov2020-11-052-0/+24
| | * | | | | | | | | Prepare 5.10.0-SNAPSHOT buildsMatthias Sohn2020-11-0488-121/+121
| | * | | | | | | | | JGit v5.10.0.202011041322-m2v5.10.0.202011041322-m2Matthias Sohn2020-11-0488-121/+121
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-0325-1301/+220
* | | | | | | | | | Close Repository to fix tests failing on WindowsNail Samatov2020-11-011-0/+8
* | | | | | | | | | Client-side protocol V2 support for fetchingThomas Wolf2020-10-2925-220/+1301
* | | | | | | | | | Update slf4j to 1.7.30Matthias Sohn2020-10-2816-70/+70
* | | | | | | | | | Update Orbit to S20201027182932 (2020-12 M2)Matthias Sohn2020-10-2825-36/+102
* | | | | | | | | | Fix formatting of config option valuesMatthias Sohn2020-10-261-4/+4
* | | | | | | | | | Document options in core section supported by JGitMatthias Sohn2020-10-261-2/+34
* | | | | | | | | | Ensure .gitmodules is loaded when accessing submodule nameJohn Dallaway2020-10-253-1/+9
* | | | | | | | | | Export new package org.eclipse.jgit.logging and import it where usedMatthias Sohn2020-10-252-0/+2
* | | | | | | | | | Ensure GC.deleteOrphans() can delete read-only orphaned files on WindowsMatthias Sohn2020-10-221-1/+2
* | | | | | | | | | Merge "Add new performance logging"Terry Parker2020-10-213-0/+188
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add new performance loggingAlexa Panfil2020-10-213-0/+188
* | | | | | | | | | | Merge "Compute time differences with Duration"Jonathan Tan2020-10-191-9/+12
|\| | | | | | | | | |
| * | | | | | | | | | Compute time differences with DurationAlexa Panfil2020-10-091-9/+12
* | | | | | | | | | | Merge "Implement git describe --all"Christian Halstrick2020-10-134-7/+88
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Implement git describe --allJason Yeo2020-10-134-7/+88
* | | | | | | | | | | | Override config http.userAgent from environment GIT_HTTP_USER_AGENTThomas Wolf2020-10-062-2/+38
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Upgrade spotbugs-maven-plugin to 4.1.3Marco Miller2020-10-061-1/+1
* | | | | | | | | | | Fix OperatorPrecedence warning flagged by error proneDavid Ostrovsky2020-10-021-1/+1
* | | | | | | | | | | UploadPackTest#testUploadRedundantBytes: ensure test repo is closedMatthias Sohn2020-10-021-7/+10
* | | | | | | | | | | ObjectDirectory#selectObjectRepresentation: fix formattingMatthias Sohn2020-10-021-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Upgrade ecj to 3.23.0Marco Miller2020-09-271-1/+1
* | | | | | | | | | Support "http.userAgent" and "http.extraHeader" from the git configJames Wynn2020-09-2610-48/+327
* | | | | | | | | | sshd: better error report when user cancels authenticationThomas Wolf2020-09-265-17/+103
* | | | | | | | | | API filters for PackStatistics.AccumulatorThomas Wolf2020-09-261-0/+14
* | | | | | | | | | Add TypedConfigGetter.getPath()Thomas Wolf2020-09-254-19/+107
* | | | | | | | | | Make Javadoc consistent for PackStatistics fieldsAlexa Panfil2020-09-241-1/+4
* | | | | | | | | | Measure time taken for reachability checksAlexa Panfil2020-09-243-19/+175
* | | | | | | | | | Merge "Measure time taken for negotiation in protocol V2"Terry Parker2020-09-221-1/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Measure time taken for negotiation in protocol V2Alexa Panfil2020-09-221-1/+8
* | | | | | | | | | | IndexDiffFilter: handle path prefixes correctlyThomas Wolf2020-09-212-5/+27
* | | | | | | | | | | sshd: support the ProxyJump ssh configThomas Wolf2020-09-1910-37/+663
* | | | | | | | | | | Upgrade jacoco-maven-plugin to 0.8.6Marco Miller2020-09-161-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge "ReceivePackStats: Add size and count of unnecessary pushed objects"Terry Parker2020-09-144-5/+137
|\ \ \ \ \ \ \ \ \ \