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.junit
/
src
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-19
2
-9
/
+68
|
\
|
*
Cache user global and system-wide git configurations
Matthias Sohn
2019-08-18
2
-5
/
+45
|
*
Avoid setup and saving FileStoreAttributes compete for ~/.gitconfig lock
Matthias Sohn
2019-08-16
1
-6
/
+7
|
*
Implement toString in MockSystemReader and MockConfig
Matthias Sohn
2019-08-11
1
-0
/
+11
|
*
Ensure LocalDiskRepositoryTestCase#setup fully uses MockSystemReader
Matthias Sohn
2019-08-11
1
-5
/
+7
|
*
Override FileBasedConfig's save method in MockConfig
Matthias Sohn
2019-08-10
1
-0
/
+5
*
|
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-08-08
6
-38
/
+332
|
\
|
|
*
Persist minimal racy threshold and allow manual configuration
Matthias Sohn
2019-08-06
2
-2
/
+2
|
*
Measure minimum racy interval to auto-configure FileSnapshot
Matthias Sohn
2019-08-06
2
-2
/
+3
|
*
Reuse FileUtils to recursively delete files created by tests
Matthias Sohn
2019-07-26
1
-23
/
+19
|
*
Add missing javadoc in org.eclipse.jgit.junit
Matthias Sohn
2019-07-24
2
-0
/
+157
|
*
Enhance RepeatRule to report number of failures at the end
Matthias Sohn
2019-07-19
2
-3
/
+34
|
*
Measure filesystem timestamp resolution already in test setup
Matthias Sohn
2019-07-19
1
-0
/
+4
|
*
Use Instant instead of milliseconds for filesystem timestamp handling
Matthias Sohn
2019-07-18
3
-12
/
+117
|
*
Make inner classes static where possible
David Pursehouse
2019-06-17
1
-1
/
+1
*
|
Merge branch 'stable-5.2' into stable-5.3
Matthias Sohn
2019-06-05
1
-11
/
+17
|
\
\
|
*
|
Merge branch 'stable-5.1' into stable-5.2
Matthias Sohn
2019-06-05
1
-11
/
+17
|
|
\
|
|
|
*
Enhance fsTick() to use filesystem timer resolution
Christian Halstrick
2019-06-05
1
-8
/
+16
|
|
*
Measure file timestamp resolution used in FileSnapshot
Matthias Sohn
2019-05-22
1
-3
/
+1
*
|
|
LocalDiskRepositoryTestCase#createRepository: Default auto-close to false
David Pursehouse
2019-01-20
1
-3
/
+6
*
|
|
Make TestRepository AutoCloseable
Jackson Toeniskoetter
2019-01-10
1
-1
/
+18
|
/
/
*
|
Move SshTestGitServer to new bundle org.eclipse.jgit.junit.ssh
Thomas Wolf
2018-11-17
1
-331
/
+0
*
|
Apache MINA sshd client: properly handle HostKeyAlgorithms config
Thomas Wolf
2018-11-13
1
-7
/
+37
*
|
Apache MINA sshd client: add gssapi-with-mic authentication
Thomas Wolf
2018-11-13
1
-1
/
+54
*
|
Add more ssh tests: pushing, known_host file handling, etc.
Thomas Wolf
2018-11-13
1
-7
/
+38
*
|
Ssh tests with an Apache MINA sshd test git server
Thomas Wolf
2018-11-06
1
-0
/
+217
*
|
Make inner classes static where possible
David Pursehouse
2018-09-26
1
-1
/
+1
|
/
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
4
-9
/
+9
*
Return parsed objects from TestRepository.commit/tree/blob()
Terry Parker
2018-06-28
1
-12
/
+13
*
Fix trivial usages of deprecated Repository#getAllRefs
David Pursehouse
2018-05-23
1
-3
/
+3
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
1
-2
/
+2
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
6
-36
/
+36
*
Open auto-closeable resources in try-with-resource
David Pursehouse
2018-03-13
1
-19
/
+14
*
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
4
-9
/
+9
*
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
3
-4
/
+8
*
Honor CRLF settings when writing merge results
Thomas Wolf
2018-02-02
1
-8
/
+8
*
Repeat: Fix javadoc to say 'annotation' instead of 'interface'
David Pursehouse
2017-12-18
1
-1
/
+1
*
Fix javadoc in org.eclipse.jgit.junit
Matthias Sohn
2017-12-17
11
-22
/
+323
*
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
1
-1
/
+2
*
Add flag for keeping ref tombstones in GC reftable
Minh Thai
2017-11-15
1
-0
/
+1
*
ObjectDirectory: Add pack directory getter
Hector Caballero
2017-11-14
1
-1
/
+1
*
Add dfs fsck implementation
Zhen Chen
2017-07-26
1
-0
/
+23
*
Move BatchRefUpdate tests to a new file
Dave Borowitz
2017-07-25
1
-0
/
+78
*
Add missing newlines at ends of Java files
David Pursehouse
2017-07-25
2
-2
/
+2
*
Run auto GC in the background
David Turner
2017-06-06
1
-0
/
+7
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
3
-6
/
+6
*
LocalDiskRepositoryTestCase: Add clarifying comment in call to createRepository
David Pursehouse
2017-02-10
1
-1
/
+1
*
RepositoryCacheTest: avoid to close already closed repository
Matthias Sohn
2017-01-28
1
-2
/
+22
*
LocalDiskRepositoryTestCase: Only add to toClose through access method
David Pursehouse
2017-01-28
1
-1
/
+1
[next]