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
stable-7.2
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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add RefDatabase#getRefsByPrefix method
Jonathan Tan
2018-04-20
1
-0
/
+23
*
Allow '@' as last character of ref
Christian Halstrick
2018-04-12
1
-0
/
+2
*
Merge branch 'stable-4.11'
David Pursehouse
2018-03-16
1
-2
/
+10
|
\
|
*
ObjectIdSerializer: Support serialization of known non-null ObjectId
David Pursehouse
2018-03-15
1
-2
/
+10
*
|
Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-13
4
-27
/
+30
*
|
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
1
-5
/
+5
|
/
*
MergeHeadMsgTest: Open FileOutputStream in try-with-resource
David Pursehouse
2018-03-07
1
-15
/
+7
*
DirCacheCheckoutTest: Open FileInputStream in try-with-resource
David Pursehouse
2018-03-06
1
-11
/
+13
*
Add ObjectIdSerializer
David Pursehouse
2018-02-25
1
-0
/
+88
*
Minor improvements in git config file inclusions
Thomas Wolf
2018-01-28
1
-2
/
+82
*
ConfigTest: Add some additional comment parsing tests
Dave Borowitz
2017-12-21
1
-0
/
+5
*
Config: Drop backslash in invalid escape sequences in subsections
Dave Borowitz
2017-12-21
1
-8
/
+9
*
Config: Match C git behavior more closely in escaping values
Dave Borowitz
2017-12-21
1
-6
/
+17
*
Fix remaining javadoc errors raised by doclint
Matthias Sohn
2017-12-21
1
-2
/
+2
*
Config: Rewrite subsection and value escaping and parsing
Dave Borowitz
2017-12-18
1
-51
/
+166
*
ConfigTest: Remove redundant assignment
David Pursehouse
2017-12-15
1
-2
/
+1
*
Make Config.readIncludedConfig a noop by default
Shawn Pearce
2017-12-13
1
-15
/
+3
*
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
1
-9
/
+9
*
ConfigTest: Move pathToString to FileUtils
David Pursehouse
2017-12-06
1
-8
/
+1
*
FileBasedConfig: support for relative includes
Marc Strapetz
2017-12-04
1
-1
/
+1
*
ConfigTest: fix on Windows
Marc Strapetz
2017-12-04
1
-4
/
+12
*
Config: Handle leading/trailing single whitespaces
Dave Borowitz
2017-11-20
1
-0
/
+52
*
ObjectCheckerTest: Factor duplicate instances out to constants
David Pursehouse
2017-09-06
1
-72
/
+42
*
SubmoduleConfigTest: Add additional tests in fetchRecurseToConfigValue
David Pursehouse
2017-09-05
1
-0
/
+2
*
Add BlobObjectChecker
Masaya Suzuki
2017-08-28
1
-0
/
+98
*
Send a detailed event on working tree modifications
Thomas Wolf
2017-08-15
1
-466
/
+684
*
Record submodule paths with untracked changes as FileMode.GITLINK
Thomas Wolf
2017-08-14
1
-35
/
+36
*
Merge "Use w1 for hashCode of AbbreviatedObjectId"
Terry Parker
2017-07-28
1
-3
/
+13
|
\
|
*
Use w1 for hashCode of AbbreviatedObjectId
Shawn Pearce
2017-07-28
1
-3
/
+13
*
|
Add dfs fsck implementation
Zhen Chen
2017-07-26
1
-13
/
+1
*
|
Add missing newlines at ends of Java files
David Pursehouse
2017-07-25
1
-1
/
+1
|
/
*
Add tests for SubmoduleConfig
David Pursehouse
2017-06-15
1
-0
/
+91
*
Checkout should not use too long filenames
Christian Halstrick
2017-05-10
1
-0
/
+14
*
Fix test configuration to run RacyGitTests, and fix testRacyGitDetection
David Pursehouse
2017-03-19
1
-2
/
+10
*
Make Repository.normalizeBranchName less strict
Thomas Wolf
2017-03-04
1
-82
/
+61
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
9
-36
/
+36
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
2
-0
/
+8
*
IndexDiffSubmoduleTest: Fix negative use count
David Pursehouse
2017-02-10
1
-1
/
+0
*
Branch normalizer should not normalize already valid branch names
Matthias Sohn
2017-02-07
1
-0
/
+14
*
Merge "Don't rely on default locale when using toUpperCase() and toLowerCase()"
David Pursehouse
2017-01-30
1
-1
/
+3
|
\
|
*
Don't rely on default locale when using toUpperCase() and toLowerCase()
Matthias Sohn
2017-01-28
1
-1
/
+3
*
|
RepositoryCacheTest: avoid to close already closed repository
Matthias Sohn
2017-01-28
1
-15
/
+18
|
/
*
Normalizer creating a valid branch name from a string
Wim Jongman
2017-01-18
1
-0
/
+82
*
[findBugs] Fix potential NPE in DirCacheCheckoutTest
Matthias Sohn
2016-12-29
1
-1
/
+2
*
Organize imports
David Pursehouse
2016-11-14
2
-1
/
+1
*
TreeFormatter: disallow empty filenames in trees
David Turner
2016-10-19
1
-1
/
+3
*
Fix eviction of repositories with negative usage count
Hugo Arès
2016-10-12
1
-0
/
+21
*
Merge branch 'stable-4.4'
Matthias Sohn
2016-07-12
3
-7
/
+198
|
\
|
*
Time based eviction strategy for repository cache
Christian Halstrick
2016-07-12
2
-4
/
+175
|
*
Add method to read time unit from config
Hugo Arès
2016-07-12
1
-0
/
+95
[next]