aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/FS_Win32_Cygwin.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Remove deprecated security managerIvan Frade2024-11-011-9/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-6/+0
* GitHook: use generic OutputStream instead of PrintStreamMatthias Sohn2021-02-151-2/+2
* Merge branch 'stable-5.6' into stable-5.7Thomas Wolf2020-04-031-2/+7
|\
| * FS.runInShell(): handle quoted filters and hooksPath containing blanksThomas Wolf2020-04-031-2/+7
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-281-1/+1
|\|
| * Cygwin expects forward slashes for commands to be run via sh.exeThomas Wolf2020-02-281-1/+1
* | 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
|/
* Hooks: avoid problems with backslashes in pathsThomas Wolf2019-12-241-1/+1
* Support for core.hooksPathThomas Wolf2019-10-211-17/+0
* Convert to lambda or member referenceCarsten Hammer2019-05-161-13/+6
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-1/+3
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-9/+9
* 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/+15
* Null-annotated Repository class and fixed related compiler errorsAndrey Loskutov2015-11-251-0/+3
* Let FS_Win32_Cygwin detect symlink support by creating temporary symlinkChristian Halstrick2015-11-211-5/+0
* Use java.nio.file consistently in FSMatthias Sohn2015-09-271-54/+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-10/+0
* Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgitMatthias Sohn2015-03-231-0/+90
* Refactored pre-commit hook to make it less invasive.Laurent Delaigue2015-03-021-3/+3
* Introduce hook support into the FS implementationsLaurent Goubet2015-02-021-0/+23
* Extend the FS class for Java7Robin Rosenberg2013-05-041-4/+22
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-11/+11
* Do not resolve path using cygwin unless told toRobin Rosenberg2011-10-281-5/+8
* FS: Allow cloning an FS instanceShawn O. Pearce2011-03-141-0/+12
* FS: Overload detect() with no argumentsShawn O. Pearce2011-03-141-1/+1
* Fix JGit --upload-pack, --receive-pack optionsShawn O. Pearce2011-02-051-0/+16
* Refactor exec of a command and reading one line into utilityRobin Rosenberg2010-12-301-33/+5
* Refactor search for a file within a PATHRobin Rosenberg2010-12-301-8/+4
* Repository can be configured with FSMarc Strapetz2010-06-041-3/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+121