index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
util
/
SystemReader.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
SystemReader: add method to get LocalDateTime
Ivan Frade
2024-11-14
1
-0
/
+12
*
SystemReader#now: make it a concrete method
Ivan Frade
2024-11-14
1
-1
/
+5
*
SystemReader: Give a default implementation to #getTimezoneAt()
Ivan Frade
2024-11-13
1
-6
/
+3
*
SystemReader: Offer methods with java.time API
Ivan Frade
2024-11-08
1
-0
/
+61
*
[errorprone] Remove deprecated security manager
Ivan Frade
2024-11-01
1
-5
/
+1
*
Add SystemReader.Delegate to reduce boiler-plate code needed to subclass
Matthias Sohn
2024-02-20
1
-0
/
+61
*
Handle global git config $XDG_CONFIG_HOME/git/config
Thomas Wolf
2023-08-28
1
-2
/
+10
*
Default for global (user) git ignore file
Thomas Wolf
2023-06-19
1
-16
/
+31
*
BatchingProgressMonitor: expose time spent per task
Matthias Sohn
2023-02-27
1
-0
/
+25
*
Run tests that checks araxis output only on Linux
Simeon Andreev
2022-06-17
1
-0
/
+17
*
Don't rely on an implicit default character set
Thomas Wolf
2021-10-26
1
-0
/
+34
*
[spotbugs] Fix incorrect lazy initialization in SystemReader
Matthias Sohn
2020-12-22
1
-2
/
+2
*
Do not prematurely create directory of jgit's XDG config file
Matthias Sohn
2020-08-22
1
-16
/
+6
*
Merge branch 'stable-5.6'
Matthias Sohn
2020-02-22
1
-1
/
+1
|
\
|
*
Reorder modifiers to follow Java Language Specification
David Pursehouse
2020-02-19
1
-1
/
+1
*
|
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
|
/
*
Fix NPE in SystemReader in tests
Thomas Wolf
2019-11-12
1
-3
/
+0
*
Store filesystem timestamp resolution in extra jgit config
Matthias Sohn
2019-11-09
1
-1
/
+85
*
SystemReader: extract updating config and its parents if outdated
Thomas Wolf
2019-11-08
1
-13
/
+34
*
Merge branch 'stable-5.3' into stable-5.4
Jonathan Nieder
2019-08-29
1
-48
/
+39
|
\
|
*
Return a new instance from openSystemConfig and openUserConfig
Matthias Sohn
2019-08-30
1
-49
/
+40
*
|
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-23
1
-25
/
+24
|
\
\
|
*
|
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-23
1
-24
/
+23
|
|
\
|
|
|
*
Use AtomicReferences to cache user and system level configs
Matthias Sohn
2019-08-23
1
-24
/
+23
|
*
|
SystemReader: Use correct constructor of FileBasedConfig
David Pursehouse
2019-08-22
1
-1
/
+1
|
|
/
*
|
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-20
1
-23
/
+116
|
\
|
|
*
Cache user global and system-wide git configurations
Matthias Sohn
2019-08-18
1
-20
/
+113
|
*
Fix javadoc for SystemReader#getInstance
Matthias Sohn
2019-08-16
1
-3
/
+3
*
|
Merge branch 'stable-5.3' into stable-5.4
David Pursehouse
2019-05-24
1
-1
/
+1
|
\
\
|
*
|
SystemReader: Respect passed-in parent when no system config is present
Dave Borowitz
2019-05-23
1
-1
/
+1
|
|
/
*
/
Convert to lambda or member reference
Carsten Hammer
2019-05-16
1
-6
/
+3
|
/
*
Fix Javadoc typo
Michael Keppler
2018-06-10
1
-2
/
+2
*
Fix javadoc in org.eclipse.jgit util packages
Matthias Sohn
2017-12-20
1
-11
/
+42
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+8
*
Define MonotonicClock interface for advanced timestamps
Shawn Pearce
2016-11-21
1
-0
/
+10
*
Organize imports
David Pursehouse
2016-11-14
1
-1
/
+1
*
DirCacheEntry: Speed up creation by avoiding string cast
Shawn Pearce
2015-11-28
1
-0
/
+15
*
[performance] Cache platform name in SystemReader
Andrey Loskutov
2015-09-27
1
-14
/
+26
*
FS: Allow to manually set the path to the Git system config file
Sebastian Schuberth
2015-05-25
1
-1
/
+1
*
SystemReader: Use discoverGitSystemConfig() in openSystemConfig()
Sebastian Schuberth
2015-05-22
1
-5
/
+3
*
Fix junit tests under windows when the platform is explicitly changed
Christian Halstrick
2014-12-22
1
-5
/
+13
*
Move checkPath from DirCacheCheckout to ObjectChecker
Shawn Pearce
2014-11-28
1
-3
/
+38
*
Cache SimpleDateFormat in GitDateParser per locale
Matthias Sohn
2013-11-23
1
-0
/
+15
*
Make sure SystemReader is reset after test is run
Robin Stocker
2013-10-22
1
-1
/
+2
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
1
-1
/
+1
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-8
/
+8
*
Implement a parser for dates
Christian Halstrick
2012-08-28
1
-2
/
+7
*
Refactor detection of Windows platform to SystemReader
Robin Rosenberg
2012-08-22
1
-0
/
+13
*
Refactor detection of OS X to SystemReader
Robin Rosenberg
2012-08-22
1
-0
/
+15
*
Let the date formatter pick the locale.
Daniel Megert
2012-02-25
1
-0
/
+33
[next]