aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use fileAttributes to get more attributes in one goRobin Rosenberg2014-02-121-0/+146
* Add delete support to FSRobin Rosenberg2014-02-101-0/+15
* Extend the FS class for Java7Robin Rosenberg2013-05-041-12/+213
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-8/+8
* Refactor detection of Windows platform to SystemReaderRobin Rosenberg2012-08-221-1/+1
* Allow detection of case insensitive file systemsMatthias Sohn2012-08-061-0/+7
* Only print stack trace to Sytem.err when debug flag is setKevin Sawicki2011-12-271-2/+4
* Fix NPE when PATH environment variable is emptyCarl Myers2011-11-041-0/+13
* Attempt to make git prefix detection more reliableRobin Rosenberg2011-05-021-3/+55
* Fix broken git prefix detectionRobin Rosenberg2011-03-281-2/+9
* FS: Allow cloning an FS instanceShawn O. Pearce2011-03-141-0/+14
* FS: Allow userHome to be set and cachedShawn O. Pearce2011-03-141-3/+21
* FS: Allow gitPrefix to be set and cachedShawn O. Pearce2011-03-141-1/+33
* FS: Overload detect() with no argumentsShawn O. Pearce2011-03-141-11/+15
* Fix JGit --upload-pack, --receive-pack optionsShawn O. Pearce2011-02-051-0/+14