summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v5.0.1.201806211838-rv5.0.1.201806211838-rMatthias Sohn2018-06-2256-59/+59
* Add project-info reports to maven siteMatthias Sohn2018-06-211-0/+18
* Fix maven site generation failing with javadoc errorsMatthias Sohn2018-06-212-1/+21
* Respect "unshallow" lines in protocol v2Jonathan Nieder2018-06-201-1/+1
* Merge branch 'stable-4.9' into stable-5.0David Pursehouse2018-06-200-0/+0
|\
| * Merge branch 'stable-4.8' into stable-4.9David Pursehouse2018-06-200-0/+0
| |\
| | * Merge branch 'stable-4.7' into stable-4.8David Pursehouse2018-06-201-0/+3
| | |\
| | | * Merge branch 'stable-4.6' into stable-4.7David Pursehouse2018-06-201-0/+3
| | | |\
| | | | * Merge branch 'stable-4.5' into stable-4.6David Pursehouse2018-06-191-0/+3
| | | | |\
| | | | | * Temporarily @Ignore flaky CommitCommandTest methodsDave Borowitz2018-06-191-0/+3
* | | | | | Prepare 5.0.1-SNAPSHOT buildsMatthias Sohn2018-06-1356-357/+357
* | | | | | JGit v5.0.0.201806131550-rv5.0.0.201806131550-rMatthias Sohn2018-06-1356-59/+59
* | | | | | JGit v5.0.0.201806131210-rMatthias Sohn2018-06-1356-59/+59
* | | | | | Downgrade Apache httpclient to 4.5.2.v20170210-0925Matthias Sohn2018-06-132-5/+12
* | | | | | RefUpdateTest: Refactor to not use deprecated Repository#getAllRefsDavid Pursehouse2018-06-131-17/+27
* | | | | | Propagate failure of ssh command to caller of SshSupportMatthias Sohn2018-06-137-28/+62
* | | | | | Make JGit describe behaves same as c-git for lightweight tagsMarcel Trautwein2018-06-132-38/+187
* | | | | | Fix issues with LFS on GitHub (SSH)Markus Duft2018-06-125-16/+51
* | | | | | Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-06-110-0/+0
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-06-110-0/+0
| |\ \ \ \ \ \
| | * | | | | | Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-06-111-13/+13
| | |\| | | | |
| * | | | | | | Merge "Merge branch 'stable-4.10' into stable-4.11" into stable-4.11Matthias Sohn2018-05-103-30/+56
| |\ \ \ \ \ \ \
* | | | | | | | | Fix Javadoc typoMichael Keppler2018-06-101-2/+2
* | | | | | | | | Ensure Jsch checks all configured algorithmsThomas Wolf2018-06-101-0/+21
* | | | | | | | | Merge branch 'stable-4.9' into stable-5.0Matthias Sohn2018-06-100-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Ensure DirectoryStream is closed promptlyDave Borowitz2018-06-091-13/+13
* | | | | | | | | RawTextTest#testBinary: use array comparison to compare arraysMatthias Sohn2018-06-091-1/+2
* | | | | | | | | LFS: Better SSH authentication token timeout handlingMarkus Duft2018-06-091-3/+4
* | | | | | | | | Validate branch names on branch creationMatthias Sohn2018-06-092-6/+38
* | | | | | | | | Use constant for ".lock"Matthias Sohn2018-06-086-12/+29
* | | | | | | | | Simplify locking of FileRepository's index snapshotMatthias Sohn2018-06-081-10/+3
* | | | | | | | | Refactor FileRepository.detectIndexChange()Matthias Sohn2018-06-081-6/+6
* | | | | | | | | Merge "Ensure index change event is fired when index snapshot changed" into s...Jonathan Nieder2018-06-081-9/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ensure index change event is fired when index snapshot changedMatthias Sohn2018-06-061-9/+26
* | | | | | | | | | Update to latest Photon Orbit R20180606145124Matthias Sohn2018-06-079-14/+19
* | | | | | | | | | Update maven plugins to fix Zip Slip vulnerabilityDavid Pursehouse2018-06-061-2/+2
|/ / / / / / / / /
* | | | | | | | | Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-06-0556-59/+59
* | | | | | | | | JGit v5.0.0.201806050710-rc3v5.0.0.201806050710-rc3Matthias Sohn2018-06-0556-59/+59
* | | | | | | | | Teach UploadPack "filter" in protocol v2 fetchJonathan Tan2018-06-042-1/+72
* | | | | | | | | Refactor test of capabilities outputJonathan Tan2018-06-041-11/+33
* | | | | | | | | Refactor v2 advertisement into own functionJonathan Tan2018-06-041-10/+10
* | | | | | | | | Refactor parsing of "filter" into its own methodJonathan Tan2018-06-041-24/+28
* | | | | | | | | Disallow unknown args to "fetch" in protocol v2Jonathan Tan2018-06-042-1/+26
* | | | | | | | | Teach UploadPack shallow fetch in protocol v2Jonathan Tan2018-06-045-9/+222
* | | | | | | | | Refactor unshallowCommits to local variableJonathan Tan2018-06-041-12/+24
* | | | | | | | | Add protocol v2 support in httpJonathan Tan2018-06-046-7/+157
* | | | | | | | | Give info/refs services more control over responseJonathan Tan2018-06-041-3/+32
* | | | | | | | | Chain RemoteAddCommand methodsMincong HUANG2018-06-021-2/+8
* | | | | | | | | Update target platforms to Orbit R20180531190352-PhotonMatthias Sohn2018-06-019-44/+44
* | | | | | | | | Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-3056-59/+59