summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit
Commit message (Expand)AuthorAgeFilesLines
* Enhance Eclipse save actionsMatthias Sohn2017-08-281-7/+12
* Add dfs fsck implementationZhen Chen2017-07-261-0/+23
* Move BatchRefUpdate tests to a new fileDave Borowitz2017-07-251-0/+78
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-252-2/+2
* Merge branch 'stable-4.8'David Pursehouse2017-06-101-0/+7
|\
| * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-06-071-0/+7
| |\
| | * Run auto GC in the backgroundDavid Turner2017-06-061-0/+7
| | * Prepare 4.7.1-SNAPSHOTMatthias Sohn2017-04-062-19/+19
| | * JGit v4.7.0.201704051617-rv4.7.0.201704051617-rMatthias Sohn2017-04-052-2/+2
| * | Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2017-05-172-2/+2
| * | JGit v4.8.0.201705170830-rc1v4.8.0.201705170830-rc1Matthias Sohn2017-05-172-2/+2
* | | Prepare 4.9.0-SNAPSHOT buildsMatthias Sohn2017-05-302-19/+19
|/ /
* | Bazel: Restrict src globs to Java source filesDavid Pursehouse2017-04-131-1/+1
* | Prepare 4.8.0-SNAPSHOT buildsMatthias Sohn2017-04-052-19/+19
|/
* Remove Buck buildDavid Pursehouse2017-03-221-10/+0
* bazel: Mark junit targets testonlyJonathan Nieder2017-03-191-0/+1
* bazel: Add explicit targets for library dependenciesJonathan Nieder2017-03-191-1/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-204-7/+7
* Add API filter for usage of FileRepository in test classesDavid Pursehouse2017-02-201-0/+35
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-1/+1
* LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepositoryDavid Pursehouse2017-02-101-1/+1
* RepositoryCacheTest: avoid to close already closed repositoryMatthias Sohn2017-01-281-2/+22
* LocalDiskRepositoryTestCase: Only add to toClose through access methodDavid Pursehouse2017-01-281-1/+1
* LocalDiskRepositoryTestCase: Prevent duplicates in list of repos to closeDavid Pursehouse2017-01-271-1/+3
* Format Bazel files with buildifierDavid Pursehouse2017-01-221-9/+10
* Implement initial framework of Bazel buildDavid Ostrovsky2017-01-181-0/+12
* Prepare 4.7.0-SNAPSHOT buildsMatthias Sohn2016-12-272-19/+19
* Prepare 4.6.1-SNAPSHOT buildsMatthias Sohn2016-12-242-19/+19
* JGit v4.6.0.201612231935-rv4.6.0.201612231935-rMatthias Sohn2016-12-242-2/+2
* Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-214-6/+118
* Deprecate SafeBufferedOutputStreamShawn Pearce2016-11-141-3/+3
* Organize importsDavid Pursehouse2016-11-141-2/+11
* Change JGit minimum execution environment to JavaSE-1.8Matthias Sohn2016-09-203-5/+5
* Prepare 4.6.0-SNAPSHOT buildsMatthias Sohn2016-09-192-17/+17
* Add a RepeatRule to help repeating flaky testsMatthias Sohn2016-08-253-1/+188
* Ignore 'The value of exception parameter is not used' warningDavid Pursehouse2016-07-261-0/+1
* Prepare 4.5.0-SNAPSHOT buildsMatthias Sohn2016-06-012-17/+17
* Remove the deprecated TestRepository.getClock() methodTerry Parker2016-05-311-11/+0
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-312-4/+4
* Fix type parameter in javadoc in TestRepository.delete(String ref)Matthias Sohn2016-05-051-1/+1
* TestRepository: Add delete() methodJonathan Nieder2016-05-041-0/+34
* Prepare 4.4.0-SNAPSHOT buildsMatthias Sohn2016-04-082-17/+17
* Prepare 4.3.1-SNAPSHOT versionsMatthias Sohn2016-04-082-17/+17
* JGit v4.3.0.201604071810-rv4.3.0.201604071810-rMatthias Sohn2016-04-082-2/+2
* JGit v4.3.0.201604071045-rMatthias Sohn2016-04-072-2/+2
* In TestRepository, use a consistent clockTerry Parker2016-03-251-13/+12
* Fix apply patch which did not work with non-ascii charactersXinTong Wang2016-03-031-3/+3
* Merge branch 'stable-4.2'Matthias Sohn2016-02-151-1/+1
|\
| * Don't use deprecated LockFile constructorDavid Pursehouse2016-02-151-1/+1
* | Merge branch 'stable-4.2'Matthias Sohn2016-02-101-4/+5
|\|