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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate FileUtil and move the code to FileUtils
Andrey Loskutov
2015-09-27
5
-132
/
+285
*
[performance] Cache platform name in SystemReader
Andrey Loskutov
2015-09-27
1
-14
/
+26
*
Fix warnings on FileUtils.isStaleFileHandle()
Matthias Sohn
2015-08-26
1
-1
/
+3
*
Deprecate redundant FileUtil.delete(File), use FileUtils instead
Andrey Loskutov
2015-08-26
5
-20
/
+4
*
Add public isStaleFileHandle() API, improve detection.
Martin Fick
2015-08-25
1
-0
/
+11
*
Restored obsoleted createSymLink/readSymLink in FileUtil
Andrey Loskutov
2015-08-18
1
-0
/
+25
*
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
6
-75
/
+27
*
Change FS not to throw NPE when facing InMemory databases
Christian Halstrick
2015-08-16
2
-1
/
+7
*
Cleanup Attributes and remove obsoleted Java7BasicAttributes class
Andrey Loskutov
2015-08-13
2
-32
/
+14
*
Fixed @since tags on new API
Andrey Loskutov
2015-07-12
1
-2
/
+3
*
IO: Add a method for reading lines
Dave Borowitz
2015-07-08
1
-0
/
+69
*
Add a separate type for the identity in a push certificate
Dave Borowitz
2015-06-18
1
-2
/
+33
*
Delete deprecated TemporaryBuffer.LocalFile constructors
Matthias Sohn
2015-06-03
1
-23
/
+0
*
Delete deprecated FileUtils.setExecute(File, boolean)
Matthias Sohn
2015-06-03
1
-14
/
+0
*
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
2
-3
/
+5
*
FS: Allow to manually set the path to the Git system config file
Sebastian Schuberth
2015-05-25
2
-1
/
+29
*
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
*
SystemReader: Use discoverGitSystemConfig() in openSystemConfig()
Sebastian Schuberth
2015-05-22
1
-5
/
+3
*
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
3
-35
/
+38
*
Equalize discoverGitPrefix() implementations between POSIX and Win32
Sebastian Schuberth
2015-05-21
2
-16
/
+18
*
Move resolveGrandparentFile() to the base class for wider use
Sebastian Schuberth
2015-05-21
3
-14
/
+17
*
FS_POSIX: Rework umask detection to make it settable
Shawn Pearce
2015-05-10
1
-154
/
+72
*
FS_Win32: Avoid an IOException on Windows if bash is not in PATH
Sebastian Schuberth
2015-05-07
1
-11
/
+13
*
Support agent= capability in wire protocol
Shawn Pearce
2015-04-30
1
-0
/
+6
*
Merge "FS.readPipe() shouldn't log IOException as an error"
Shawn Pearce
2015-04-08
1
-1
/
+1
|
\
|
*
FS.readPipe() shouldn't log IOException as an error
Matthias Sohn
2015-03-28
1
-1
/
+1
*
|
Fix resource leak in ChangeIdUtil
Matthias Sohn
2015-04-02
1
-2
/
+4
*
|
Buffer overflow output stream
Shawn Pearce
2015-04-01
1
-1
/
+2
|
/
*
Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit
Matthias Sohn
2015-03-23
7
-260
/
+817
*
TemporaryBuffer: Clear block pointer list instead of reallocating
Dave Borowitz
2015-03-18
1
-6
/
+4
*
TemporaryBuffer: Allow presizing block pointer list
Dave Borowitz
2015-03-18
1
-5
/
+42
*
Fix compile error due to missing dependencies and since tags
Markus Duft
2015-03-12
1
-0
/
+1
*
Merge "ArchiveCommand: Allow to pass options to underlying stream"
Shawn Pearce
2015-03-11
1
-0
/
+25
|
\
|
*
ArchiveCommand: Allow to pass options to underlying stream
David Ostrovsky
2015-02-20
1
-0
/
+25
*
|
Refactored pre-commit hook to make it less invasive.
Laurent Delaigue
2015-03-02
5
-178
/
+40
*
|
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
6
-0
/
+705
*
AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newline
Andrey Loskutov
2015-01-06
1
-0
/
+2
*
Fix junit tests under windows when the platform is explicitly changed
Christian Halstrick
2014-12-22
1
-5
/
+13
*
Merge branch 'stable-3.5' into stable-3.6
Matthias Sohn
2014-12-19
1
-1
/
+8
|
\
|
*
Merge branch 'stable-3.4' into stable-3.5
Matthias Sohn
2014-12-18
1
-1
/
+8
|
|
\
|
|
*
Deprecate TemporaryBuffer.LocalFile without parent directory
Shawn Pearce
2014-11-25
1
-1
/
+8
*
|
|
Move checkPath from DirCacheCheckout to ObjectChecker
Shawn Pearce
2014-11-28
1
-3
/
+38
|
/
/
[next]