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
/
FS_Win32.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-11
/
+0
*
Fix FS_Win32 if a non-directory is listed
Thomas Wolf
2022-02-01
1
-0
/
+4
*
Don't rely on an implicit default character set
Thomas Wolf
2021-10-26
1
-3
/
+4
*
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 error occurring when SecurityManager is enabled
Nail Samatov
2019-08-23
1
-33
/
+0
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-08
1
-1
/
+1
|
\
|
*
Use Instant instead of milliseconds for filesystem timestamp handling
Matthias Sohn
2019-07-18
1
-1
/
+1
*
|
FS_Win32: Add missing parentheses on if-blocks
David Pursehouse
2019-06-11
1
-5
/
+10
|
/
*
refactor: simplify collection.toArray()
Michael Keppler
2018-08-23
1
-1
/
+1
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-2
/
+2
*
Significantly speed up FileTreeIterator on Windows
Thomas Wolf
2018-03-25
1
-0
/
+53
*
Fix javadoc in org.eclipse.jgit util packages
Matthias Sohn
2017-12-20
1
-3
/
+11
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-1
/
+1
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+4
*
Don't log error if system git config does not exist
Matthias Sohn
2016-09-05
1
-2
/
+14
*
Handle InternalError during symlink support detection on Windows
Matthias Sohn
2015-11-15
1
-1
/
+2
*
Use java.nio.file consistently in FS
Matthias Sohn
2015-09-27
1
-45
/
+0
*
Deprecate FileUtil and move the code to FileUtils
Andrey Loskutov
2015-09-27
1
-10
/
+10
*
Deprecate redundant FileUtil.delete(File), use FileUtils instead
Andrey Loskutov
2015-08-26
1
-5
/
+0
*
Move createSymLink/readSymLink to FileUtils
Andrey Loskutov
2015-08-17
1
-11
/
+1
*
Split discoverGitPrefix() code out into discoverGitExe()
Sebastian Schuberth
2015-05-21
1
-17
/
+14
*
Equalize discoverGitPrefix() implementations between POSIX and Win32
Sebastian Schuberth
2015-05-21
1
-6
/
+6
*
Move resolveGrandparentFile() to the base class for wider use
Sebastian Schuberth
2015-05-21
1
-9
/
+0
*
FS_Win32: Avoid an IOException on Windows if bash is not in PATH
Sebastian Schuberth
2015-05-07
1
-11
/
+13
*
Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit
Matthias Sohn
2015-03-23
1
-0
/
+99
*
Extend the FS class for Java7
Robin Rosenberg
2013-05-04
1
-3
/
+18
*
Fix NPE FS_Win32 when looking up git executable and home directory
Tobias Pfeifer
2013-01-10
1
-3
/
+13
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-9
/
+9
*
Refactor detection of Windows platform to SystemReader
Robin Rosenberg
2012-08-22
1
-14
/
+0
*
Allow detection of case insensitive file systems
Matthias Sohn
2012-08-06
1
-0
/
+6
*
Fix broken git prefix detection
Robin Rosenberg
2011-03-28
1
-2
/
+6
*
FS: Allow cloning an FS instance
Shawn O. Pearce
2011-03-14
1
-0
/
+12
*
FS: Allow gitPrefix to be set and cached
Shawn O. Pearce
2011-03-14
1
-20
/
+11
*
FS: Overload detect() with no arguments
Shawn O. Pearce
2011-03-14
1
-1
/
+1
*
Cache gitPrefix in FS_Win32
Marc Strapetz
2011-03-10
1
-11
/
+19
*
Fix JGit --upload-pack, --receive-pack options
Shawn O. Pearce
2011-02-05
1
-0
/
+15
*
Locate $HOME like C Git does on Windows
Robin Rosenberg
2011-01-12
1
-0
/
+18
*
Add support for getting the system wide configuration
Robin Rosenberg
2010-12-31
1
-0
/
+20
*
Fix concurrent read / write issue in GitIndex on Windows
Jens Baumgart
2010-07-21
1
-0
/
+5
*
Remove trailing whitespace at end of line
Alex Blewitt
2009-10-31
1
-1
/
+1
*
Initial JGit contribution to eclipse.org
Git Development Community
2009-09-29
1
-0
/
+74