aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/util/FileUtilTest.java
Commit message (Expand)AuthorAgeFilesLines
* Rename FileUtilTest to FileUtilsTest and merge in FileUtils7TestHongkai Liu2017-01-301-515/+0
* Checkout should be able to override modified symbolic linksAndrey Loskutov2015-12-171-8/+18
* Fix FileUtils.testRelativize_mixedCase which failed on Mac OS XMatthias Sohn2015-02-021-19/+8
* Introduce hook support into the FS implementationsLaurent Goubet2015-02-021-0/+79
* Remove hardcoded target/trash from test casesShawn Pearce2013-11-011-3/+4
* Make JGit test work with both hamcrest 1.1 (juno) and 1.3 (kepler)Robin Rosenberg2013-06-091-3/+1
* Extend the FS class for Java7Robin Rosenberg2013-05-041-0/+15
* Abort before delete in FileUtils.delete EMPTY_DIRECTORIES_ONLY|RECURSIVERobin Stocker2013-04-291-1/+116
* Revert "Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLY"Shawn Pearce2013-04-191-85/+0
* Extend FileUtils.rename to common git semanticsRobin Rosenberg2013-03-261-0/+69
* Add tests for FileUtils.delete and EMPTY_DIREECTORIES_ONLYRobin Rosenberg2013-03-241-0/+85
* Extend FileUtils.delete with option to delete empty directories onlyRobin Rosenberg2013-03-081-0/+46
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-6/+6
* File utility for creating a new empty fileMatthias Sohn2011-01-141-0/+15
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-6/+16
* File utilities for creating directoriesMatthias Sohn2010-12-131-4/+77
* Add option to skip deletion of non-existing filesMatthias Sohn2010-12-101-0/+95