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.test
/
tst
/
org
/
eclipse
/
jgit
/
revwalk
Commit message (
Expand
)
Author
Age
Files
Lines
*
TreeRevFilterTest: Simplify filter used
Jonathan Tan
2019-10-22
1
-17
/
+7
*
Close RevWalks in tests
Thomas Wolf
2019-10-16
2
-47
/
+85
*
RevWalk: Traverse all parents of UNINTERESTING commits
Alex Spradlin
2019-08-26
2
-0
/
+95
*
Merge branch 'stable-5.4'
Matthias Sohn
2019-08-09
1
-2
/
+2
|
\
|
*
[error prone] suppress AmbiguousMethodReference in AnyObjectId
Matthias Sohn
2019-08-08
1
-2
/
+2
*
|
RevWalk: Add a setFirstParent that mimics C git's --first-parent
Dave Borowitz
2019-06-27
1
-0
/
+338
|
/
*
BitmapCalculator and its test: add missing license header
Matthias Sohn
2019-05-23
1
-0
/
+42
*
BitmappedReachabilityChecker: Reachability check using bitmaps
Ivan Frade
2019-05-15
1
-0
/
+69
*
BitmapCalculator: Get the reachability bitmap of a commit
Ivan Frade
2019-05-15
1
-0
/
+139
*
ReachabilityChecker: Default implementation with a RevWalk
Ivan Frade
2019-05-15
2
-0
/
+225
*
Parse signature of GPG-signed commits
David Turner
2018-09-04
1
-0
/
+32
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
2
-104
/
+104
*
Return parsed objects from TestRepository.commit/tree/blob()
Terry Parker
2018-06-28
3
-109
/
+116
*
Correctly handle initialization of shallow commits
Terry Parker
2018-06-26
1
-0
/
+16
*
Fix trivial usages of deprecated Repository#getAllRefs
David Pursehouse
2018-05-23
1
-1
/
+1
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
2
-3
/
+3
*
Remove 'final' in parameter lists
Han-Wen Nienhuys
2018-05-15
8
-24
/
+24
*
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
2
-102
/
+102
*
Fix remaining javadoc errors raised by doclint
Matthias Sohn
2017-12-21
1
-1
/
+2
*
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
2
-74
/
+75
*
Suppress "Unlikely argument type for equals()" warnings in tests
David Pursehouse
2017-11-06
1
-0
/
+1
*
Add missing newlines at ends of Java files
David Pursehouse
2017-07-25
2
-2
/
+2
*
RevFlagSetTest: Fix compilation error flagged by error prone
David Ostrovsky
2017-03-18
1
-1
/
+0
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
6
-6
/
+6
*
Enable and fix 'Should be tagged with @Override' warning
David Pursehouse
2017-02-19
5
-0
/
+8
*
Fix merge-base calculation
Christian Halstrick
2016-11-28
1
-1
/
+26
*
Organize imports
David Pursehouse
2016-11-14
2
-7
/
+6
*
Fix carrying over flags during a RevWalk
Christian Halstrick
2016-09-23
1
-0
/
+146
*
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
*
Remove unnecessary suppression of deprecation warnings in tests
David Pursehouse
2016-01-25
1
-1
/
+0
*
Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and
Andrey Loskutov
2016-01-19
1
-25
/
+20
*
Merge "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends""
Shawn Pearce
2016-01-15
1
-20
/
+25
|
\
|
*
Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"
Shawn Pearce
2016-01-15
1
-20
/
+25
*
|
Merge "RevCommit: Better support invalid encoding headers"
Shawn Pearce
2016-01-11
2
-0
/
+124
|
\
\
|
|
/
|
/
|
|
*
RevCommit: Better support invalid encoding headers
Shawn Pearce
2016-01-11
2
-0
/
+124
*
|
Remove deprecated Tree, TreeEntry, FileTreeEntry and friends
Shawn Pearce
2016-01-09
1
-25
/
+20
|
/
*
Push control of time into MockSystemReader
Terry Parker
2015-10-20
2
-4
/
+4
*
Add tests for ObjectFilter
Jonathan Nieder
2015-05-21
1
-0
/
+186
*
Replace deprecated release() methods by close()
Matthias Sohn
2015-05-21
2
-8
/
+2
*
ObjectWalk: make setRetainBody(false) the default
Shawn Pearce
2015-05-10
1
-5
/
+5
*
Revert "Let ObjectWalk.markUninteresting also mark the root tree as"
David Ostrovsky
2015-04-26
1
-15
/
+0
*
Expand wildcard imports to specfic classes
Shawn Pearce
2014-11-10
1
-4
/
+4
*
Let ObjectWalk.markUninteresting also mark the root tree as
Saša Živkov
2014-08-28
1
-0
/
+15
*
Rename RewriteTreeFilter to TreeRevFilter and make it public
Dave Borowitz
2014-06-12
1
-0
/
+188
*
RevWalk: Allow disabling parent rewriting
Dave Borowitz
2014-05-05
1
-0
/
+94
*
Added TestCase for 7d5e1f Fixed RevWalk.isMergedInto()
Sven Selberg
2014-04-09
1
-0
/
+80
*
Fix RevWalkUtils.findBranchesReachableFrom not finding some branches
Robin Stocker
2014-02-11
1
-0
/
+128
[next]