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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
75
-316
/
+331
*
Constants: Initialize CHARSET and CHARACTER_ENCODING from StandardCharsets.UTF_8
David Pursehouse
2018-03-11
1
-3
/
+4
*
Remove deprecated LfsProtocolServlet#getLargeFileRepository
Matthias Sohn
2018-03-10
2
-48
/
+0
*
Remove deprecated Lfs#Lfs(Path)
Matthias Sohn
2018-03-10
1
-13
/
+0
*
Remove deprecated StreamCopyThread#flush
Matthias Sohn
2018-03-10
1
-14
/
+0
*
Remove deprecated SafeBufferedOutputStream
Matthias Sohn
2018-03-10
1
-78
/
+0
*
Remove deprecated EolCanonicalizingInputStream
Matthias Sohn
2018-03-10
1
-102
/
+0
*
Remove deprecated FileUtils#relativize(String, String)
Matthias Sohn
2018-03-10
1
-27
/
+0
*
Remove deprecated FileUtil using Java 7 NIO
Matthias Sohn
2018-03-10
1
-303
/
+0
*
Remove deprecated TreeWalk#getEolStreamType
Matthias Sohn
2018-03-10
1
-16
/
+0
*
Remove deprecated FileTreeIterator(WorkingTreeIterator, File, FS)
Matthias Sohn
2018-03-10
1
-21
/
+0
*
Remove deprecated TransportHttp#httpOpen(String, URL)
Matthias Sohn
2018-03-10
1
-15
/
+0
*
Remove deprecated ResolveMerger#processEntry method
Matthias Sohn
2018-03-10
1
-55
/
+0
*
Remove deprecated Repository#getRef
Matthias Sohn
2018-03-10
1
-22
/
+4
*
Remove deprecated BitmapBuilder#add
Matthias Sohn
2018-03-10
2
-29
/
+0
*
Remove deprecated LockFile(File, FS) constructor
Matthias Sohn
2018-03-10
1
-18
/
+0
*
Remove deprecated IgnoreNode#isIgnored method
Matthias Sohn
2018-03-10
2
-43
/
+0
*
Fix misspelled class name: EmtpyCommitException -> EmptyCommitException
David Pursehouse
2018-03-10
3
-11
/
+11
*
Remove deprecated Statistics, UploadPackLogger, UploadPackLoggerChain
Matthias Sohn
2018-03-10
4
-499
/
+0
*
Remove deprecated StoredObjectRepresentationnotAvailableException ctor
Matthias Sohn
2018-03-09
1
-15
/
+0
*
Remove deprecated ArchiveCommand#putEntry method
Matthias Sohn
2018-03-09
7
-74
/
+0
*
Prepare 5.0.0-SNAPSHOT builds
Matthias Sohn
2018-03-08
56
-356
/
+356
*
Merge branch 'stable-4.11'
Matthias Sohn
2018-03-08
56
-357
/
+357
|
\
|
*
Prepare 4.11.1-SNAPSHOT builds
Matthias Sohn
2018-03-08
56
-357
/
+357
|
*
JGit v4.11.0.201803080745-r
v4.11.0.201803080745-r
Matthias Sohn
2018-03-08
56
-59
/
+59
|
/
*
Remove useless for(;;) loop
Thomas Wolf
2018-03-07
1
-19
/
+17
*
Fix DiffFormatter for diffs against working tree with autocrlf=true
Thomas Wolf
2018-03-07
3
-3
/
+102
*
Merge branch 'stable-4.10'
Matthias Sohn
2018-03-07
2
-9
/
+18
|
\
|
*
Don't subclass ThreadLocal to avoid memory leak in NLS
Matthias Sohn
2018-02-14
1
-9
/
+17
|
*
Set context classloader to null in WorkQueue
Matthias Sohn
2018-02-14
1
-0
/
+1
*
|
LFS: Adjust some API to make integration into tools (EGit,...) easier
Markus Duft
2018-03-07
3
-4
/
+45
*
|
MergeHeadMsgTest: Open FileOutputStream in try-with-resource
David Pursehouse
2018-03-07
1
-15
/
+7
*
|
MergeCommand: Open RevWalk in try-with-resource
David Pursehouse
2018-03-07
1
-6
/
+1
*
|
MeasurePackSizeTest: Open Transport in try-with-resource
David Pursehouse
2018-03-07
1
-5
/
+1
*
|
LongObjectIdTest: Open OutputStreamWriter in try-with-resource
David Pursehouse
2018-03-07
1
-7
/
+9
*
|
JschConfigSessionFactory: Open FileInputStream in try-with-resource
David Pursehouse
2018-03-07
1
-7
/
+2
*
|
CommandCatalog: Use StandardCharsets.UTF_8
David Pursehouse
2018-03-07
1
-1
/
+3
*
|
JGitTestUtil: Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-07
1
-16
/
+7
*
|
Use StandardCharsets.UTF_8 in tests
David Pursehouse
2018-03-07
9
-12
/
+19
*
|
InfoRefsServlet: Open OutputStreamWriter in try-with-resource
David Pursehouse
2018-03-07
1
-21
/
+22
*
|
IndexDiffWithSymlinkTest: Open InputStream in try-with-resource
David Pursehouse
2018-03-07
1
-6
/
+4
*
|
HugeFileTest: Open RandomAccessFile in try-with-resource
David Pursehouse
2018-03-07
1
-23
/
+23
*
|
HookMessageTest: Open Transport in try-with-resource
David Pursehouse
2018-03-06
1
-10
/
+2
*
|
GitSmartHttpTools: Open OutputStream in try-with-resource
David Pursehouse
2018-03-06
1
-4
/
+1
*
|
GitServletResponseTests: Open Transport in try-with-resource
David Pursehouse
2018-03-06
1
-15
/
+3
*
|
GetTextTest: Open InputStream in try-with-resource
David Pursehouse
2018-03-06
1
-16
/
+10
*
|
GC: Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-06
1
-21
/
+12
*
|
FileSnapshotTest: Open FileOutputStream in try-with-resource
David Pursehouse
2018-03-06
1
-4
/
+1
*
|
FileSender: Open OutputStream in try-with-resource
David Pursehouse
2018-03-06
1
-4
/
+1
*
|
FileRepository: Open FileInputStream in try-with-resource
David Pursehouse
2018-03-06
1
-4
/
+1
[next]