summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Prepare 4.3.0-SNAPSHOT buildsMatthias Sohn2016-01-212-42/+42
* Merge branch 'stable-4.2'Matthias Sohn2016-01-2110-1370/+1440
|\
| * BundleWriterTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-211-18/+20
| * DiffFormatterTest: Remove accidentally added trailing whitespaceDavid Pursehouse2016-01-211-2/+2
| * CherryPickCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-191/+197
| * DiffFormatterTest: Create auto-closeable instances in try-with-resourceDavid Pursehouse2016-01-211-78/+82
| * CommitAndLogCommandTest: Use assumeFalse to skip test on WindowsDavid Pursehouse2016-01-211-2/+2
| * CommitAndLogCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-250/+256
| * AddCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-306/+327
| * ArchiveCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-211-85/+89
| * TagCommandTest: Instantiate Git and RevWalk objects in try-with-resourceDavid Pursehouse2016-01-201-101/+115
| * BlameCommandTest: Instantiate Git objects in try-with-resourceDavid Pursehouse2016-01-201-303/+305
| * SideBandOutputStreamTest: Use try-with-resourceDavid Pursehouse2016-01-201-11/+16
| * FileTreeIteratorJava7Test: Create Git instances in try-with-resourceDavid Pursehouse2016-01-201-32/+38
* | Fix unused throws CorruptObjectException from addTreeShawn Pearce2016-01-202-4/+2
* | Merge changes from topic 'reftree'Shawn Pearce2016-01-212-0/+159
|\ \
| * | RefTreeDatabase: Allow ORIG_HEAD, etc. on non-bare repositoriesShawn Pearce2016-01-152-0/+148
| * | RefTreeDatabase: Expose bootstrap refs in getAdditionalRefsShawn Pearce2016-01-151-0/+11
* | | Fix ResetCommand to return the resulting refChristian Halstrick2016-01-201-21/+35
* | | Add option to allow empty commits to CommitCommandChristian Halstrick2016-01-201-0/+31
* | | Merge "Remove declared IOException which is no longer thrown"Matthias Sohn2016-01-191-2/+1
|\ \ \
| * | | Remove declared IOException which is no longer thrownMatthias Sohn2016-01-201-2/+1
* | | | Merge branch 'stable-4.2'David Pursehouse2016-01-209-128/+119
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | CheckoutCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-48/+49
| * | BranchCommandTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-191-33/+33
| * | URIishTest: Use @Test annotation's `expected` argumentDavid Pursehouse2016-01-191-36/+10
| * | Suppress "The allocated object is never used" warning in testsDavid Pursehouse2016-01-196-0/+13
| * | Merge "Prepare 4.2.0-SNAPSHOT builds" into stable-4.2Matthias Sohn2016-01-192-2/+2
| |\ \
| | * | Prepare 4.2.0-SNAPSHOT buildsMatthias Sohn2016-01-192-2/+2
| * | | RefUpdateTest: Use try-with-resource for auto-closable typesDavid Pursehouse2016-01-141-10/+13
| * | | RefUpdateTest: Add null check to prevent potential NPEDavid Pursehouse2016-01-141-1/+1
| |/ /
| * | JGit v4.2.0.201512141825-rc1v4.2.0.201512141825-rc1Matthias Sohn2015-12-152-2/+2
* | | Merge "Transport: Implement AutoCloseable"Shawn Pearce2016-01-194-68/+44
|\ \ \
| * | | Transport: Implement AutoCloseableShawn Pearce2016-01-194-68/+44
| | |/ | |/|
* / | Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry andAndrey Loskutov2016-01-195-474/+111
|/ /
* | Merge "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends""Shawn Pearce2016-01-155-111/+474
|\ \
| * | Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"Shawn Pearce2016-01-155-111/+474
* | | PackWriter: Declare preparePack object sets as @NonNullShawn Pearce2016-01-121-13/+10
* | | FileRepository: Support extensions.refsBackendType = RefTreeShawn Pearce2016-01-111-1/+1
* | | RefTreeDatabase: Ref database using refs/txn/committedShawn Pearce2016-01-111-0/+685
* | | Merge "RevCommit: Better support invalid encoding headers"Shawn Pearce2016-01-112-0/+124
|\ \ \ | |/ / |/| |
| * | RevCommit: Better support invalid encoding headersShawn Pearce2016-01-112-0/+124
* | | Remove deprecated Tree, TreeEntry, FileTreeEntry and friendsShawn Pearce2016-01-095-474/+111
* | | Paths.pathCompare: Utility to sort paths from byte[]Shawn Pearce2016-01-093-1/+88
* | | Add Paths utility classShawn Pearce2016-01-081-0/+62
* | | RefTree: Store references in a Git treeShawn Pearce2016-01-072-0/+304
|/ /
* | Merge changes Idaed9310,I62bd7c0bMatthias Sohn2016-01-031-879/+572
|\ \
| * | ObjectChecker: honor some git-core fsck.* optionsShawn Pearce2015-12-301-27/+121
| * | ObjectChecker: allow some objects to skip errorsShawn Pearce2015-12-301-873/+472
* | | Fixed few locale dependent pgm testsAndrey Loskutov2016-01-021-0/+31