summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/FS.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for getting the system wide configurationRobin Rosenberg2010-12-311-0/+3
* Refactor exec of a command and reading one line into utilityRobin Rosenberg2010-12-301-0/+42
* Refactor search for a file within a PATHRobin Rosenberg2010-12-301-0/+11
* Add FS.detect() for detection of file system abstraction.Marc Strapetz2010-09-011-6/+34
* Fix concurrent read / write issue in GitIndex on WindowsJens Baumgart2010-07-211-0/+7
* Repository can be configured with FSMarc Strapetz2010-06-041-35/+18
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-7/+7
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+184