aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Use constant for ".lock"Matthias Sohn2018-06-081-5/+6
* | | | | | | | | Merge branch 'stable-5.0'Jonathan Nieder2018-06-041-10/+211
|\| | | | | | | |
| * | | | | | | | Teach UploadPack "filter" in protocol v2 fetchJonathan Tan2018-06-041-0/+60
| * | | | | | | | Refactor test of capabilities outputJonathan Tan2018-06-041-11/+33
| * | | | | | | | Disallow unknown args to "fetch" in protocol v2Jonathan Tan2018-06-041-0/+23
| * | | | | | | | Teach UploadPack shallow fetch in protocol v2Jonathan Tan2018-06-041-1/+97
* | | | | | | | | Allow overriding DfsPackDescription comparator for scanning packsDave Borowitz2018-06-011-0/+20
* | | | | | | | | Move DfsPackDescription comparators to common locationDave Borowitz2018-06-011-0/+273
* | | | | | | | | Use Comparators for PackSourceDave Borowitz2018-06-011-0/+90
* | | | | | | | | Test commit with huge commit messageThomas Wolf2018-06-011-0/+95
* | | | | | | | | Merge branch 'stable-5.0'David Pursehouse2018-05-281-0/+44
|\| | | | | | | |
| * | | | | | | | Don't prune symbolic refs when fetch.prune = trueThomas Wolf2018-05-251-0/+44
* | | | | | | | | Fix trivial usages of deprecated Repository#getAllRefsDavid Pursehouse2018-05-233-3/+3
* | | | | | | | | RefTest: Refactor to not use deprecated Repository.getAllRefsDavid Pursehouse2018-05-231-12/+17
|/ / / / / / / /
* | | | | | | | Repository: Deprecate #peel methodDavid Pursehouse2018-05-223-5/+8
* | | | | | | | Skip ignored directories in FileTreeIteratorThomas Wolf2018-05-224-3/+123
* | | | | | | | Repository: Deprecate getTags methodDavid Pursehouse2018-05-221-6/+11
* | | | | | | | Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-1820-47/+47
* | | | | | | | Teach UploadPack "ofs-delta" in "fetch"Jonathan Tan2018-05-161-5/+44
* | | | | | | | Teach UploadPack "include-tag" in "fetch"Jonathan Tan2018-05-161-0/+33
* | | | | | | | Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-1555-109/+109
* | | | | | | | Introduce new RawText constructor and RawParseUtils.lineMapOrBinaryHan-Wen Nienhuys2018-05-122-2/+26
* | | | | | | | Remove trivial cases of using deprecated RefDatabase.getRefs()Matthias Sohn2018-04-251-3/+3
* | | | | | | | Suppress boxing warningMatthias Sohn2018-04-251-0/+1
* | | | | | | | Remove unnecessary semicolonMatthias Sohn2018-04-251-1/+1
* | | | | | | | Remove unused code and link to deprecated codeJonathan Tan2018-04-251-20/+1
* | | | | | | | Teach UploadPack "no-progress" in "fetch"Jonathan Tan2018-04-231-0/+42
* | | | | | | | Teach UploadPack "thin-pack" in "fetch"Jonathan Tan2018-04-231-0/+31
* | | | | | | | Teach UploadPack basic "fetch" commandJonathan Tan2018-04-231-2/+258
* | | | | | | | Teach UploadPack "ref-prefix" in "ls-refs"Jonathan Tan2018-04-231-0/+39
* | | | | | | | Implement ls-refs in UploadPackJonathan Tan2018-04-231-0/+81
* | | | | | | | Implement protocol v2 with no capabilities in UploadPackJonathan Tan2018-04-201-0/+64
* | | | | | | | PacketLineIn, PacketLineOut: Add support for delim-pktJonathan Tan2018-04-202-11/+13
* | | | | | | | Add RefDatabase#getRefsByPrefix methodJonathan Tan2018-04-201-0/+23
* | | | | | | | Handle Gerrit Change-Ids for merge commitsThomas Wolf2018-04-181-15/+57
* | | | | | | | Merge "Push: Ensure ref updates are processed in input order"David Pursehouse2018-04-131-1/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | Push: Ensure ref updates are processed in input orderDave Borowitz2018-04-131-1/+59
* | | | | | | | | Allow '@' as last character of refChristian Halstrick2018-04-121-0/+2
|/ / / / / / / /
* | | | | | | | Rename RecursiveMergerTest and ResolveMergerTest to reduce confusionDavid Pursehouse2018-03-242-2/+2
* | | | | | | | ResolveMergerTest: Use @DataPoints instead of @DataPointDavid Pursehouse2018-03-241-6/+4
* | | | | | | | UploadPackTest: Fix name hiding introduced by If72b4b422David Pursehouse2018-03-201-26/+26
* | | | | | | | Merge branch 'stable-4.11'David Pursehouse2018-03-161-2/+10
|\| | | | | | |
| * | | | | | | ObjectIdSerializer: Support serialization of known non-null ObjectIdDavid Pursehouse2018-03-151-2/+10
* | | | | | | | Teach UploadPack to support filtering by blob sizeJonathan Tan2018-03-151-0/+146
* | | | | | | | RepoCommandSymlinkTest#testLinkFileBare: Use try-with-resourceDavid Pursehouse2018-03-151-34/+36
* | | | | | | | RepoCommandTest: Refactor to use try-with-resourceDavid Pursehouse2018-03-151-395/+373
* | | | | | | | ReceivePackAdvertiseRefsHookTest#testSuccess: Open TransportLocal in t-w-rDavid Pursehouse2018-03-151-17/+19
* | | | | | | | AutoLFInputStreamTest: Use try-with-resourceDavid Pursehouse2018-03-141-25/+28
* | | | | | | | Use CHARSET in FileOutputStream instead of hard-coded "UTF-8"David Pursehouse2018-03-132-2/+4
* | | | | | | | TemporaryBufferTest: Suppress "should be managed by try-with-resource"David Pursehouse2018-03-131-1/+12