aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | 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