Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Always send refs' objects despite "filter" in pack | Jonathan Tan | 2018-07-20 | 1 | -0/+79 | |
* | | | | | | | | | Merge "Ensure RacyGitTests don't raise false negatives" | Jonathan Nieder | 2018-07-20 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Ensure RacyGitTests don't raise false negatives | Christian Halstrick | 2018-07-17 | 1 | -2/+6 | |
* | | | | | | | | | | ResolveMerger: don't try needlessly to delete directories | Thomas Wolf | 2018-07-19 | 2 | -1/+61 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Add API to specify the submodule name | Masaya Suzuki | 2018-07-12 | 1 | -0/+56 | |
* | | | | | | | | | Make Reftable seek* and has* method names more consistent | Minh Thai | 2018-07-11 | 2 | -9/+9 | |
* | | | | | | | | | Seek references by prefix in reftable | Minh Thai | 2018-07-10 | 2 | -9/+9 | |
* | | | | | | | | | Return parsed objects from TestRepository.commit/tree/blob() | Terry Parker | 2018-06-28 | 4 | -110/+116 | |
* | | | | | | | | | Correctly handle initialization of shallow commits | Terry Parker | 2018-06-26 | 1 | -0/+16 | |
* | | | | | | | | | Test uniform bitmap commit selection across multiple branches | tparker | 2018-06-26 | 1 | -6/+101 | |
* | | | | | | | | | Merge branch 'stable-5.0' | Matthias Sohn | 2018-06-14 | 2 | -53/+172 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | RefUpdateTest: Refactor to not use deprecated Repository#getAllRefs | David Pursehouse | 2018-06-13 | 1 | -17/+27 | |
| * | | | | | | | | Make JGit describe behaves same as c-git for lightweight tags | Marcel Trautwein | 2018-06-13 | 1 | -36/+145 | |
* | | | | | | | | | Merge branch 'stable-5.0' | Matthias Sohn | 2018-06-10 | 2 | -1/+14 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | RawTextTest#testBinary: use array comparison to compare arrays | Matthias Sohn | 2018-06-09 | 1 | -1/+2 | |
| * | | | | | | | | Validate branch names on branch creation | Matthias Sohn | 2018-06-09 | 1 | -0/+12 | |
* | | | | | | | | | Merge branch 'stable-5.0' | Jonathan Nieder | 2018-06-08 | 1 | -5/+6 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Use constant for ".lock" | Matthias Sohn | 2018-06-08 | 1 | -5/+6 | |
* | | | | | | | | | Merge branch 'stable-5.0' | Jonathan Nieder | 2018-06-04 | 1 | -10/+211 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Teach UploadPack "filter" in protocol v2 fetch | Jonathan Tan | 2018-06-04 | 1 | -0/+60 | |
| * | | | | | | | | Refactor test of capabilities output | Jonathan Tan | 2018-06-04 | 1 | -11/+33 | |
| * | | | | | | | | Disallow unknown args to "fetch" in protocol v2 | Jonathan Tan | 2018-06-04 | 1 | -0/+23 | |
| * | | | | | | | | Teach UploadPack shallow fetch in protocol v2 | Jonathan Tan | 2018-06-04 | 1 | -1/+97 | |
* | | | | | | | | | Allow overriding DfsPackDescription comparator for scanning packs | Dave Borowitz | 2018-06-01 | 1 | -0/+20 | |
* | | | | | | | | | Move DfsPackDescription comparators to common location | Dave Borowitz | 2018-06-01 | 1 | -0/+273 | |
* | | | | | | | | | Use Comparators for PackSource | Dave Borowitz | 2018-06-01 | 1 | -0/+90 | |
* | | | | | | | | | Test commit with huge commit message | Thomas Wolf | 2018-06-01 | 1 | -0/+95 | |
* | | | | | | | | | Merge branch 'stable-5.0' | David Pursehouse | 2018-05-28 | 1 | -0/+44 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Don't prune symbolic refs when fetch.prune = true | Thomas Wolf | 2018-05-25 | 1 | -0/+44 | |
* | | | | | | | | | Fix trivial usages of deprecated Repository#getAllRefs | David Pursehouse | 2018-05-23 | 3 | -3/+3 | |
* | | | | | | | | | RefTest: Refactor to not use deprecated Repository.getAllRefs | David Pursehouse | 2018-05-23 | 1 | -12/+17 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Repository: Deprecate #peel method | David Pursehouse | 2018-05-22 | 3 | -5/+8 | |
* | | | | | | | | Skip ignored directories in FileTreeIterator | Thomas Wolf | 2018-05-22 | 4 | -3/+123 | |
* | | | | | | | | Repository: Deprecate getTags method | David Pursehouse | 2018-05-22 | 1 | -6/+11 | |
* | | | | | | | | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 20 | -47/+47 | |
* | | | | | | | | 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 | 55 | -109/+109 | |
* | | | | | | | | Introduce new RawText constructor and RawParseUtils.lineMapOrBinary | Han-Wen Nienhuys | 2018-05-12 | 2 | -2/+26 | |
* | | | | | | | | 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 |