aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/FS_POSIX.java
Commit message (Expand)AuthorAgeFilesLines
* FS, FS_Posix: remove deprecated #createNewFile(File) methodMatthias Sohn2024-09-031-67/+0
* Check an execution bit by reading it from the file systemYury Molchan2024-05-131-2/+11
* FS_POSIX.runInShell(): on MacOS use a login shellThomas Wolf2024-03-091-1/+5
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-4/+3
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-0/+1
* Don't rely on an implicit default character setThomas Wolf2021-10-261-5/+6
* GitHook: use generic OutputStream instead of PrintStreamMatthias Sohn2021-02-151-2/+2
* FS_POSIX: avoid prompt to install the XCode tools on OS XThomas Wolf2020-07-261-7/+31
* Merge branch 'stable-5.6' into stable-5.7Thomas Wolf2020-04-031-1/+6
|\
| * FS.runInShell(): handle quoted filters and hooksPath containing blanksThomas Wolf2020-04-031-1/+6
* | 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-15/+0
* Fix error occurring when SecurityManager is enabledNail Samatov2019-08-231-6/+0
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-40/+30
|\
| * Merge branch 'stable-5.2' into stable-5.3Matthias Sohn2019-08-191-40/+30
| |\
| | * Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-42/+22
| | * Make supportsAtomicCreateNewFile return true as defaultVishal Devgire2019-08-121-1/+6
| | * Handle InvalidPathException in FS_POSIX#createNewFileAtomicMatthias Sohn2019-08-121-1/+2
| | * Ensure root cause of lock creation failures is loggedMatthias Sohn2019-08-121-3/+7
* | | FS_POSIX: handle Files.getFileStore() failuresThomas Wolf2019-08-081-2/+12
* | | FS_POSIX: Fix reference comparison of Boolean.FALSEDavid Pursehouse2019-06-111-2/+2
* | | Determine hard-linking and nlink support per FileStoreThomas Wolf2019-06-061-9/+24
|/ /
* | Remove duplicate externalized messageThomas Wolf2019-02-261-1/+1
* | FS_POSIX: Externalize log messageDavid Pursehouse2019-02-251-2/+3
* | Atomic file creation: hard-linking may not be allowedThomas Wolf2019-02-021-1/+3
|/
* Merge branch 'stable-4.11' into stable-5.0Matthias Sohn2018-09-081-5/+85
|\
| * Merge branch 'stable-4.9' into stable-4.10Matthias Sohn2018-09-081-5/+85
| |\
| | * Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2018-09-081-5/+85
| | |\
| | | * Fix atomic lock file creation on NFSMatthias Sohn2018-09-071-1/+75
| | | * Fix handling of option core.supportsAtomicCreateNewFileChristian Halstrick2018-09-071-4/+10
* | | | Fix wrong warning message in case of lock failuresChristian Halstrick2018-08-161-1/+1
|/ / /
* | | Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-17/+22
* | | FS_POSIX: Fix boxing/unboxing of BooleanDavid Pursehouse2017-12-071-12/+19
* | | Merge branch 'stable-4.9'Matthias Sohn2017-11-241-0/+88
|\| |
| * | Merge branch 'stable-4.8' into stable-4.9Matthias Sohn2017-11-241-0/+88
| |\|
| | * Merge branch 'stable-4.6' into stable-4.7Matthias Sohn2017-11-221-0/+88
| | |\
| | | * Silence boxing warningMatthias Sohn2017-11-221-0/+1
| | | * Fix LockFile semantics when running on NFSChristian Halstrick2017-11-221-0/+86
* | | | FileUtils.toPath to convert File to PathMarc Strapetz2017-11-141-1/+1
|/ / /
* / / Fix JGit set core.fileMode to false by default instead of true for non Window...Joan Goyeau2017-07-241-1/+1
|/ /
* / Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-1/+1
|/
* Don't log error if system git config does not existMatthias Sohn2016-09-051-2/+14
* [findBugs] Prevent potential NPE in FS_POSIX.readUmask()Matthias Sohn2016-05-191-1/+1
* Use java.nio.file consistently in FSMatthias Sohn2015-09-271-40/+0
* Deprecate FileUtil and move the code to FileUtilsAndrey Loskutov2015-09-271-12/+12
* Deprecate redundant FileUtil.delete(File), use FileUtils insteadAndrey Loskutov2015-08-261-5/+0
* Move createSymLink/readSymLink to FileUtilsAndrey Loskutov2015-08-171-10/+0