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
/
FileUtils.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated lastModified methods using long
Matthias Sohn
2024-09-03
1
-33
/
+0
*
Fix typo in FileUtils.isStaleFileHandle() javadoc
Dariusz Luksza
2023-11-17
1
-5
/
+5
*
FileUtils.rename(): better retry handling
Thomas Wolf
2023-10-14
1
-16
/
+23
*
[errorprone] Add missing javadoc summary
Matthias Sohn
2023-09-25
1
-0
/
+4
*
Fix all Javadoc warnings and fail on them
Antoine Musso
2023-06-16
1
-1
/
+39
*
Re-try reading a file when there are concurrent writes
Thomas Wolf
2022-03-19
1
-0
/
+94
*
Wrap the Files.list returned Stream in a try-with-resources block
Terry Parker
2021-01-26
1
-0
/
+18
*
Document that setLastModified sets time of symlink target
Matthias Sohn
2020-11-07
1
-0
/
+4
*
FileUtils: improve delete (Windows)
Alexander Nittka
2020-04-03
1
-18
/
+33
*
ErrorProne: Enable and fix UnusedException check
David Pursehouse
2020-01-27
1
-1
/
+2
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Move KetchSystem.delay to FileUtils.
Han-Wen Nienhuys
2019-11-13
1
-0
/
+27
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-20
1
-1
/
+7
|
\
|
*
FileUtils#lastModifiedInstant should not log error if path doesn't exist
Matthias Sohn
2019-08-18
1
-1
/
+7
*
|
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-08
1
-6
/
+43
|
\
|
|
*
Use Instant instead of milliseconds for filesystem timestamp handling
Matthias Sohn
2019-07-18
1
-2
/
+35
|
*
Use FileChannel.open to touch file and set mtime to now
Matthias Sohn
2019-07-17
1
-4
/
+8
*
|
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-06-06
1
-0
/
+15
|
\
|
|
*
Measure file timestamp resolution used in FileSnapshot
Matthias Sohn
2019-05-22
1
-0
/
+15
*
|
Attach deletion failure reason in FileUtils.delete()
Thomas Wolf
2019-04-03
1
-11
/
+31
|
/
*
Merge branch 'stable-5.0' into stable-5.1
Matthias Sohn
2019-03-13
1
-0
/
+13
|
\
|
*
Merge branch 'stable-4.11' into stable-5.0
Matthias Sohn
2019-03-13
1
-0
/
+13
|
|
\
|
|
*
Merge branch 'stable-4.9' into stable-4.10
Matthias Sohn
2019-03-13
1
-0
/
+13
|
|
|
\
|
|
|
*
Merge branch 'stable-4.7' into stable-4.8
Matthias Sohn
2019-03-13
1
-0
/
+13
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-4.6' into stable-4.7
Matthias Sohn
2019-03-12
1
-0
/
+13
|
|
|
|
|
\
|
|
|
|
|
*
Include size when comparing FileSnapshot
Luca Milanesio
2019-03-12
1
-0
/
+13
*
|
|
|
|
|
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-1
/
+3
|
/
/
/
/
/
*
|
|
|
|
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-8
/
+8
*
|
|
|
|
Remove deprecated FileUtils#relativize(String, String)
Matthias Sohn
2018-03-10
1
-27
/
+0
|
/
/
/
/
*
|
|
|
Fix remaining javadoc errors raised by doclint
Matthias Sohn
2017-12-21
1
-1
/
+0
*
|
|
|
Fix javadoc in org.eclipse.jgit util packages
Matthias Sohn
2017-12-20
1
-66
/
+104
*
|
|
|
ConfigTest: Move pathToString to FileUtils
David Pursehouse
2017-12-06
1
-0
/
+14
*
|
|
|
Add return tag
Hector Caballero
2017-11-14
1
-2
/
+3
*
|
|
|
FileUtils.toPath to convert File to Path
Marc Strapetz
2017-11-14
1
-12
/
+32
|
/
/
/
*
/
/
RepoCommand: Add linkfile support.
Dan Willemsen
2017-04-18
1
-16
/
+78
|
/
/
*
|
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-2
/
+2
*
|
Detect stale-file-handle error in causal chain
Hongkai Liu
2017-01-30
1
-0
/
+20
*
|
Don't rely on default locale when using toUpperCase() and toLowerCase()
Matthias Sohn
2017-01-28
1
-1
/
+3
|
/
*
Checkout should be able to override modified symbolic links
Andrey Loskutov
2015-12-17
1
-1
/
+3
*
Add missing @since tags and missing javadoc
Matthias Sohn
2015-11-25
1
-1
/
+3
*
Add best-effort variant of File.getCanonicalFile()
Thomas Wolf
2015-10-22
1
-0
/
+25
*
Delete non empty directories before checkout a path
Andrey Loskutov
2015-10-09
1
-4
/
+9
*
Deprecate FileUtil and move the code to FileUtils
Andrey Loskutov
2015-09-27
1
-0
/
+203
*
Fix warnings on FileUtils.isStaleFileHandle()
Matthias Sohn
2015-08-26
1
-1
/
+3
*
Add public isStaleFileHandle() API, improve detection.
Martin Fick
2015-08-25
1
-0
/
+11
*
Use NIO2 to implement FileUtils.rename() and expose options
Matthias Sohn
2015-08-17
1
-14
/
+55
*
Move createSymLink/readSymLink to FileUtils
Andrey Loskutov
2015-08-17
1
-4
/
+24
*
Introduce hook support into the FS implementations
Laurent Goubet
2015-02-02
1
-0
/
+66
*
Rename local variables/parameters to remove warnings about hiding
Robin Rosenberg
2014-09-04
1
-2
/
+2
*
Handle repo copyfile in bare repositories.
Yuxuan 'fishy' Wang
2014-05-09
1
-0
/
+25
[next]