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.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
FS: Open TemporaryBuffer in try-with-resource
David Pursehouse
2018-03-06
1
-6
/
+3
*
Fix javadoc in org.eclipse.jgit util packages
Matthias Sohn
2017-12-20
1
-37
/
+77
*
Fix typo in key of a JGitText externalized string
Matthias Sohn
2017-12-10
1
-1
/
+1
*
Merge branch 'stable-4.9'
Matthias Sohn
2017-12-10
1
-6
/
+27
|
\
|
*
Fix IllegalThreadStateException if stderr closed without exiting
Dmitry Pavlenko
2017-12-10
1
-6
/
+27
*
|
Merge branch 'stable-4.9'
Matthias Sohn
2017-11-24
1
-0
/
+31
|
\
|
|
*
Merge branch 'stable-4.7' into stable-4.8
Matthias Sohn
2017-11-22
1
-0
/
+31
|
|
\
|
|
*
Merge branch 'stable-4.6' into stable-4.7
Matthias Sohn
2017-11-22
1
-0
/
+31
|
|
|
\
|
|
|
*
Merge branch 'stable-4.5' into stable-4.6
Matthias Sohn
2017-11-22
1
-0
/
+31
|
|
|
|
\
|
|
|
|
*
Fix LockFile semantics when running on NFS
Christian Halstrick
2017-11-22
1
-0
/
+31
*
|
|
|
|
Move loggers to the top of their class
Saša Živkov
2017-10-30
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Fix null return from FS.readPipe when command fails to launch
Bryan Donlan
2017-05-24
1
-1
/
+7
*
|
|
|
RepoCommand: Add linkfile support.
Dan Willemsen
2017-04-18
1
-3
/
+3
|
/
/
/
*
|
|
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-4
/
+4
*
|
|
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+2
*
|
|
Change StreamGobbler to Runnable to avoid unused Future
Shawn Pearce
2017-01-21
1
-12
/
+15
|
/
/
*
/
FS: Fix lazy initialization of non-volatile static field
David Pursehouse
2016-10-18
1
-1
/
+1
|
/
*
Don't log error if system git config does not exist
Matthias Sohn
2016-09-05
1
-16
/
+48
*
Ignore IOException thrown from close
Masaya Suzuki
2016-08-19
1
-1
/
+10
*
Fix FS.runProcess() to close the InputStream
Christian Halstrick
2015-11-26
1
-6
/
+7
*
Introduce FS.execute() to execute a command defined by a ProcessBuilder
Christian Halstrick
2015-11-18
1
-3
/
+75
*
Use the JGit-internal @Nullable annotation
Terry Parker
2015-11-09
1
-3
/
+5
*
Enhance FS.runProcess() to support stdin-redirection and binary data
Christian Halstrick
2015-11-02
1
-40
/
+71
*
Cleaned up various readPipe() threading issues
Andrey Loskutov
2015-11-01
1
-25
/
+24
*
Don't report errors logged by FS with "debug" level
Andrey Loskutov
2015-10-31
1
-21
/
+7
*
JGit CLI should check if calling itself when invoking native git exe
Kaloyan Raev
2015-10-29
1
-0
/
+8
*
[performance] Remove synthetic access$ methods in lib, util and dircache
Andrey Loskutov
2015-10-28
1
-3
/
+3
*
Use java.nio.file consistently in FS
Matthias Sohn
2015-09-27
1
-11
/
+9
*
Deprecate redundant FileUtil.delete(File), use FileUtils instead
Andrey Loskutov
2015-08-26
1
-3
/
+1
*
Move createSymLink/readSymLink to FileUtils
Andrey Loskutov
2015-08-17
1
-5
/
+2
*
Change FS not to throw NPE when facing InMemory databases
Christian Halstrick
2015-08-16
1
-1
/
+4
*
Cleanup Attributes and remove obsoleted Java7BasicAttributes class
Andrey Loskutov
2015-08-13
1
-12
/
+12
*
FS: Extract GobblerThread into a private static class
Dave Borowitz
2015-05-27
1
-33
/
+57
*
Externalize translatable texts in org.eclipse.jgit
Matthias Sohn
2015-05-26
1
-1
/
+1
*
FS: Allow to manually set the path to the Git system config file
Sebastian Schuberth
2015-05-25
1
-0
/
+28
*
FS: Fix a minor typo in runInShell() docs
Sebastian Schuberth
2015-05-25
1
-1
/
+1
*
FS: Improve javadoc of some recently introduced methods
Sebastian Schuberth
2015-05-25
1
-2
/
+4
*
FS: Remove the gitprefix logic
Sebastian Schuberth
2015-05-22
1
-35
/
+0
*
FS: Add a method to discover the system-wide config file
Sebastian Schuberth
2015-05-22
1
-0
/
+27
*
FS: Extend readPipe() to optionally take additional environment
Sebastian Schuberth
2015-05-21
1
-1
/
+26
*
FS: Document readpipe()'s encoding parameter
Sebastian Schuberth
2015-05-21
1
-0
/
+1
*
Split discoverGitPrefix() code out into discoverGitExe()
Sebastian Schuberth
2015-05-21
1
-1
/
+9
*
Move resolveGrandparentFile() to the base class for wider use
Sebastian Schuberth
2015-05-21
1
-0
/
+15
*
FS.readPipe() shouldn't log IOException as an error
Matthias Sohn
2015-03-28
1
-1
/
+1
*
Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit
Matthias Sohn
2015-03-23
1
-20
/
+4
*
Refactored pre-commit hook to make it less invasive.
Laurent Delaigue
2015-03-02
1
-23
/
+25
*
Use slf4j to log instead of printing to System.err
Matthias Sohn
2015-02-17
1
-17
/
+23
*
Introduce hook support into the FS implementations
Laurent Goubet
2015-02-02
1
-0
/
+341
*
Cleanup catch Exception when making Java7FSFactory
Shawn Pearce
2014-03-11
1
-4
/
+4
*
Normalize paths on OS X
Robin Rosenberg
2014-02-12
1
-0
/
+22
[next]