aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse
Commit message (Expand)AuthorAgeFilesLines
* NB: encode and decode 24-bit intsShawn Pearce2017-08-091-0/+65
* Remove unused import introduced in a551b64Matthias Sohn2017-08-011-1/+0
* Merge changes I424295df,Ib003f7c8David Pursehouse2017-08-011-24/+24
|\
| * Treat RawText of binary data as file with one single line.Han-Wen Nienhuys2017-08-011-0/+7
| * Trim boilerplate in RawParseUtils_LineMapTest.Han-Wen Nienhuys2017-07-271-24/+17
* | Merge "Use w1 for hashCode of AbbreviatedObjectId"Terry Parker2017-07-281-3/+13
|\ \
| * | Use w1 for hashCode of AbbreviatedObjectIdShawn Pearce2017-07-281-3/+13
* | | Merge "IntList: support contains(int)"David Pursehouse2017-07-281-0/+11
|\| |
| * | IntList: support contains(int)Shawn Pearce2017-07-281-0/+11
* | | RefDirectory: Add in-process fair lock for atomic updatesDave Borowitz2017-07-281-0/+55
* | | RefDirectory: Retry acquiring ref locks with backoffDave Borowitz2017-07-282-0/+106
* | | Merge "Fix committing empty commits"David Pursehouse2017-07-281-0/+5
|\ \ \
| * | | Fix committing empty commitsChristian Halstrick2017-07-281-0/+5
* | | | Merge "Support overriding a batch's reflog on a per-ReceiveCommand basis"David Pursehouse2017-07-281-0/+45
|\ \ \ \ | |/ / / |/| | |
| * | | Support overriding a batch's reflog on a per-ReceiveCommand basisDave Borowitz2017-07-261-0/+45
* | | | Merge changes from topic 'batch-ref-update-reflog'David Pursehouse2017-07-281-0/+316
|\| | |
| * | | PackedBatchRefUpdate: Write reflogsDave Borowitz2017-07-261-0/+316
* | | | Add commit check for head referencesZhen Chen2017-07-261-0/+26
* | | | Add connectivity check from referencesZhen Chen2017-07-261-0/+42
* | | | Add dfs fsck implementationZhen Chen2017-07-262-13/+202
|/ / /
* | | Improve BatchRefUpdateTest readabilityDave Borowitz2017-07-251-205/+216
* | | Move BatchRefUpdate tests to a new fileDave Borowitz2017-07-252-493/+402
* | | Implement atomic BatchRefUpdates for RefDirectoryDave Borowitz2017-07-251-7/+296
* | | Separate RefUpdate.Result.REJECTED_{MISSING_OBJECT,OTHER_REASON}Dave Borowitz2017-07-254-80/+94
* | | Add missing newlines at ends of Java filesDavid Pursehouse2017-07-256-6/+6
* | | Temporarily @Ignore flaky CommitCommandTest methodsDave Borowitz2017-07-251-0/+3
* | | Fix matching ignores and attributes pattern of form a/b/**.Dmitry Pavlenko2017-07-242-1/+25
* | | Merge changes from topic 'packed-batch-ref-update'David Pursehouse2017-07-243-37/+179
|\ \ \ | |/ / |/| |
| * | Add tests for updating single refs to missing objectsDave Borowitz2017-07-171-0/+88
| * | Fix deleting symrefsDave Borowitz2017-07-171-4/+65
| * | RefDirectory: Throw exception if CAS of packed ref list failsDave Borowitz2017-07-171-15/+13
| * | ReceiveCommand: Explicitly check constructor preconditionsDave Borowitz2017-07-171-18/+13
* | | dfs: silence resource warnings in DfsBlockCacheTestShawn Pearce2017-07-191-0/+2
* | | dfs: Fix DataFormatException: 0 bytes to inflateShawn Pearce2017-07-191-4/+43
* | | dfs: test for repositories sharing blocks in DfsBlockCacheShawn Pearce2017-07-191-0/+103
* | | dfs: Fix build break caused by DfsStreamKey.of signature changeShawn Pearce2017-07-191-1/+2
* | | Derive DfsStreamKey from DfsPackDescriptionShawn Pearce2017-07-171-1/+1
* | | Rename DfsPackKey to DfsStreamKeyShawn Pearce2017-07-171-2/+2
|/ /
* | Merge "Support -merge attribute in binary macro"Christian Halstrick2017-07-031-0/+585
|\ \
| * | Support -merge attribute in binary macroMathieu Cartaud2017-06-271-0/+585
* | | Add a test for parsing fsck config options and expose FsckMode enumDavid Turner2017-06-231-0/+5
|/ /
* | Fix bug in multiple tag handling on DescribeCommandOliver Lockwood2017-06-211-0/+24
* | Support --match functionality in DescribeCommandOliver Lockwood2017-06-201-8/+28
* | Add tests for SubmoduleConfigDavid Pursehouse2017-06-151-0/+91
* | Add a new singlePack option to PackConfigTerry Parker2017-06-141-0/+21
* | Fix out-of-bounds exception in RepoCommand#relativeHan-Wen Nienhuys2017-05-241-0/+1
* | Fix null return from FS.readPipe when command fails to launchBryan Donlan2017-05-241-3/+12
* | Allow DfsReader to be subclassedShawn Pearce2017-05-191-1/+1
* | Exclude refs/tags from bitmap commit selectionTerry Parker2017-05-182-3/+15
* | Checkout should not use too long filenamesChristian Halstrick2017-05-101-0/+14
|/