aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-11/+0
* Fix FS_Win32 if a non-directory is listedThomas Wolf2022-02-011-0/+4
* Don't rely on an implicit default character setThomas Wolf2021-10-261-3/+4
* 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 error occurring when SecurityManager is enabledNail Samatov2019-08-231-33/+0
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-081-1/+1
|\
| * Use Instant instead of milliseconds for filesystem timestamp handlingMatthias Sohn2019-07-181-1/+1
* | FS_Win32: Add missing parentheses on if-blocksDavid Pursehouse2019-06-111-5/+10
|/
* refactor: simplify collection.toArray()Michael Keppler2018-08-231-1/+1
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-2/+2
* Significantly speed up FileTreeIterator on WindowsThomas Wolf2018-03-251-0/+53
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-3/+11
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+4
* Don't log error if system git config does not existMatthias Sohn2016-09-051-2/+14
* Handle InternalError during symlink support detection on WindowsMatthias Sohn2015-11-151-1/+2
* Use java.nio.file consistently in FSMatthias Sohn2015-09-271-45/+0
* Deprecate FileUtil and move the code to FileUtilsAndrey Loskutov2015-09-271-10/+10
* Deprecate redundant FileUtil.delete(File), use FileUtils insteadAndrey Loskutov2015-08-261-5/+0
* Move createSymLink/readSymLink to FileUtilsAndrey Loskutov2015-08-171-11/+1
* Split discoverGitPrefix() code out into discoverGitExe()Sebastian Schuberth2015-05-211-17/+14
* Equalize discoverGitPrefix() implementations between POSIX and Win32Sebastian Schuberth2015-05-211-6/+6
* Move resolveGrandparentFile() to the base class for wider useSebastian Schuberth2015-05-211-9/+0
* FS_Win32: Avoid an IOException on Windows if bash is not in PATHSebastian Schuberth2015-05-071-11/+13
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-231-0/+99
* Extend the FS class for Java7Robin Rosenberg2013-05-041-3/+18
* Fix NPE FS_Win32 when looking up git executable and home directoryTobias Pfeifer2013-01-101-3/+13
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-9/+9
* Refactor detection of Windows platform to SystemReaderRobin Rosenberg2012-08-221-14/+0
* Allow detection of case insensitive file systemsMatthias Sohn2012-08-061-0/+6
* Fix broken git prefix detectionRobin Rosenberg2011-03-281-2/+6
* FS: Allow cloning an FS instanceShawn O. Pearce2011-03-141-0/+12
* FS: Allow gitPrefix to be set and cachedShawn O. Pearce2011-03-141-20/+11
* FS: Overload detect() with no argumentsShawn O. Pearce2011-03-141-1/+1
* Cache gitPrefix in FS_Win32Marc Strapetz2011-03-101-11/+19
* Fix JGit --upload-pack, --receive-pack optionsShawn O. Pearce2011-02-051-0/+15
* Locate $HOME like C Git does on WindowsRobin Rosenberg2011-01-121-0/+18
* Add support for getting the system wide configurationRobin Rosenberg2010-12-311-0/+20
* Fix concurrent read / write issue in GitIndex on WindowsJens Baumgart2010-07-211-0/+5
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+74