aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/FileUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated FileUtil using Java 7 NIOMatthias Sohn2018-03-101-303/+0
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-28/+92
* Deprecate FileUtil and move the code to FileUtilsAndrey Loskutov2015-09-271-100/+50
* Deprecate redundant FileUtil.delete(File), use FileUtils insteadAndrey Loskutov2015-08-261-2/+3
* Restored obsoleted createSymLink/readSymLink in FileUtilAndrey Loskutov2015-08-181-0/+25
* Move createSymLink/readSymLink to FileUtilsAndrey Loskutov2015-08-171-35/+0
* Cleanup Attributes and remove obsoleted Java7BasicAttributes classAndrey Loskutov2015-08-131-20/+2
* Delete deprecated FileUtils.setExecute(File, boolean)Matthias Sohn2015-06-031-14/+0
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-231-0/+330