summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | JGit v5.0.0.201805301535-rc2v5.0.0.201805301535-rc2Matthias Sohn2018-05-3056-59/+59
* | | | | Fix description property in feature.properties of pgm source featureMatthias Sohn2018-05-301-1/+1
* | | | | Update SUAMatthias Sohn2018-05-2914-1476/+2183
* | | | | Don't prune symbolic refs when fetch.prune = trueThomas Wolf2018-05-252-0/+47
* | | | | Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-2356-59/+59
* | | | | JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1Matthias Sohn2018-05-2256-59/+59
* | | | | Merge branch 'master' into stable-5.0Matthias Sohn2018-05-22222-658/+1004
|\ \ \ \ \
| * | | | | DescribeCommand: Refactor to not use deprecated Repository#peelDavid Pursehouse2018-05-221-5/+9
| * | | | | Repository: Deprecate #peel methodDavid Pursehouse2018-05-229-11/+16
| * | | | | Repository: Make #exactRef and #findRef finalDavid Pursehouse2018-05-221-2/+2
| * | | | | Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-226-5/+195