| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | Rename RefDatabase#getAllRefs to getRefs | Jonathan Nieder | 2018-04-29 | 9 | -30/+42 |
* | | | | | | | | RefDatabase: add hasRefs convenience method | David Pursehouse | 2018-04-29 | 1 | -0/+12 |
* | | | | | | | | Fix comparison order in AnyObjectId | David Turner | 2018-04-27 | 1 | -8/+10 |
* | | | | | | | | RefDatabase: Introduce getAllRefs method | David Pursehouse | 2018-04-27 | 9 | -24/+27 |
* | | | | | | | | RefDatabase: Update Javadoc for ALL constant | David Pursehouse | 2018-04-27 | 1 | -1/+4 |
* | | | | | | | | LargePackedWholeObject#openStream: Suppress resource warning | David Pursehouse | 2018-04-27 | 1 | -0/+2 |
* | | | | | | | | LargePackedWholeObject: Do not reuse released inflater | Jonathan Nieder | 2018-04-26 | 2 | -13/+20 |
* | | | | | | | | Remove trivial cases of using deprecated RefDatabase.getRefs() | Matthias Sohn | 2018-04-25 | 13 | -30/+31 |
* | | | | | | | | Fix non-externalized String warnings | Matthias Sohn | 2018-04-25 | 4 | -46/+56 |
* | | | | | | | | Remove unused code and link to deprecated code | Jonathan Tan | 2018-04-25 | 1 | -2/+1 |
* | | | | | | | | File compile and API errors in JGit | Michael Keppler | 2018-04-25 | 1 | -7/+11 |
* | | | | | | | | Teach UploadPack "no-progress" in "fetch" | Jonathan Tan | 2018-04-23 | 1 | -0/+2 |
* | | | | | | | | Teach UploadPack "thin-pack" in "fetch" | Jonathan Tan | 2018-04-23 | 1 | -0/+2 |
* | | | | | | | | Teach UploadPack basic "fetch" command | Jonathan Tan | 2018-04-23 | 2 | -10/+91 |
* | | | | | | | | Teach UploadPack "ref-prefix" in "ls-refs" | Jonathan Tan | 2018-04-23 | 1 | -3/+23 |
* | | | | | | | | UploadPack: Don't buffer ls-refs output | Jonathan Nieder | 2018-04-23 | 1 | -0/+1 |
* | | | | | | | | Implement ls-refs in UploadPack | Jonathan Tan | 2018-04-23 | 3 | -1/+79 |
* | | | | | | | | Implement protocol v2 with no capabilities in UploadPack | Jonathan Tan | 2018-04-20 | 2 | -3/+133 |
* | | | | | | | | PacketLineIn, PacketLineOut: Add support for delim-pkt | Jonathan Tan | 2018-04-20 | 2 | -0/+28 |
* | | | | | | | | Add RefDatabase#getRefsByPrefix method | Jonathan Tan | 2018-04-20 | 1 | -0/+41 |
* | | | | | | | | Handle Gerrit Change-Ids for merge commits | Thomas Wolf | 2018-04-18 | 1 | -0/+20 |
* | | | | | | | | PushProcess: Remove unused import of HashMap | David Pursehouse | 2018-04-16 | 1 | -1/+0 |
* | | | | | | | | Merge "Push: Ensure ref updates are processed in input order" | David Pursehouse | 2018-04-13 | 2 | -4/+5 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Push: Ensure ref updates are processed in input order | Dave Borowitz | 2018-04-13 | 2 | -4/+5 |
* | | | | | | | | | Merge "Allow '@' as last character of ref" | Christian Halstrick | 2018-04-13 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
|
| * | | | | | | | | Allow '@' as last character of ref | Christian Halstrick | 2018-04-12 | 1 | -0/+2 |
* | | | | | | | | | DirCache: Use constant from StandardCharsets | David Pursehouse | 2018-04-12 | 1 | -4/+4 |
* | | | | | | | | | LargePackedWholeObject: Refactor to open DfsReader in try-with-resource | David Pursehouse | 2018-04-11 | 1 | -21/+15 |
|/ / / / / / / / |
|
* | | | | | | | | Don't throw if a pre-push hook is ignored. | Markus Duft | 2018-04-10 | 1 | -1/+5 |
* | | | | | | | | Merge branch 'stable-4.11' | Matthias Sohn | 2018-03-26 | 1 | -2/+2 |
|\| | | | | | | |
|
| * | | | | | | | Add missing @since tag and silence API error | Matthias Sohn | 2018-03-27 | 1 | -0/+2 |
* | | | | | | | | Significantly speed up FileTreeIterator on Windows | Thomas Wolf | 2018-03-25 | 4 | -16/+124 |
* | | | | | | | | TransportHttp: Refactor to use try-with-resource and suppress resource warning | David Pursehouse | 2018-03-25 | 1 | -15/+18 |
* | | | | | | | | Add missing @since tags for new API | Matthias Sohn | 2018-03-25 | 1 | -0/+2 |
* | | | | | | | | DfsInserter#openStream: Suppress resource warning about DfsReader | David Pursehouse | 2018-03-24 | 1 | -0/+1 |
* | | | | | | | | CloneCommand: Suppress resource warning about Repository | David Pursehouse | 2018-03-24 | 1 | -2/+2 |
* | | | | | | | | SubmoduleSyncCommand: Refactor to open Repository in try-with-resource | David Pursehouse | 2018-03-24 | 1 | -10/+11 |
* | | | | | | | | SubmoduleUpdateCommand: Refactor to open Repository in try-with-resource | David Pursehouse | 2018-03-24 | 1 | -30/+34 |
* | | | | | | | | TransportGitAnon: Suppress resource warning about Socket | David Pursehouse | 2018-03-24 | 1 | -0/+1 |
* | | | | | | | | FS#runProcess: Fix OutputStream left unclosed after IOException | David Pursehouse | 2018-03-24 | 1 | -11/+15 |
* | | | | | | | | Merge changes from topic 'If72b4b422-cleanup' | Jonathan Nieder | 2018-03-22 | 2 | -5/+6 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Suppress non-localized string warnings introduced by If72b4b422 | David Pursehouse | 2018-03-20 | 2 | -5/+6 |
* | | | | | | | | | scanPacks to return reftables even if no packs | Minh Thai | 2018-03-22 | 1 | -1/+1 |
|/ / / / / / / / |
|
* | | | | | | | | PackWriter: Fix Eclipse errors about missing Javadoc | David Pursehouse | 2018-03-20 | 1 | -6/+3 |
* | | | | | | | | ReflogWriter: Refactor to open FileOutputStream in try-with-resource | David Pursehouse | 2018-03-16 | 1 | -17/+21 |
* | | | | | | | | PushCommand: Suppress resource warning for Transport in for loop | David Pursehouse | 2018-03-16 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'stable-4.11' | David Pursehouse | 2018-03-16 | 1 | -15/+68 |
|\| | | | | | | |
|
| * | | | | | | | ObjectIdSerializer: Support serialization of known non-null ObjectId | David Pursehouse | 2018-03-15 | 1 | -15/+68 |
* | | | | | | | | Teach UploadPack to support filtering by blob size | Jonathan Tan | 2018-03-15 | 7 | -4/+140 |
* | | | | | | | | SubmoduleStatusCommand: Open Repository in try-with-resource | David Pursehouse | 2018-03-15 | 1 | -8/+6 |