aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | buck: set vm_args for testsShawn Pearce2016-01-011-0/+1
* | | Merge changes from topic 'add-df'Shawn Pearce2016-01-013-5/+203
|\ \ \
| * | | DirCache: Do not create duplicate tree entriesShawn Pearce2015-12-291-0/+46
| * | | DirCacheEditor: Replace file-with-tree and tree-with-fileShawn Pearce2015-12-292-4/+60
| * | | AddCommand: Use NameConflictTreeWalk to identify file-dir changesShawn Pearce2015-12-291-1/+97
* | | | buck: run testsShawn Pearce2015-12-311-0/+94
| |/ / |/| |
* | | PackWriter: use lib.ObjectIdSet to avoid wrapperShawn Pearce2015-12-291-12/+3
|/ /
* | Skip nested copyfiles in RepoCommand.Yuxuan 'fishy' Wang2015-12-221-1/+6
* | Checkout should be able to override modified symbolic linksAndrey Loskutov2015-12-172-8/+83
* | Included cached deltas in delta packStatistics.James Kolb2015-12-161-0/+34
* | Merge changes Ib4d53bdd,I55bd512cJonathan Nieder2015-12-161-33/+117
|\ \
| * | Do not let PathFilter.create("a/b") match 'a' unless 'a' is a subtreeJonathan Nieder2015-12-151-6/+37
| * | Add tests for PathFilterGroup.SingleJonathan Nieder2015-12-151-33/+86
| |/
* | Merge "Refspec: loosen restrictions on wildcard "*""Shawn Pearce2015-12-151-15/+35
|\ \
| * | Refspec: loosen restrictions on wildcard "*"Marc Strapetz2015-10-211-15/+35
* | | Merge "Bug 484342: Support @ in username in SSH url."Shawn Pearce2015-12-151-0/+42
|\ \ \ | |_|/ |/| |
| * | Bug 484342: Support @ in username in SSH url.Mike Gilbode2015-12-151-0/+42
* | | Merge "push: Do not blindly overwrite peer"Shawn Pearce2015-12-141-0/+143
|\ \ \ | |/ / |/| |
| * | push: Do not blindly overwrite peerShawn Pearce2015-12-141-0/+143
* | | Fix FileTreeIterator.idSubmodule(Entry)Christian Halstrick2015-12-131-1/+1