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
*
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
*
Use fileAttributes to get more attributes in one go
Robin Rosenberg
2014-02-12
1
-0
/
+146
*
Add delete support to FS
Robin Rosenberg
2014-02-10
1
-0
/
+15
*
Extend the FS class for Java7
Robin Rosenberg
2013-05-04
1
-12
/
+213
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-8
/
+8
*
Refactor detection of Windows platform to SystemReader
Robin Rosenberg
2012-08-22
1
-1
/
+1
*
Allow detection of case insensitive file systems
Matthias Sohn
2012-08-06
1
-0
/
+7
*
Only print stack trace to Sytem.err when debug flag is set
Kevin Sawicki
2011-12-27
1
-2
/
+4
*
Fix NPE when PATH environment variable is empty
Carl Myers
2011-11-04
1
-0
/
+13
*
Attempt to make git prefix detection more reliable
Robin Rosenberg
2011-05-02
1
-3
/
+55
*
Fix broken git prefix detection
Robin Rosenberg
2011-03-28
1
-2
/
+9
*
FS: Allow cloning an FS instance
Shawn O. Pearce
2011-03-14
1
-0
/
+14
*
FS: Allow userHome to be set and cached
Shawn O. Pearce
2011-03-14
1
-3
/
+21
*
FS: Allow gitPrefix to be set and cached
Shawn O. Pearce
2011-03-14
1
-1
/
+33
*
FS: Overload detect() with no arguments
Shawn O. Pearce
2011-03-14
1
-11
/
+15
*
Fix JGit --upload-pack, --receive-pack options
Shawn O. Pearce
2011-02-05
1
-0
/
+14
[next]