aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java
Commit message (Expand)AuthorAgeFilesLines
* FS: Open TemporaryBuffer in try-with-resourceDavid Pursehouse2018-03-061-6/+3
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-37/+77
* Fix typo in key of a JGitText externalized stringMatthias Sohn2017-12-101-1/+1
* Merge branch 'stable-4.9'Matthias Sohn2017-12-101-6/+27
|\
| * Fix IllegalThreadStateException if stderr closed without exitingDmitry Pavlenko2017-12-101-6/+27
* | Merge branch 'stable-4.9'Matthias Sohn2017-11-241-0/+31
|\|
| * Merge branch 'stable-4.7' into stable-4.8Matthias Sohn2017-11-221-0/+31
| |\
| | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-11-221-0/+31
| | |\
| | | * Merge branch 'stable-4.5' into stable-4.6Matthias Sohn2017-11-221-0/+31
| | | |\
| | | | * Fix LockFile semantics when running on NFSChristian Halstrick2017-11-221-0/+31
* | | | | Move loggers to the top of their classSaša Živkov2017-10-301-2/+2
|/ / / /
* | | | Fix null return from FS.readPipe when command fails to launchBryan Donlan2017-05-241-1/+7
* | | | RepoCommand: Add linkfile support.Dan Willemsen2017-04-181-3/+3
|/ / /
* | | Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-4/+4
* | | Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+2
* | | Change StreamGobbler to Runnable to avoid unused FutureShawn Pearce2017-01-211-12/+15
|/ /
* / FS: Fix lazy initialization of non-volatile static fieldDavid Pursehouse2016-10-181-1/+1
|/
* Don't log error if system git config does not existMatthias Sohn2016-09-051-16/+48
* Ignore IOException thrown from closeMasaya Suzuki2016-08-191-1/+10
* Fix FS.runProcess() to close the InputStreamChristian Halstrick2015-11-261-6/+7
* Introduce FS.execute() to execute a command defined by a ProcessBuilderChristian Halstrick2015-11-181-3/+75
* Use the JGit-internal @Nullable annotationTerry Parker2015-11-091-3/+5
* Enhance FS.runProcess() to support stdin-redirection and binary dataChristian Halstrick2015-11-021-40/+71
* Cleaned up various readPipe() threading issuesAndrey Loskutov2015-11-011-25/+24
* Don't report errors logged by FS with "debug" levelAndrey Loskutov2015-10-311-21/+7
* JGit CLI should check if calling itself when invoking native git exeKaloyan Raev2015-10-291-0/+8
* [performance] Remove synthetic access$ methods in lib, util and dircacheAndrey Loskutov2015-10-281-3/+3
* Use java.nio.file consistently in FSMatthias Sohn2015-09-271-11/+9
* Deprecate redundant FileUtil.delete(File), use FileUtils insteadAndrey Loskutov2015-08-261-3/+1
* Move createSymLink/readSymLink to FileUtilsAndrey Loskutov2015-08-171-5/+2
* Change FS not to throw NPE when facing InMemory databasesChristian Halstrick2015-08-161-1/+4
* Cleanup Attributes and remove obsoleted Java7BasicAttributes classAndrey Loskutov2015-08-131-12/+12
* FS: Extract GobblerThread into a private static classDave Borowitz2015-05-271-33/+57
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-261-1/+1
* FS: Allow to manually set the path to the Git system config fileSebastian Schuberth2015-05-251-0/+28
* FS: Fix a minor typo in runInShell() docsSebastian Schuberth2015-05-251-1/+1
* FS: Improve javadoc of some recently introduced methodsSebastian Schuberth2015-05-251-2/+4
* FS: Remove the gitprefix logicSebastian Schuberth2015-05-221-35/+0
* FS: Add a method to discover the system-wide config fileSebastian Schuberth2015-05-221-0/+27
* FS: Extend readPipe() to optionally take additional environmentSebastian Schuberth2015-05-211-1/+26
* FS: Document readpipe()'s encoding parameterSebastian Schuberth2015-05-211-0/+1
* Split discoverGitPrefix() code out into discoverGitExe()Sebastian Schuberth2015-05-211-1/+9
* Move resolveGrandparentFile() to the base class for wider useSebastian Schuberth2015-05-211-0/+15
* FS.readPipe() shouldn't log IOException as an errorMatthias Sohn2015-03-281-1/+1
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-231-20/+4
* Refactored pre-commit hook to make it less invasive.Laurent Delaigue2015-03-021-23/+25
* Use slf4j to log instead of printing to System.errMatthias Sohn2015-02-171-17/+23
* Introduce hook support into the FS implementationsLaurent Goubet2015-02-021-0/+341
* Cleanup catch Exception when making Java7FSFactoryShawn Pearce2014-03-111-4/+4
* Normalize paths on OS XRobin Rosenberg2014-02-121-0/+22