summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Repository: Deprecate getTags methodDavid Pursehouse2018-05-223-13/+17
| * Merge changes Ibf6ee80d,I721db0f4,I7d014890David Pursehouse2018-05-210-0/+0
| |\
| | * Remove deprecated Repository#notifyIndexChangedJonathan Nieder2018-05-181-10/+0
| | * Implementors should override Repository#notifyIndexChanged(boolean)Jonathan Nieder2018-05-181-14/+2
| | * Revive Repository#notifyIndexChanged()Jonathan Nieder2018-05-181-1/+23
| * | InfoRefsServlet: Refactor to not use deprecated methodsDavid Pursehouse2018-05-211-7/+1
| * | RefAdvertiser: Add send(Collection<Ref>) and deprecate send(Map<String, Ref>)David Pursehouse2018-05-211-10/+23
| * | Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-18203-570/+570
| |/
| * Execute AdvertiseRefsHook only for protocol v0 and v1Masaya Suzuki2018-05-171-10/+10
| * Add protocol v2 support in "jgit daemon"Jonathan Tan2018-05-163-6/+29
| * Teach UploadPack "ofs-delta" in "fetch"Jonathan Tan2018-05-162-5/+46
| * Teach UploadPack "include-tag" in "fetch"Jonathan Tan2018-05-162-1/+41
| * Avoid using #refs in UploadPack#sendPackJonathan Tan2018-05-161-9/+41
| * FileRepository: Don't use deprecated RefDatabase#getRefs(String)David Pursehouse2018-05-151-3/+1
| * BatchRefUpdate: Don't use deprecated RefDatabase#getRefs(String)David Pursehouse2018-05-151-2/+4
* | Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-1656-59/+59
* | JGit v5.0.0.201805151920-m7v5.0.0.201805151920-m7Matthias Sohn2018-05-1656-59/+59
|/
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-15384-1357/+1357
* Fixup javadoc and formatting in RawText and RawParseUtilsHan-Wen Nienhuys2018-05-142-25/+30
* RawParseUtils#lineMap: Simplify by using null sentinel internallyJonathan Nieder2018-05-141-13/+11
* Store in IndexChangedEvent if it was caused by JGit itselfMatthias Sohn2018-05-135-18/+52
* Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys2018-05-124-11/+83
* Use a secure random generator to seed nonce for digest authenticationMatthias Sohn2018-05-111-2/+2
* Merge branch 'stable-4.11'Matthias Sohn2018-05-103-30/+56
|\
| * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-05-103-30/+56
| |\
| | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-05-103-30/+56
| | |\