summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* JGit v4.2.0.201601211800-rv4.2.0.201601211800-rMatthias Sohn2016-01-212-2/+2
* Fix unused throws CorruptObjectException from addTreeShawn Pearce2016-01-212-4/+2
* Merge branch 'master' into stable-4.2Matthias Sohn2016-01-2132-1531/+2715
|\
| * 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
| |\ \ | | |/ | |/|
| * | 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
* | | | | 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