Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-10Fix Javadoc typoMichael Keppler1-2/+2
2018-06-10Ensure Jsch checks all configured algorithmsThomas Wolf1-0/+21
2018-06-10Merge branch 'stable-4.9' into stable-5.0Matthias Sohn0-0/+0
2018-06-09RawTextTest#testBinary: use array comparison to compare arraysMatthias Sohn1-1/+2
2018-06-09LFS: Better SSH authentication token timeout handlingMarkus Duft1-3/+4
2018-06-09Ensure DirectoryStream is closed promptlyDave Borowitz1-13/+13
2018-06-08Validate branch names on branch creationMatthias Sohn2-6/+38
2018-06-08Use constant for ".lock"Matthias Sohn6-12/+29
2018-06-08Simplify locking of FileRepository's index snapshotMatthias Sohn1-10/+3
2018-06-08Refactor FileRepository.detectIndexChange()Matthias Sohn1-6/+6
2018-06-08Merge "Ensure index change event is fired when index snapshot changed" into s...Jonathan Nieder1-9/+26
2018-06-07Update to latest Photon Orbit R20180606145124Matthias Sohn9-14/+19
2018-06-06Update maven plugins to fix Zip Slip vulnerabilityDavid Pursehouse1-2/+2
2018-06-05Ensure index change event is fired when index snapshot changedMatthias Sohn1-9/+26
2018-06-05Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn56-59/+59
2018-06-05JGit v5.0.0.201806050710-rc3v5.0.0.201806050710-rc3Matthias Sohn56-59/+59
2018-06-05Teach UploadPack "filter" in protocol v2 fetchJonathan Tan2-1/+72
2018-06-05Refactor test of capabilities outputJonathan Tan1-11/+33
2018-06-05Refactor v2 advertisement into own functionJonathan Tan1-10/+10
2018-06-05Refactor parsing of "filter" into its own methodJonathan Tan1-24/+28
2018-06-05Disallow unknown args to "fetch" in protocol v2Jonathan Tan2-1/+26
2018-06-05Teach UploadPack shallow fetch in protocol v2Jonathan Tan5-9/+222
2018-06-05Refactor unshallowCommits to local variableJonathan Tan1-12/+24
2018-06-05Add protocol v2 support in httpJonathan Tan6-7/+157
2018-06-05Give info/refs services more control over responseJonathan Tan1-3/+32
2018-06-02Chain RemoteAddCommand methodsMincong HUANG1-2/+8
2018-06-01Update target platforms to Orbit R20180531190352-PhotonMatthias Sohn9-44/+44
2018-05-30Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn56-59/+59
2018-05-30JGit v5.0.0.201805301535-rc2v5.0.0.201805301535-rc2Matthias Sohn56-59/+59
2018-05-29Fix description property in feature.properties of pgm source featureMatthias Sohn1-1/+1
2018-05-29Update SUAMatthias Sohn14-1476/+2183
2018-05-25Don't prune symbolic refs when fetch.prune = trueThomas Wolf2-0/+47
2018-05-22Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn56-59/+59
2018-05-22JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1Matthias Sohn56-59/+59
2018-05-22Merge branch 'master' into stable-5.0Matthias Sohn222-658/+1004
2018-05-22DescribeCommand: Refactor to not use deprecated Repository#peelDavid Pursehouse1-5/+9
2018-05-22Repository: Deprecate #peel methodDavid Pursehouse9-11/+16
2018-05-22Repository: Make #exactRef and #findRef finalDavid Pursehouse1-2/+2
2018-05-22Skip ignored directories in FileTreeIteratorThomas Wolf6-5/+195
2018-05-22Repository: Deprecate getTags methodDavid Pursehouse3-13/+17
2018-05-21Merge changes Ibf6ee80d,I721db0f4,I7d014890David Pursehouse0-0/+0
2018-05-21InfoRefsServlet: Refactor to not use deprecated methodsDavid Pursehouse1-7/+1
2018-05-21RefAdvertiser: Add send(Collection<Ref>) and deprecate send(Map<String, Ref>)David Pursehouse1-10/+23
2018-05-18Remove deprecated Repository#notifyIndexChangedJonathan Nieder1-10/+0
2018-05-18Implementors should override Repository#notifyIndexChanged(boolean)Jonathan Nieder1-14/+2
2018-05-18Revive Repository#notifyIndexChanged()Jonathan Nieder1-1/+23
2018-05-18Remove further unnecessary 'final' keywordsHan-Wen Nienhuys203-570/+570
2018-05-18Execute AdvertiseRefsHook only for protocol v0 and v1Masaya Suzuki1-10/+10
2018-05-17Add protocol v2 support in "jgit daemon"Jonathan Tan3-6/+29
2018-05-17Teach UploadPack "ofs-delta" in "fetch"Jonathan Tan2-5/+46

Back to the top