aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/SystemReader.java
Commit message (Expand)AuthorAgeFilesLines
* SystemReader: add method to get LocalDateTimeIvan Frade2024-11-141-0/+12
* SystemReader#now: make it a concrete methodIvan Frade2024-11-141-1/+5
* SystemReader: Give a default implementation to #getTimezoneAt()Ivan Frade2024-11-131-6/+3
* SystemReader: Offer methods with java.time APIIvan Frade2024-11-081-0/+61
* [errorprone] Remove deprecated security managerIvan Frade2024-11-011-5/+1
* Add SystemReader.Delegate to reduce boiler-plate code needed to subclassMatthias Sohn2024-02-201-0/+61
* Handle global git config $XDG_CONFIG_HOME/git/configThomas Wolf2023-08-281-2/+10
* Default for global (user) git ignore fileThomas Wolf2023-06-191-16/+31
* BatchingProgressMonitor: expose time spent per taskMatthias Sohn2023-02-271-0/+25
* Run tests that checks araxis output only on LinuxSimeon Andreev2022-06-171-0/+17
* Don't rely on an implicit default character setThomas Wolf2021-10-261-0/+34
* [spotbugs] Fix incorrect lazy initialization in SystemReaderMatthias Sohn2020-12-221-2/+2
* Do not prematurely create directory of jgit's XDG config fileMatthias Sohn2020-08-221-16/+6
* Merge branch 'stable-5.6'Matthias Sohn2020-02-221-1/+1
|\
| * Reorder modifiers to follow Java Language SpecificationDavid Pursehouse2020-02-191-1/+1
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Fix NPE in SystemReader in testsThomas Wolf2019-11-121-3/+0
* Store filesystem timestamp resolution in extra jgit configMatthias Sohn2019-11-091-1/+85
* SystemReader: extract updating config and its parents if outdatedThomas Wolf2019-11-081-13/+34
* Merge branch 'stable-5.3' into stable-5.4Jonathan Nieder2019-08-291-48/+39
|\
| * Return a new instance from openSystemConfig and openUserConfigMatthias Sohn2019-08-301-49/+40
* | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-231-25/+24
|\ \
| * | Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-231-24/+23
| |\|
| | * Use AtomicReferences to cache user and system level configsMatthias Sohn2019-08-231-24/+23
| * | SystemReader: Use correct constructor of FileBasedConfigDavid Pursehouse2019-08-221-1/+1
| |/
* | Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-23/+116
|\|
| * Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-20/+113
| * Fix javadoc for SystemReader#getInstanceMatthias Sohn2019-08-161-3/+3
* | Merge branch 'stable-5.3' into stable-5.4David Pursehouse2019-05-241-1/+1
|\ \
| * | SystemReader: Respect passed-in parent when no system config is presentDave Borowitz2019-05-231-1/+1
| |/
* / Convert to lambda or member referenceCarsten Hammer2019-05-161-6/+3
|/
* 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