aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit/src/org/eclipse/jgit/junit/MockSystemReader.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] MockSystemReader: fix CatchAndPrintStackTraceMatthias Sohn2023-09-251-1/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-12/+2
* Merge branch 'stable-5.6' into stable-5.7Matthias Sohn2021-12-041-0/+3
|\
| * Add missing @since tagsMatthias Sohn2021-12-041-0/+3
* | Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
|/
* Store filesystem timestamp resolution in extra jgit configMatthias Sohn2019-11-091-0/+23
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-1/+56
|\
| * Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-1/+40
| * Implement toString in MockSystemReader and MockConfigMatthias Sohn2019-08-111-0/+11
| * Override FileBasedConfig's save method in MockConfigMatthias Sohn2019-08-101-0/+5
| * Make inner classes static where possibleDavid Pursehouse2019-06-171-1/+1
* | Convert to lambda or member referenceCarsten Hammer2019-05-161-16/+14
* | Make inner classes static where possibleDavid Pursehouse2018-09-261-1/+1
|/
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Fix javadoc in org.eclipse.jgit.junitMatthias Sohn2017-12-171-1/+25
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Define MonotonicClock interface for advanced timestampsShawn Pearce2016-11-211-0/+25
* Add missing @since tags and missing javadocMatthias Sohn2015-11-251-0/+1
* Push control of time into MockSystemReaderTerry Parker2015-10-201-1/+16
* [performance] Cache platform name in SystemReaderAndrey Loskutov2015-09-271-0/+18
* Fix junit tests under windows when the platform is explicitly changedChristian Halstrick2014-12-221-0/+2
* Allow explicit configuration of git directory in InitCommandChristian Halstrick2014-12-151-0/+1
* Validate paths during DirCheckoutRobin Rosenberg2012-04-231-0/+1
* Let the date formatter pick the locale.Daniel Megert2012-02-251-0/+13
* Add methods for configuring platform emulationRobin Rosenberg2011-12-071-0/+30
* Add locale to the properties manageable by SystemReaderRobin Rosenberg2011-10-201-0/+6
* Add a method to SystemReader to get the time zoneRobin Rosenberg2011-10-201-1/+5
* Add support for getting the system wide configurationRobin Rosenberg2010-12-311-12/+31
* 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-1/+2
* Fix unit tests using MockSystemReader with user configuationShawn O. Pearce2010-04-141-1/+7
* Don't crash if we try to load the config for a MockSystemReaderRobin Rosenberg2009-12-211-1/+8
* Create JUnit test utilities for JGit derived sourcesShawn O. Pearce2009-11-021-0/+110