index
:
jgit.git
master
master%private
next
servlet-4
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
stable-7.2
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
*
Merge branch 'stable-4.2'
Matthias Sohn
2016-02-10
21
-740
/
+846
|
\
|
*
Merge branch 'stable-4.1' into stable-4.2
Matthias Sohn
2016-02-10
2
-0
/
+65
|
|
\
|
|
*
Fix diff for added and removed submodule
Hugo Arès
2016-02-04
2
-0
/
+65
|
*
|
RepoProject: Fix warnings about variable hiding
David Pursehouse
2016-02-05
1
-6
/
+6
|
*
|
RepoTest: Open Git in try-with-resources
David Pursehouse
2016-02-05
1
-16
/
+20
|
*
|
RepositoryResolveTest: Open Git in try-with-resource
David Pursehouse
2016-02-05
1
-25
/
+27
|
*
|
RepositoryTestCase: Open autocloseable types in try-with-resource
David Pursehouse
2016-02-05
1
-4
/
+5
|
*
|
ResetCommandTest: Use Git member in testHardResetAfterSquashMerge
David Pursehouse
2016-02-05
1
-7
/
+7
|
*
|
ResolveMergerTest: Open Git in try-with-resource
David Pursehouse
2016-02-05
1
-29
/
+30
|
*
|
RevCommitListTest: Open Git and RevWalk in try-with-resource
David Pursehouse
2016-02-05
1
-17
/
+19
|
*
|
RevCommitParseTest: Open ObjectInserter.Formatter in try-with-resource
David Pursehouse
2016-02-05
1
-2
/
+3
|
*
|
RevObjectTest: Open RevWalk in try-with-resource
David Pursehouse
2016-02-05
1
-3
/
+6
|
*
|
RevTagParseTest: Open ObjectInserter.Formatter in try-with-resource
David Pursehouse
2016-02-05
1
-3
/
+4
|
*
|
RevertCommandTest: Open Git in try-with-resource
David Pursehouse
2016-02-05
1
-237
/
+243
|
*
|
SquashMessageFormatterTest: Open git in try-with-resource
David Pursehouse
2016-02-05
1
-11
/
+12
|
*
|
StatusCommandTest: Open Git in try-with-resource
David Pursehouse
2016-02-05
1
-94
/
+96
|
*
|
SubmoduleAddTest: Open Git in try-with-resource
David Pursehouse
2016-02-05
1
-87
/
+91
|
*
|
SymlinksTest: Open git and TreeWalk in try-with-resource
David Pursehouse
2016-02-05
1
-164
/
+173
|
*
|
T0003_BasicTest: Open autocloseable types in try-with-resource
David Pursehouse
2016-02-05
1
-11
/
+11
|
*
|
TextHashFunctions: Fix warnings about variable hiding
David Pursehouse
2016-02-05
1
-7
/
+7
|
*
|
TreeFilterTest: Open TreeWalk in try-with-resource
David Pursehouse
2016-02-05
1
-9
/
+12
|
*
|
TreeWalkJava7Test: Open TreeWalk in try-with-resource
David Pursehouse
2016-02-05
1
-8
/
+9
*
|
|
Add support for HEAD requests to HttpClientConnection
Matthias Sohn
2016-02-04
1
-4
/
+12
*
|
|
Allow to reuse disableSslVerify method, move it to HttpSupport
Saša Živkov
2016-02-04
2
-43
/
+61
*
|
|
Support LFS protocol and a file system based LFS storage
Matthias Sohn
2016-02-04
66
-7
/
+4201
*
|
|
Add com.google.gson 2.2.4.v201311231704 to target platform
Matthias Sohn
2016-02-04
6
-1
/
+13
*
|
|
Implement SHA-256 abstraction
Matthias Sohn
2016-02-04
66
-3
/
+5336
*
|
|
Remove unused API problem filters
Matthias Sohn
2016-02-03
1
-116
/
+0
*
|
|
Merge branch 'stable-4.2'
Matthias Sohn
2016-02-03
5
-240
/
+247
|
\
|
|
|
*
|
DirCacheCheckoutTest: Open Git and TreeWalk in try-with-resource
David Pursehouse
2016-02-02
1
-106
/
+109
|
*
|
CommitCommand: Remove declaration of unthrown exception
David Pursehouse
2016-02-02
1
-1
/
+1
|
*
|
Branch: Fix variable hiding warning
David Pursehouse
2016-02-02
1
-8
/
+8
|
*
|
ApplyCommandTest: Open Git in try-with-resource
David Pursehouse
2016-02-02
1
-16
/
+17
|
*
|
PackFileTest: Open ObjectInserter.Formatter in try-with-resource
David Pursehouse
2016-02-02
1
-109
/
+112
*
|
|
Merge branch 'stable-4.2'
David Pursehouse
2016-02-01
10
-1169
/
+1223
|
\
|
|
|
*
|
FileTreeIteratorTest: Open Git and RevWalk in try-with-resource
David Pursehouse
2016-01-26
1
-195
/
+204
|
*
|
RebaseCommandTest: Open RevWalk in try-with-resource
David Pursehouse
2016-01-25
1
-178
/
+200
|
*
|
PullCommandTest: Open RevWalk in try-with-resource
David Pursehouse
2016-01-25
1
-15
/
+18
|
*
|
BlameGeneratorTest: Create Git instances in try-with-resource
David Pursehouse
2016-01-25
1
-118
/
+119
|
*
|
Remove unnecessary suppression of deprecation warnings in tests
David Pursehouse
2016-01-25
3
-3
/
+0
|
*
|
DiffEntryTest: Open Git and TreeWalk in try-with-resource
David Pursehouse
2016-01-25
1
-261
/
+272
|
*
|
DiffCommandTest: Open Git and RevWalk in try-with-resource
David Pursehouse
2016-01-25
1
-139
/
+144
|
*
|
CommitCommandTest: Open Git and TreeWalk in try-with-resource
David Pursehouse
2016-01-25
1
-260
/
+266
*
|
|
Merge "Remove unused dependency to commons logging"
Shawn Pearce
2016-01-31
2
-3
/
+1
|
\
\
\
|
*
|
|
Remove unused dependency to commons logging
Rüdiger Herrmann
2016-01-24
2
-3
/
+1
*
|
|
|
Merge "Prevent ChainingCredentialsProvider from adding delegated providers tw...
Matthias Sohn
2016-01-28
1
-2
/
+0
|
\
\
\
\
|
*
|
|
|
Prevent ChainingCredentialsProvider from adding delegated providers twice
Rüdiger Herrmann
2016-01-26
1
-2
/
+0
|
|
/
/
/
*
/
/
/
[gitrepo] Support revision in remote tag.
Yuxuan 'fishy' Wang
2016-01-27
2
-8
/
+87
|
/
/
/
*
|
|
Merge branch 'stable-4.2'
Matthias Sohn
2016-01-24
7
-75
/
+82
|
\
|
|
|
*
|
Merge changes Ifdb33501,Idc7b7bbd,Ia3db8696,I4ef82311,I3ad58d4c, ... into sta...
Matthias Sohn
2016-01-23
5
-73
/
+82
|
|
\
\
[next]