aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/RepositoryTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-8/+12
|\
| * Persist minimal racy threshold and allow manual configurationMatthias Sohn2019-08-061-1/+1
| * Measure minimum racy interval to auto-configure FileSnapshotMatthias Sohn2019-08-061-1/+2
| * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-8/+11
* | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-06-061-11/+17
|\|
| * Enhance fsTick() to use filesystem timer resolutionChristian Halstrick2019-06-051-8/+16
| * Measure file timestamp resolution used in FileSnapshotMatthias Sohn2019-05-221-3/+1
* | Join catch sections using multicatchCarsten Hammer2019-04-131-3/+1
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-8/+8
* Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-131-19/+14
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
* Use StandardCharsets.UTF_8 in testsDavid Pursehouse2018-03-071-1/+2
* Honor CRLF settings when writing merge resultsThomas Wolf2018-02-021-8/+8
* Fix javadoc in org.eclipse.jgit.junitMatthias Sohn2017-12-171-5/+104
* Replace use of deprecated method Repository.getRef()Matthias Sohn2016-05-311-1/+1
* Fix apply patch which did not work with non-ascii charactersXinTong Wang2016-03-031-3/+3
* RepositoryTestCase: Open autocloseable types in try-with-resourceDavid Pursehouse2016-02-051-4/+5
* Add support for clean filtersChristian Halstrick2015-11-271-0/+13
* Add missing @since tags and missing javadocMatthias Sohn2015-11-251-0/+11
* Delete non empty directories before checkout a pathAndrey Loskutov2015-10-091-0/+6
* Move `RepositoryTestCase.indexState` to parent classChris Price2015-07-101-97/+0
* Change `indexState` to static methodChris Price2015-07-101-1/+1
* Use local variable in RepositoryTestCase.indexStateChris Price2015-07-071-1/+1
* Replace deprecated release() methods by close()Matthias Sohn2015-05-211-27/+29
* Fix RecursiveMerger's internal use of merge to find a merge baseChristian Halstrick2014-07-251-0/+4
* Try to fix intermittent test failure related to file timestampsRobin Rosenberg2014-07-011-3/+4
* Enhance RepositoryTestCase.commitFile() to work on empty repositoryMatthias Sohn2013-10-311-4/+13
* Fix failed tests when the tmp directory is a symlinkRobin Rosenberg2013-10-201-0/+5
* Update reflog like C Git during rebase (non-interactive)Robin Rosenberg2013-07-211-0/+1
* Extend the FS class for Java7Robin Rosenberg2013-05-041-6/+8
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-041-0/+498