summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Prepare 5.0.2-SNAPSHOT buildsMatthias Sohn2018-06-223-49/+49
* JGit v5.0.1.201806211838-rv5.0.1.201806211838-rMatthias Sohn2018-06-223-4/+4
* Respect "unshallow" lines in protocol v2Jonathan Nieder2018-06-201-1/+1
* Prepare 5.0.1-SNAPSHOT buildsMatthias Sohn2018-06-133-49/+49
* JGit v5.0.0.201806131550-rv5.0.0.201806131550-rMatthias Sohn2018-06-133-4/+4
* JGit v5.0.0.201806131210-rMatthias Sohn2018-06-133-4/+4
* Propagate failure of ssh command to caller of SshSupportMatthias Sohn2018-06-133-4/+24
* Make JGit describe behaves same as c-git for lightweight tagsMarcel Trautwein2018-06-131-2/+42
* Fix issues with LFS on GitHub (SSH)Markus Duft2018-06-121-10/+28
* Fix Javadoc typoMichael Keppler2018-06-101-2/+2
* Ensure Jsch checks all configured algorithmsThomas Wolf2018-06-101-0/+21
* Validate branch names on branch creationMatthias Sohn2018-06-091-6/+26
* Use constant for ".lock"Matthias Sohn2018-06-085-7/+23
* Simplify locking of FileRepository's index snapshotMatthias Sohn2018-06-081-10/+3
* Refactor FileRepository.detectIndexChange()Matthias Sohn2018-06-081-6/+6
* Ensure index change event is fired when index snapshot changedMatthias Sohn2018-06-061-9/+26
* Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-06-053-4/+4
* JGit v5.0.0.201806050710-rc3v5.0.0.201806050710-rc3Matthias Sohn2018-06-053-4/+4
* Teach UploadPack "filter" in protocol v2 fetchJonathan Tan2018-06-041-1/+12
* 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-041-1/+3
* Teach UploadPack shallow fetch in protocol v2Jonathan Tan2018-06-044-8/+125
* Refactor unshallowCommits to local variableJonathan Tan2018-06-041-12/+24
* Add protocol v2 support in httpJonathan Tan2018-06-041-2/+28
* Chain RemoteAddCommand methodsMincong HUANG2018-06-021-2/+8
* Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-303-4/+4
* JGit v5.0.0.201805301535-rc2v5.0.0.201805301535-rc2Matthias Sohn2018-05-303-4/+4
* Don't prune symbolic refs when fetch.prune = trueThomas Wolf2018-05-251-0/+3
* Prepare 5.0.0-SNAPSHOT buildsMatthias Sohn2018-05-233-4/+4
* JGit v5.0.0.201805221745-rc1v5.0.0.201805221745-rc1Matthias Sohn2018-05-223-4/+4
* DescribeCommand: Refactor to not use deprecated Repository#peelDavid Pursehouse2018-05-221-5/+9
* Repository: Deprecate #peel methodDavid Pursehouse2018-05-225-5/+7
* Repository: Make #exactRef and #findRef finalDavid Pursehouse2018-05-221-2/+2
* Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-222-2/+72
* Repository: Deprecate getTags methodDavid Pursehouse2018-05-221-0/+2
* 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-18139-435/+435
* 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-161-0/+2
* Teach UploadPack "include-tag" in "fetch"Jonathan Tan2018-05-161-1/+8
* 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
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-15266-1075/+1075
* 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-122-9/+57