aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | 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
* | | | | | | | Teach UploadPack "no-progress" in "fetch"Jonathan Tan2018-04-231-0/+2
* | | | | | | | Teach UploadPack "thin-pack" in "fetch"Jonathan Tan2018-04-231-0/+2
* | | | | | | | Teach UploadPack basic "fetch" commandJonathan Tan2018-04-232-10/+91
* | | | | | | | Teach UploadPack "ref-prefix" in "ls-refs"Jonathan Tan2018-04-231-3/+23
* | | | | | | | UploadPack: Don't buffer ls-refs outputJonathan Nieder2018-04-231-0/+1
* | | | | | | | Implement ls-refs in UploadPackJonathan Tan2018-04-233-1/+79
* | | | | | | | Implement protocol v2 with no capabilities in UploadPackJonathan Tan2018-04-202-3/+133
* | | | | | | | PacketLineIn, PacketLineOut: Add support for delim-pktJonathan Tan2018-04-202-0/+28
* | | | | | | | Add RefDatabase#getRefsByPrefix methodJonathan Tan2018-04-201-0/+41
* | | | | | | | Handle Gerrit Change-Ids for merge commitsThomas Wolf2018-04-181-0/+20
* | | | | | | | PushProcess: Remove unused import of HashMapDavid Pursehouse2018-04-161-1/+0
* | | | | | | | Merge "Push: Ensure ref updates are processed in input order"David Pursehouse2018-04-132-4/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Push: Ensure ref updates are processed in input orderDave Borowitz2018-04-132-4/+5
* | | | | | | | | Merge "Allow '@' as last character of ref"Christian Halstrick2018-04-131-0/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Allow '@' as last character of refChristian Halstrick2018-04-121-0/+2
* | | | | | | | | DirCache: Use constant from StandardCharsetsDavid Pursehouse2018-04-121-4/+4
* | | | | | | | | LargePackedWholeObject: Refactor to open DfsReader in try-with-resourceDavid Pursehouse2018-04-111-21/+15
|/ / / / / / / /
* | | | | | | | Don't throw if a pre-push hook is ignored.Markus Duft2018-04-101-1/+5
* | | | | | | | Merge branch 'stable-4.11'Matthias Sohn2018-03-261-2/+2
|\| | | | | | |
| * | | | | | | Add missing @since tag and silence API errorMatthias Sohn2018-03-271-0/+2
* | | | | | | | Significantly speed up FileTreeIterator on WindowsThomas Wolf2018-03-254-16/+124
* | | | | | | | TransportHttp: Refactor to use try-with-resource and suppress resource warningDavid Pursehouse2018-03-251-15/+18
* | | | | | | | Add missing @since tags for new APIMatthias Sohn2018-03-251-0/+2
* | | | | | | | DfsInserter#openStream: Suppress resource warning about DfsReaderDavid Pursehouse2018-03-241-0/+1
* | | | | | | | CloneCommand: Suppress resource warning about RepositoryDavid Pursehouse2018-03-241-2/+2
* | | | | | | | SubmoduleSyncCommand: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-241-10/+11
* | | | | | | | SubmoduleUpdateCommand: Refactor to open Repository in try-with-resourceDavid Pursehouse2018-03-241-30/+34
* | | | | | | | TransportGitAnon: Suppress resource warning about SocketDavid Pursehouse2018-03-241-0/+1
* | | | | | | | FS#runProcess: Fix OutputStream left unclosed after IOExceptionDavid Pursehouse2018-03-241-11/+15
* | | | | | | | Merge changes from topic 'If72b4b422-cleanup'Jonathan Nieder2018-03-222-5/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Suppress non-localized string warnings introduced by If72b4b422David Pursehouse2018-03-202-5/+6
* | | | | | | | | scanPacks to return reftables even if no packsMinh Thai2018-03-221-1/+1
|/ / / / / / / /
* | | | | | | | PackWriter: Fix Eclipse errors about missing JavadocDavid Pursehouse2018-03-201-6/+3
* | | | | | | | ReflogWriter: Refactor to open FileOutputStream in try-with-resourceDavid Pursehouse2018-03-161-17/+21
* | | | | | | | PushCommand: Suppress resource warning for Transport in for loopDavid Pursehouse2018-03-161-1/+2
* | | | | | | | Merge branch 'stable-4.11'David Pursehouse2018-03-161-15/+68
|\| | | | | | |
| * | | | | | | ObjectIdSerializer: Support serialization of known non-null ObjectIdDavid Pursehouse2018-03-151-15/+68
* | | | | | | | Teach UploadPack to support filtering by blob sizeJonathan Tan2018-03-157-4/+140
* | | | | | | | SubmoduleStatusCommand: Open Repository in try-with-resourceDavid Pursehouse2018-03-151-8/+6