Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Merge branch 'stable-4.8' into stable-4.9 | Matthias Sohn | 2018-05-10 | 3 | -31/+56 | |
| | | |\ | ||||||
| | | | * | Merge branch 'stable-4.7' into stable-4.8 | Matthias Sohn | 2018-05-10 | 3 | -31/+56 | |
| | | | |\ | ||||||
| | | | | * | Merge branch 'stable-4.6' into stable-4.7 | Matthias Sohn | 2018-05-10 | 3 | -31/+56 | |
| | | | | |\ | ||||||
| | | | | | * | Merge branch 'stable-4.5' into stable-4.6 | Matthias Sohn | 2018-05-10 | 3 | -31/+56 | |
| | | | | | |\ | ||||||
| | | | | | | * | Retry stale file handles on .git/config file | Nasser Grainawi | 2018-05-10 | 3 | -31/+56 | |
* | | | | | | | | Mark CrissCrossMergeTest as flaky | Jonathan Nieder | 2018-05-08 | 1 | -0/+5 | |
* | | | | | | | | Merge "Add API filter for "non-API type FileRepository" in tests" | Matthias Sohn | 2018-05-05 | 1 | -0/+35 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add API filter for "non-API type FileRepository" in tests | David Pursehouse | 2018-05-06 | 1 | -0/+35 | |
* | | | | | | | | | Replace http://errorprone.info with https://errorprone.info | Jonathan Nieder | 2018-05-04 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Bazel: Add a target to build jgit commandline tool | Jonathan Nieder | 2018-05-02 | 1 | -0/+6 | |
* | | | | | | | | ssh: Kill the external process when we're done instead of waiting forever | Carsten Pfeiffer | 2018-05-02 | 1 | -4/+6 | |
* | | | | | | | | Rename RefDatabase#getAllRefs to getRefs | Jonathan Nieder | 2018-04-29 | 14 | -37/+47 | |
* | | | | | | | | RefDatabase: add hasRefs convenience method | David Pursehouse | 2018-04-29 | 2 | -1/+13 | |
* | | | | | | | | Fix comparison order in AnyObjectId | David Turner | 2018-04-27 | 1 | -8/+10 | |
* | | | | | | | | RefDatabase: Introduce getAllRefs method | David Pursehouse | 2018-04-27 | 14 | -39/+33 | |
* | | | | | | | | 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 | |
* | | | | | | | | Use eclipse compiler in Maven build | Matthias Sohn | 2018-04-25 | 1 | -57/+101 | |
* | | | | | | | | Remove trivial cases of using deprecated RefDatabase.getRefs() | Matthias Sohn | 2018-04-25 | 20 | -54/+50 | |
* | | | | | | | | Suppress boxing warning | Matthias Sohn | 2018-04-25 | 1 | -0/+1 | |
* | | | | | | | | Remove unnecessary semicolon | Matthias Sohn | 2018-04-25 | 1 | -1/+1 | |
* | | | | | | | | Fix non-externalized String warnings | Matthias Sohn | 2018-04-25 | 5 | -46/+58 | |
* | | | | | | | | Remove unused code and link to deprecated code | Jonathan Tan | 2018-04-25 | 2 | -22/+2 | |
* | | | | | | | | File compile and API errors in JGit | Michael Keppler | 2018-04-25 | 1 | -7/+11 | |
* | | | | | | | | Merge "Upgrade error_prone_core to 2.3.1" | Matthias Sohn | 2018-04-23 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Upgrade error_prone_core to 2.3.1 | David Pursehouse | 2018-04-23 | 1 | -2/+2 | |
* | | | | | | | | | Teach UploadPack "no-progress" in "fetch" | Jonathan Tan | 2018-04-23 | 2 | -0/+44 | |
* | | | | | | | | | Teach UploadPack "thin-pack" in "fetch" | Jonathan Tan | 2018-04-23 | 2 | -0/+33 | |
* | | | | | | | | | Teach UploadPack basic "fetch" command | Jonathan Tan | 2018-04-23 | 3 | -12/+349 | |
* | | | | | | | | | Teach UploadPack "ref-prefix" in "ls-refs" | Jonathan Tan | 2018-04-23 | 2 | -3/+62 | |
* | | | | | | | | | 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 | 4 | -1/+160 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Implement protocol v2 with no capabilities in UploadPack | Jonathan Tan | 2018-04-20 | 3 | -3/+197 | |
* | | | | | | | | PacketLineIn, PacketLineOut: Add support for delim-pkt | Jonathan Tan | 2018-04-20 | 4 | -11/+41 | |
* | | | | | | | | Add RefDatabase#getRefsByPrefix method | Jonathan Tan | 2018-04-20 | 2 | -0/+64 | |
* | | | | | | | | Handle Gerrit Change-Ids for merge commits | Thomas Wolf | 2018-04-18 | 2 | -15/+77 | |
* | | | | | | | | PushProcess: Remove unused import of HashMap | David Pursehouse | 2018-04-16 | 1 | -1/+0 | |
* | | | | | | | | Configure WindowCache settings to use in JGit CLI | Matthias Sohn | 2018-04-13 | 1 | -0/+10 | |
* | | | | | | | | Merge "Push: Ensure ref updates are processed in input order" | David Pursehouse | 2018-04-13 | 3 | -5/+64 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Push: Ensure ref updates are processed in input order | Dave Borowitz | 2018-04-13 | 3 | -5/+64 | |
* | | | | | | | | | Merge "Allow '@' as last character of ref" | Christian Halstrick | 2018-04-13 | 2 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Allow '@' as last character of ref | Christian Halstrick | 2018-04-12 | 2 | -0/+4 | |
* | | | | | | | | | DirCache: Use constant from StandardCharsets | David Pursehouse | 2018-04-12 | 1 | -4/+4 | |
* | | | | | | | | | Use Constants.CHARACTER_ENCODING in tests | David Pursehouse | 2018-04-11 | 2 | -2/+3 | |
* | | | | | | | | | 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' | David Pursehouse | 2018-04-09 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | LFS: Fix potential NPE in LfsPrePushHook | Markus Duft | 2018-04-04 | 1 | -0/+4 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Silence API error for ObjectIdSerializer.readWithoutMarker() | Thomas Wolf | 2018-03-27 | 1 | -0/+7 |