| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 21 | -52/+52 |
* | Teach UploadPack "ofs-delta" in "fetch" | Jonathan Tan | 2018-05-16 | 1 | -5/+44 |
* | Teach UploadPack "include-tag" in "fetch" | Jonathan Tan | 2018-05-16 | 1 | -0/+33 |
* | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 56 | -110/+110 |
* | Introduce new RawText constructor and RawParseUtils.lineMapOrBinary | Han-Wen Nienhuys | 2018-05-12 | 2 | -2/+26 |
* | Mark CrissCrossMergeTest as flaky | Jonathan Nieder | 2018-05-08 | 1 | -0/+5 |
* | Remove trivial cases of using deprecated RefDatabase.getRefs() | Matthias Sohn | 2018-04-25 | 1 | -3/+3 |
* | Suppress boxing warning | Matthias Sohn | 2018-04-25 | 1 | -0/+1 |
* | Remove unnecessary semicolon | Matthias Sohn | 2018-04-25 | 1 | -1/+1 |
* | Remove unused code and link to deprecated code | Jonathan Tan | 2018-04-25 | 1 | -20/+1 |
* | Teach UploadPack "no-progress" in "fetch" | Jonathan Tan | 2018-04-23 | 1 | -0/+42 |
* | Teach UploadPack "thin-pack" in "fetch" | Jonathan Tan | 2018-04-23 | 1 | -0/+31 |
* | Teach UploadPack basic "fetch" command | Jonathan Tan | 2018-04-23 | 1 | -2/+258 |
* | Teach UploadPack "ref-prefix" in "ls-refs" | Jonathan Tan | 2018-04-23 | 1 | -0/+39 |
* | Implement ls-refs in UploadPack | Jonathan Tan | 2018-04-23 | 1 | -0/+81 |
* | Implement protocol v2 with no capabilities in UploadPack | Jonathan Tan | 2018-04-20 | 1 | -0/+64 |
* | PacketLineIn, PacketLineOut: Add support for delim-pkt | Jonathan Tan | 2018-04-20 | 2 | -11/+13 |
* | Add RefDatabase#getRefsByPrefix method | Jonathan Tan | 2018-04-20 | 1 | -0/+23 |
* | Handle Gerrit Change-Ids for merge commits | Thomas Wolf | 2018-04-18 | 1 | -15/+57 |
* | Merge "Push: Ensure ref updates are processed in input order" | David Pursehouse | 2018-04-13 | 1 | -1/+59 |
|\ |
|
| * | Push: Ensure ref updates are processed in input order | Dave Borowitz | 2018-04-13 | 1 | -1/+59 |
* | | Allow '@' as last character of ref | Christian Halstrick | 2018-04-12 | 1 | -0/+2 |
|/ |
|
* | Significantly speed up FileTreeIterator on Windows | Thomas Wolf | 2018-03-25 | 1 | -0/+93 |
* | Rename RecursiveMergerTest and ResolveMergerTest to reduce confusion | David Pursehouse | 2018-03-24 | 2 | -2/+2 |
* | ResolveMergerTest: Use @DataPoints instead of @DataPoint | David Pursehouse | 2018-03-24 | 1 | -6/+4 |
* | UploadPackTest: Fix name hiding introduced by If72b4b422 | David Pursehouse | 2018-03-20 | 1 | -26/+26 |
* | Merge branch 'stable-4.11' | David Pursehouse | 2018-03-16 | 1 | -2/+10 |
|\ |
|
| * | ObjectIdSerializer: Support serialization of known non-null ObjectId | David Pursehouse | 2018-03-15 | 1 | -2/+10 |
* | | Teach UploadPack to support filtering by blob size | Jonathan Tan | 2018-03-15 | 1 | -0/+146 |
* | | RepoCommandSymlinkTest#testLinkFileBare: Use try-with-resource | David Pursehouse | 2018-03-15 | 1 | -34/+36 |
* | | RepoCommandTest: Refactor to use try-with-resource | David Pursehouse | 2018-03-15 | 1 | -395/+373 |
* | | ReceivePackAdvertiseRefsHookTest#testSuccess: Open TransportLocal in t-w-r | David Pursehouse | 2018-03-15 | 1 | -17/+19 |
* | | AutoLFInputStreamTest: Use try-with-resource | David Pursehouse | 2018-03-14 | 1 | -25/+28 |
* | | Use CHARSET in FileOutputStream instead of hard-coded "UTF-8" | David Pursehouse | 2018-03-13 | 2 | -2/+4 |
* | | TemporaryBufferTest: Suppress "should be managed by try-with-resource" | David Pursehouse | 2018-03-13 | 1 | -1/+12 |
* | | Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-13 | 25 | -450/+372 |
* | | Implement --force option in FetchCommand and CLI fetch command | Matthias Sohn | 2018-03-13 | 1 | -0/+19 |
* | | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 | David Pursehouse | 2018-03-11 | 28 | -200/+200 |
* | | Remove deprecated IgnoreNode#isIgnored method | Matthias Sohn | 2018-03-10 | 1 | -14/+0 |
* | | Fix misspelled class name: EmtpyCommitException -> EmptyCommitException | David Pursehouse | 2018-03-10 | 1 | -3/+3 |
* | | Remove deprecated ArchiveCommand#putEntry method | Matthias Sohn | 2018-03-09 | 1 | -5/+0 |
* | | Prepare 5.0.0-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 2 | -47/+47 |
|/ |
|
* | Prepare 4.11.1-SNAPSHOT builds | Matthias Sohn | 2018-03-08 | 2 | -47/+47 |
* | JGit v4.11.0.201803080745-rv4.11.0.201803080745-r | Matthias Sohn | 2018-03-08 | 2 | -2/+2 |
* | Fix DiffFormatter for diffs against working tree with autocrlf=true | Thomas Wolf | 2018-03-07 | 1 | -0/+98 |
* | MergeHeadMsgTest: Open FileOutputStream in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -15/+7 |
* | Use StandardCharsets.UTF_8 in tests | David Pursehouse | 2018-03-07 | 5 | -6/+8 |
* | IndexDiffWithSymlinkTest: Open InputStream in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -6/+4 |
* | HugeFileTest: Open RandomAccessFile in try-with-resource | David Pursehouse | 2018-03-07 | 1 | -23/+23 |
* | GetTextTest: Open InputStream in try-with-resource | David Pursehouse | 2018-03-06 | 1 | -16/+10 |