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
path:
root
/
org.eclipse.jgit.junit
/
src
/
org
/
eclipse
/
jgit
/
junit
/
RepositoryTestCase.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-08-08
1
-8
/
+12
|
\
|
*
Persist minimal racy threshold and allow manual configuration
Matthias Sohn
2019-08-06
1
-1
/
+1
|
*
Measure minimum racy interval to auto-configure FileSnapshot
Matthias Sohn
2019-08-06
1
-1
/
+2
|
*
Use Instant instead of milliseconds for filesystem timestamp handling
Matthias Sohn
2019-07-18
1
-8
/
+11
*
|
Merge branch 'stable-5.3' into stable-5.4
Matthias Sohn
2019-06-06
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
*
|
Join catch sections using multicatch
Carsten Hammer
2019-04-13
1
-3
/
+1
|
/
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-2
/
+2
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
1
-8
/
+8
*
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
1
-2
/
+2
*
Use StandardCharsets.UTF_8 in tests
David Pursehouse
2018-03-07
1
-1
/
+2
*
Honor CRLF settings when writing merge results
Thomas Wolf
2018-02-02
1
-8
/
+8
*
Fix javadoc in org.eclipse.jgit.junit
Matthias Sohn
2017-12-17
1
-5
/
+104
*
Replace use of deprecated method Repository.getRef()
Matthias Sohn
2016-05-31
1
-1
/
+1
*
Fix apply patch which did not work with non-ascii characters
XinTong Wang
2016-03-03
1
-3
/
+3
*
RepositoryTestCase: Open autocloseable types in try-with-resource
David Pursehouse
2016-02-05
1
-4
/
+5
*
Add support for clean filters
Christian Halstrick
2015-11-27
1
-0
/
+13
*
Add missing @since tags and missing javadoc
Matthias Sohn
2015-11-25
1
-0
/
+11
*
Delete non empty directories before checkout a path
Andrey Loskutov
2015-10-09
1
-0
/
+6
*
Move `RepositoryTestCase.indexState` to parent class
Chris Price
2015-07-10
1
-97
/
+0
*
Change `indexState` to static method
Chris Price
2015-07-10
1
-1
/
+1
*
Use local variable in RepositoryTestCase.indexState
Chris Price
2015-07-07
1
-1
/
+1
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
1
-27
/
+29
*
Fix RecursiveMerger's internal use of merge to find a merge base
Christian Halstrick
2014-07-25
1
-0
/
+4
*
Try to fix intermittent test failure related to file timestamps
Robin Rosenberg
2014-07-01
1
-3
/
+4
*
Enhance RepositoryTestCase.commitFile() to work on empty repository
Matthias Sohn
2013-10-31
1
-4
/
+13
*
Fix failed tests when the tmp directory is a symlink
Robin Rosenberg
2013-10-20
1
-0
/
+5
*
Update reflog like C Git during rebase (non-interactive)
Robin Rosenberg
2013-07-21
1
-0
/
+1
*
Extend the FS class for Java7
Robin Rosenberg
2013-05-04
1
-6
/
+8
*
JGit 3.0: move internal classes into an internal subpackage
Shawn Pearce
2013-03-18
1
-1
/
+1
*
Move base test classes to the junit bundle for reuse for Java 7 tests
Robin Rosenberg
2013-02-04
1
-0
/
+498