summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src
Commit message (Expand)AuthorAgeFilesLines
* 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-043-8/+122
* 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
* Don't prune symbolic refs when fetch.prune = trueThomas Wolf2018-05-251-0/+3
* 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
* Use a secure random generator to seed nonce for digest authenticationMatthias Sohn2018-05-111-2/+2
* Merge branch 'stable-4.11'Matthias Sohn2018-05-102-30/+55
|\
| * Merge branch 'stable-4.10' into stable-4.11Matthias Sohn2018-05-102-30/+55
| |\
| | * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-05-102-30/+55
| | |\
| | | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-05-102-31/+55
| | | |\
| | | | * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2018-05-102-31/+55
| | | | |\
| | | | | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2018-05-102-31/+55
| | | | | |\
| | | | | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2018-05-102-31/+55
| | | | | | |\
| | | | | | | * Retry stale file handles on .git/config fileNasser Grainawi2018-05-102-31/+55
* | | | | | | | Replace http://errorprone.info with https://errorprone.infoJonathan Nieder2018-05-041-1/+1
* | | | | | | | ssh: Kill the external process when we're done instead of waiting foreverCarsten Pfeiffer2018-05-021-4/+6
* | | | | | | | Rename RefDatabase#getAllRefs to getRefsJonathan Nieder2018-04-299-30/+42
* | | | | | | | RefDatabase: add hasRefs convenience methodDavid Pursehouse2018-04-291-0/+12
* | | | | | | | Fix comparison order in AnyObjectIdDavid Turner2018-04-271-8/+10
* | | | | | | | RefDatabase: Introduce getAllRefs methodDavid Pursehouse2018-04-279-24/+27
* | | | | | | | RefDatabase: Update Javadoc for ALL constantDavid Pursehouse2018-04-271-1/+4
* | | | | | | | LargePackedWholeObject#openStream: Suppress resource warningDavid Pursehouse2018-04-271-0/+2
* | | | | | | | LargePackedWholeObject: Do not reuse released inflaterJonathan Nieder2018-04-262-13/+20
* | | | | | | | Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-2513-30/+31
* | | | | | | | Fix non-externalized String warningsMatthias Sohn2018-04-254-46/+56
* | | | | | | | Remove unused code and link to deprecated codeJonathan Tan2018-04-251-2/+1
* | | | | | | | File compile and API errors in JGitMichael Keppler2018-04-251-7/+11