summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java
Commit message (Expand)AuthorAgeFilesLines
* Fix Javadoc typoMichael Keppler2018-06-101-2/+2
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-11/+42
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+8
* Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-211-0/+10
* Organize importsDavid Pursehouse2016-11-141-1/+1
* DirCacheEntry: Speed up creation by avoiding string castShawn Pearce2015-11-281-0/+15
* [performance] Cache platform name in SystemReaderAndrey Loskutov2015-09-271-14/+26
* FS: Allow to manually set the path to the Git system config fileSebastian Schuberth2015-05-251-1/+1
* SystemReader: Use discoverGitSystemConfig() in openSystemConfig()Sebastian Schuberth2015-05-221-5/+3
* Fix junit tests under windows when the platform is explicitly changedChristian Halstrick2014-12-221-5/+13
* Move checkPath from DirCacheCheckout to ObjectCheckerShawn Pearce2014-11-281-3/+38
* Cache SimpleDateFormat in GitDateParser per localeMatthias Sohn2013-11-231-0/+15
* Make sure SystemReader is reset after test is runRobin Stocker2013-10-221-1/+2
* JGit 3.0: move internal classes into an internal subpackageShawn Pearce2013-03-181-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-8/+8
* Implement a parser for datesChristian Halstrick2012-08-281-2/+7
* Refactor detection of Windows platform to SystemReaderRobin Rosenberg2012-08-221-0/+13
* Refactor detection of OS X to SystemReaderRobin Rosenberg2012-08-221-0/+15
* Let the date formatter pick the locale.Daniel Megert2012-02-251-0/+33
* Fix compatibilty breakage for SystemReaderRobin Rosenberg2011-10-231-11/+8
* Add locale to the properties manageable by SystemReaderRobin Rosenberg2011-10-201-0/+11
* Add a method to SystemReader to get the time zoneRobin Rosenberg2011-10-201-1/+10
* Add support for getting the system wide configurationRobin Rosenberg2010-12-311-5/+39
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-271-1/+1
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-261-1/+1
* Repository can be configured with FSMarc Strapetz2010-06-041-3/+6
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+153