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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ConfigConstants: Add constants for i18n.logOutputEncoding
David Pursehouse
2018-09-30
2
-2
/
+19
*
Bazel: Increase severity of DefaultCharset to ERROR
David Pursehouse
2018-09-30
1
-1
/
+1
*
Explicitly specify charset when constructing PrintWriter
David Pursehouse
2018-09-30
5
-42
/
+51
*
TextBuiltin: Default to UTF-8 when i18n.logOutputEncoding is not set
David Pursehouse
2018-09-30
1
-25
/
+25
*
SidebandInputStream: Specify charset when calling String.getBytes()
David Pursehouse
2018-09-30
1
-1
/
+1
*
MergeFormatter{Pass}: Use Charset instead of String
David Pursehouse
2018-09-30
5
-12
/
+118
*
Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-30
20
-53
/
+61
*
Bazel: Increase severity of MissingFail to ERROR
David Pursehouse
2018-09-30
1
-1
/
+1
*
TestProtocolTest: Add missing calls to fail()
David Pursehouse
2018-09-30
1
-0
/
+3
*
BlockListTest: Add missing calls to fail()
David Pursehouse
2018-09-29
1
-0
/
+13
*
DirCacheBuilderTest#testBuildRejectsUnsetFileMode: Add missing fail()
David Pursehouse
2018-09-29
1
-0
/
+1
*
DirCacheCheckoutTest#testCheckoutHierarchy: Add missing call to fail()
David Pursehouse
2018-09-29
1
-0
/
+1
*
ConfigTest: Fix tests for getting empty config value as int
David Pursehouse
2018-09-29
1
-10
/
+2
*
FileResolverTest#testNotAGitRepository: Fail when exception is not thrown
David Pursehouse
2018-09-29
1
-0
/
+1
*
UploadPack: support deepen-since in protocol v2
Jonathan Tan
2018-09-27
4
-12
/
+130
*
DepthGenerator: remove redundant depth check
Jonathan Tan
2018-09-27
1
-2
/
+1
*
FileRepositoryBuilderTest: Don't explicitly close BufferedWriter in try-with-...
David Pursehouse
2018-09-27
1
-35
/
+34
*
Explicitly specify charset when constructing FileWriter
David Pursehouse
2018-09-26
3
-14
/
+27
*
Explicitly specify charset when constructing BufferedReader
David Pursehouse
2018-09-26
2
-32
/
+33
*
Explicitly specify charset in constructor of InputStreamReader
David Pursehouse
2018-09-26
5
-10
/
+25
*
Explicitly specify charset when calling getBytes
David Pursehouse
2018-09-26
14
-77
/
+90
*
Explicitly specify charset in constructor of String
David Pursehouse
2018-09-26
6
-26
/
+37
*
Make inner classes static where possible
David Pursehouse
2018-09-26
12
-14
/
+15
*
Bazel: Increase severity of ExpectedExceptionChecker to ERROR
David Pursehouse
2018-09-26
1
-1
/
+1
*
Merge branch 'stable-5.1'
David Pursehouse
2018-09-26
1
-0
/
+4
|
\
|
*
Merge branch 'stable-5.0' into stable-5.1
David Pursehouse
2018-09-26
1
-0
/
+4
|
|
\
|
|
*
Merge branch 'stable-4.11' into stable-5.0
David Pursehouse
2018-09-26
1
-0
/
+4
|
|
|
\
|
|
|
*
Merge branch 'stable-4.10' into stable-4.11
David Pursehouse
2018-09-26
1
-0
/
+4
|
|
|
|
\
|
|
|
|
*
Merge branch 'stable-4.9' into stable-4.10
David Pursehouse
2018-09-26
1
-0
/
+4
|
|
|
|
|
\
|
|
|
|
|
*
Merge branch 'stable-4.8' into stable-4.9
David Pursehouse
2018-09-26
1
-0
/
+4
|
|
|
|
|
|
\
|
|
|
|
|
|
*
Merge branch 'stable-4.7' into stable-4.8
David Pursehouse
2018-09-26
1
-0
/
+4
|
|
|
|
|
|
|
\
|
|
|
|
|
|
|
*
ObjectDownloadListener#onWritePossible: Add comment on return statement
David Ostrovsky
2018-09-25
1
-0
/
+4
*
|
|
|
|
|
|
|
Update .mailmap
Matthias Sohn
2018-09-25
1
-10
/
+18
*
|
|
|
|
|
|
|
Fix @since tag on RefDatabase#getRefsByPrefix
Matthias Sohn
2018-09-25
1
-3
/
+3
*
|
|
|
|
|
|
|
T0003_BasicTest: Fix incorrect usage of ExpectedException
David Pursehouse
2018-09-25
1
-1
/
+1
*
|
|
|
|
|
|
|
ProtocolV2ParserTest: Fix incorrect usage of ExpectedException
David Pursehouse
2018-09-25
1
-7
/
+7
*
|
|
|
|
|
|
|
Using getRefsByPrefix with multiple prefixes
Minh Thai
2018-09-24
2
-15
/
+14
*
|
|
|
|
|
|
|
Query references by multiple prefixes
Minh Thai
2018-09-24
2
-0
/
+38
*
|
|
|
|
|
|
|
Fix Mylyn commit message template
Michael Keppler
2018-09-23
25
-25
/
+25
*
|
|
|
|
|
|
|
Bazel: Provide toolchain with activated error prone warnings
David Ostrovsky
2018-09-22
1
-0
/
+107
*
|
|
|
|
|
|
|
Config.set-methods should not touch lines from included files
Marc Strapetz
2018-09-20
2
-17
/
+335
*
|
|
|
|
|
|
|
Don't inline included configs on FileBasedConfig.save()
Marc Strapetz
2018-09-20
2
-0
/
+54
*
|
|
|
|
|
|
|
ConfigLine.includedFrom stores source, if it was read from included file
Marc Strapetz
2018-09-20
2
-5
/
+10
*
|
|
|
|
|
|
|
Merge branch 'stable-5.1'
Matthias Sohn
2018-09-18
0
-0
/
+0
|
\
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Prepare 5.1.2-SNAPSHOT builds
Matthias Sohn
2018-09-18
56
-357
/
+357
|
*
|
|
|
|
|
|
JGit v5.1.1.201809181055-r
v5.1.1.201809181055-r
Matthias Sohn
2018-09-18
56
-59
/
+59
|
*
|
|
|
|
|
|
Merge branch 'stable-5.0' into stable-5.1
Matthias Sohn
2018-09-18
0
-0
/
+0
|
|
\
|
|
|
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'stable-4.11' into stable-5.0
Matthias Sohn
2018-09-18
0
-0
/
+0
|
|
|
\
|
|
|
|
|
|
|
|
*
|
|
|
|
Prepare 4.11.4-SNAPSHOT builds
Matthias Sohn
2018-09-18
56
-356
/
+356
|
|
|
*
|
|
|
|
JGit v4.11.3.201809181037-r
v4.11.3.201809181037-r
Matthias Sohn
2018-09-18
56
-59
/
+59
[next]