summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
* Implement SHA-256 abstractionMatthias Sohn2016-02-041-1/+12
* Merge branch 'stable-4.2'Matthias Sohn2016-02-033-231/+238
|\
| * DirCacheCheckoutTest: Open Git and TreeWalk in try-with-resourceDavid Pursehouse2016-02-021-106/+109
| * ApplyCommandTest: Open Git in try-with-resourceDavid Pursehouse2016-02-021-16/+17
| * PackFileTest: Open ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2016-02-021-109/+112
* | Merge branch 'stable-4.2'David Pursehouse2016-02-0110-1169/+1223
|\|
| * FileTreeIteratorTest: Open Git and RevWalk in try-with-resourceDavid Pursehouse2016-01-261-195/+204
| * RebaseCommandTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-251-178/+200
| * PullCommandTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-251-15/+18
| * BlameGeneratorTest: Create Git instances in try-with-resourceDavid Pursehouse2016-01-251-118/+119
| * Remove unnecessary suppression of deprecation warnings in testsDavid Pursehouse2016-01-253-3/+0
| * DiffEntryTest: Open Git and TreeWalk in try-with-resourceDavid Pursehouse2016-01-251-261/+272
| * DiffCommandTest: Open Git and RevWalk in try-with-resourceDavid Pursehouse2016-01-251-139/+144
| * CommitCommandTest: Open Git and TreeWalk in try-with-resourceDavid Pursehouse2016-01-251-260/+266
* | [gitrepo] Support revision in remote tag.Yuxuan 'fishy' Wang2016-01-271-0/+53
* | Merge branch 'stable-4.2'Matthias Sohn2016-01-245-73/+82
|\|
| * Merge changes Ifdb33501,Idc7b7bbd,Ia3db8696,I4ef82311,I3ad58d4c, ... into sta...Matthias Sohn2016-01-235-73/+82
| |\
| | * ConcurrentRepackTest: Don't use deprecated WindowCache.reconfigureDavid Pursehouse2016-01-221-4/+3
| | * ConcurrentRepackTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-221-3/+6
| | * CommitOnlyTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-01-221-4/+6
| | * UnpackedObjectTest: Create ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2016-01-221-5/+11
| | * FileRepositoryBuilderTest: Use try-with-resource for auto-closeablesDavid Pursehouse2016-01-221-48/+46
| | * RepositorySetupWorkDirTest: Fix "resource leak" warningsDavid Pursehouse2016-01-221-9/+10
| * | Prepare 4.2.1-SNAPSHOT buildsMatthias Sohn2016-01-222-42/+42
| |/
| * 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
| |\
* | | 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
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|