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.test
/
tst
/
org
/
eclipse
/
jgit
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
AutoCRLFInputStreamTest: Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-05
1
-17
/
+16
*
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
6
-63
/
+40
*
Revert "Throw BinaryBlobException from RawParseUtils#lineMap."
Han-Wen NIenhuys
2017-10-24
1
-9
/
+9
*
Throw BinaryBlobException from RawParseUtils#lineMap.
Han-Wen Nienhuys
2017-10-24
1
-9
/
+9
*
Avoid bad rounding "1 year, 12 months" in date formatter
Michael Keppler
2017-10-18
1
-1
/
+8
*
ChangeIdUtilTest: Remove unused notestCommitDashV
David Pursehouse
2017-09-30
1
-17
/
+0
*
Expose LongMap in util package
Shawn Pearce
2017-08-09
1
-0
/
+153
*
NB: encode and decode 24-bit ints
Shawn Pearce
2017-08-09
1
-0
/
+65
*
Remove unused import introduced in a551b64
Matthias Sohn
2017-08-01
1
-1
/
+0
*
Merge changes I424295df,Ib003f7c8
David Pursehouse
2017-08-01
1
-24
/
+24
|
\
|
*
Treat RawText of binary data as file with one single line.
Han-Wen Nienhuys
2017-08-01
1
-0
/
+7
|
*
Trim boilerplate in RawParseUtils_LineMapTest.
Han-Wen Nienhuys
2017-07-27
1
-24
/
+17
*
|
IntList: support contains(int)
Shawn Pearce
2017-07-28
1
-0
/
+11
*
|
Fix null return from FS.readPipe when command fails to launch
Bryan Donlan
2017-05-24
1
-3
/
+12
|
/
*
RepoCommand: Add linkfile support.
Dan Willemsen
2017-04-18
1
-8
/
+8
*
SHA-1: collision detection support
Shawn Pearce
2017-02-28
1
-0
/
+111
*
SHA1: support reset() and reuse instances
Shawn Pearce
2017-02-26
1
-0
/
+15
*
Pure Java SHA-1
Shawn Pearce
2017-02-26
1
-0
/
+112
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
4
-27
/
+27
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
1
-0
/
+6
*
Detect stale-file-handle error in causal chain
Hongkai Liu
2017-01-30
1
-0
/
+40
*
Rename FileUtilTest to FileUtilsTest and merge in FileUtils7Test
Hongkai Liu
2017-01-30
2
-100
/
+30
*
Organize imports
David Pursehouse
2016-11-14
1
-6
/
+5
*
Add support for built-in smudge filters
Christian Halstrick
2016-09-20
1
-0
/
+94
*
Add support for built-in clean filters
Christian Halstrick
2016-09-20
1
-0
/
+157
*
Add support for post-commit hooks
Martin Goellnitz
2016-09-13
1
-0
/
+62
*
Don't log error if system git config does not exist
Matthias Sohn
2016-09-05
1
-0
/
+13
*
Rename FSJava7Test to FSTest
Matthias Sohn
2016-09-03
1
-1
/
+1
*
Add EOL stream type detection to TreeWalk
Ivan Motsch
2016-03-07
1
-3
/
+4
*
Implement SHA-256 abstraction
Matthias Sohn
2016-02-04
1
-1
/
+12
*
Remove declared IOException which is no longer thrown
Matthias Sohn
2016-01-20
1
-2
/
+1
*
Paths.pathCompare: Utility to sort paths from byte[]
Shawn Pearce
2016-01-09
1
-0
/
+56
*
Add Paths utility class
Shawn Pearce
2016-01-08
1
-0
/
+62
*
Checkout should be able to override modified symbolic links
Andrey Loskutov
2015-12-17
1
-8
/
+18
*
Fix unit tests on Windows
Christian Halstrick
2015-11-26
1
-17
/
+18
*
Fix HookTest when running on Win32_Cygwin
Christian Halstrick
2015-11-26
1
-13
/
+8
*
Let FS_Win32_Cygwin detect symlink support by creating temporary symlink
Christian Halstrick
2015-11-21
2
-0
/
+3
*
Introduce FS.execute() to execute a command defined by a ProcessBuilder
Christian Halstrick
2015-11-18
1
-0
/
+40
*
Enhance FS.runProcess() to support stdin-redirection and binary data
Christian Halstrick
2015-11-02
1
-0
/
+171
*
Fixed jgit test failures on Windows
Andrey Loskutov
2015-10-12
1
-7
/
+14
*
Use NIO2 to implement FileUtils.rename() and expose options
Matthias Sohn
2015-08-17
1
-0
/
+12
*
IO: Add a method for reading lines
Dave Borowitz
2015-07-08
1
-0
/
+116
*
FS_POSIX: Rework umask detection to make it settable
Shawn Pearce
2015-05-10
1
-41
/
+16
*
Merge bundle org.eclipse.jgit.java7 into org.eclipse.jgit
Matthias Sohn
2015-03-23
3
-0
/
+468
*
TemporaryBuffer: Allow presizing block pointer list
Dave Borowitz
2015-03-18
1
-0
/
+25
*
Fix FileUtils.testRelativize_mixedCase which failed on Mac OS X
Matthias Sohn
2015-02-02
1
-19
/
+8
*
Introduce hook support into the FS implementations
Laurent Goubet
2015-02-02
1
-0
/
+79
*
AIOOB in ChangeIdUtil.indexOfChangeId if amended message is a newline
Andrey Loskutov
2015-01-06
1
-0
/
+4
*
Deprecate TemporaryBuffer.LocalFile without parent directory
Shawn Pearce
2014-11-25
1
-12
/
+12
*
Cache SimpleDateFormat in GitDateParser per locale
Matthias Sohn
2013-11-23
2
-15
/
+30
[next]