aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/FS_POSIX.java
Commit message (Expand)AuthorAgeFilesLines
* Split discoverGitPrefix() code out into discoverGitExe()Sebastian Schuberth2015-05-211-17/+15
* Equalize discoverGitPrefix() implementations between POSIX and Win32Sebastian Schuberth2015-05-211-10/+12
* Move resolveGrandparentFile() to the base class for wider useSebastian Schuberth2015-05-211-5/+2
* FS_POSIX: Rework umask detection to make it settableShawn Pearce2015-05-101-154/+72
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-231-3/+294
* Refactored pre-commit hook to make it less invasive.Laurent Delaigue2015-03-021-3/+3
* Introduce hook support into the FS implementationsLaurent Goubet2015-02-021-0/+14
* Extend the FS class for Java7Robin Rosenberg2013-05-041-3/+24
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-6/+6
* Refactor detection of OS X to SystemReaderRobin Rosenberg2012-08-221-17/+2
* Allow detection of case insensitive file systemsMatthias Sohn2012-08-061-0/+8
* Make FS OS X detection work for OpenJDKRobin Rosenberg2012-06-061-1/+1
* FS: Allow cloning an FS instanceShawn O. Pearce2011-03-141-0/+8
* FS: Allow gitPrefix to be set and cachedShawn O. Pearce2011-03-141-1/+1
* Fix NPE on reading global config on MACJens Baumgart2011-02-091-1/+6
* Fix JGit --upload-pack, --receive-pack optionsShawn O. Pearce2011-02-051-0/+16
* Add support for getting the system wide configurationRobin Rosenberg2010-12-311-0/+81