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
path:
root
/
org.eclipse.jgit
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-3
/
+4
*
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
1
-0
/
+34
*
|
MergeCommand: Open RevWalk in try-with-resource
David Pursehouse
2018-03-07
1
-6
/
+1
*
|
JschConfigSessionFactory: Open FileInputStream in try-with-resource
David Pursehouse
2018-03-07
1
-7
/
+2
*
|
GC: Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-06
1
-21
/
+12
*
|
FileRepository: Open FileInputStream in try-with-resource
David Pursehouse
2018-03-06
1
-4
/
+1
*
|
FetchProcess: Open OutputStreamWriter in try-with-resource
David Pursehouse
2018-03-06
1
-4
/
+2
*
|
FS: Open TemporaryBuffer in try-with-resource
David Pursehouse
2018-03-06
1
-6
/
+3
*
|
DirCacheIterator: Open InputStream in try-with-resource
David Pursehouse
2018-03-06
1
-4
/
+1
*
|
Merge changes from topic 'try-with-resource'
David Pursehouse
2018-03-06
3
-20
/
+13
|
\
\
|
*
|
DiffCommand: Open DiffFormatter in try-with-resource
David Pursehouse
2018-03-06
1
-10
/
+9
|
*
|
CommitCommand: Open InputStream in try-with-resource
David Pursehouse
2018-03-06
1
-5
/
+2
|
*
|
DefaultNoteMerger: Open UnionInputStream in try-with-resource
David Pursehouse
2018-03-06
1
-5
/
+2
*
|
|
Silence API error raised for new CONFIG_SECTION_LFS constant
Matthias Sohn
2018-03-06
1
-0
/
+6
|
/
/
*
|
ArchiveCommand: Create archive output stream in try-with-resource
David Pursehouse
2018-03-05
1
-3
/
+3
*
|
ApplyCommand: Open FileWriter in try-with-resource
David Pursehouse
2018-03-05
1
-3
/
+3
*
|
AmazonS3: Open InputStream/FileInputStream in try-with-resource
David Pursehouse
2018-03-05
1
-8
/
+2
*
|
WalkRemoteObjectDatabase: Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-05
1
-16
/
+4
*
|
TransportSftp: Open BufferedReader in try-with-resource
David Pursehouse
2018-03-05
1
-7
/
+2
*
|
TransportHttp: Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-05
1
-29
/
+14
*
|
LockFile: Open FileInputStream in try-with-resource
David Pursehouse
2018-03-05
1
-4
/
+1
*
|
Add ConfigConstants.CONFIG_SECTION_LFS
David Pursehouse
2018-03-05
2
-1
/
+8
*
|
Add|RemoveNoteComand: Reduce duplicated code
David Pursehouse
2018-03-03
2
-33
/
+7
*
|
TagBuilder: Open OutputStreamWriter in try-with-resource
David Pursehouse
2018-03-03
1
-3
/
+2
*
|
DaemonService: Open Repository in try-with-resource
David Pursehouse
2018-03-03
1
-12
/
+4
*
|
RefDirectory: Open BufferedReader in try-with-resource
David Pursehouse
2018-03-03
1
-23
/
+20
*
|
ObjectDirectory: Open BufferedReader in try-with-resource
David Pursehouse
2018-03-03
1
-8
/
+2
*
|
Patch: Open TemporaryBuffer in try-with-resource
David Pursehouse
2018-03-03
1
-4
/
+4
*
|
Enable warning for resources not managed by try-with-resource
David Pursehouse
2018-03-03
1
-1
/
+1
*
|
LFS: Enable LFS support for the CLI, better error handling
Markus Duft
2018-03-03
1
-3
/
+12
*
|
Cleanup stream usage WRT filters
Markus Duft
2018-03-03
4
-3
/
+43
*
|
LFS: support merge/rebase/cherry-pick/diff/compare with LFS files
Markus Duft
2018-03-03
12
-62
/
+421
*
|
Correctly exit fetch negotiation for stateless RPC connections
Terry Parker
2018-02-28
1
-0
/
+6
*
|
LFS: pre-push upload support
Markus Duft
2018-02-27
5
-0
/
+51
*
|
AmazonS3: Open OutputStream in try-with-resource
David Pursehouse
2018-02-26
1
-10
/
+5
*
|
Add ObjectIdSerializer
David Pursehouse
2018-02-25
1
-0
/
+107
*
|
Fix warnings about boxing/unboxing Boolean
David Pursehouse
2018-02-25
2
-4
/
+6
*
|
WorkingTreeIterator: Fix warnings about variable hiding
David Pursehouse
2018-02-25
1
-4
/
+4
*
|
WorkingTreeIterator: Add NON-NLS suppressions
David Pursehouse
2018-02-25
1
-3
/
+3
*
|
Fix processing of gitignore negations
Marc Strapetz
2018-02-23
2
-63
/
+143
*
|
DfsReaderIoStats: Clarify that "blocks" are really cache misses
Dave Borowitz
2018-02-22
1
-5
/
+13
*
|
PathMatcher: fix handling of **/
Marc Strapetz
2018-02-22
8
-46
/
+81
*
|
Merge changes Id616611e,Ib6509e81,I52f5d3f2
David Pursehouse
2018-02-22
1
-36
/
+36
|
\
\
|
*
|
RepoCommand: generate relative submodule URLs from absolute URLs.
Han-Wen Nienhuys
2018-02-21
1
-6
/
+2
|
*
|
RepoCommand: don't record new commit if tree did not change
Han-Wen Nienhuys
2018-02-19
1
-0
/
+5
|
*
|
RepoCommand: persist unreadable submodules in .gitmodules
Han-Wen Nienhuys
2018-02-19
1
-30
/
+29
[next]