aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* TreeRevFilterTest: Simplify filter usedJonathan Tan2019-10-221-17/+7
* Close RevWalks in testsThomas Wolf2019-10-162-47/+85
* RevWalk: Traverse all parents of UNINTERESTING commitsAlex Spradlin2019-08-262-0/+95
* Merge branch 'stable-5.4'Matthias Sohn2019-08-091-2/+2
|\
| * [error prone] suppress AmbiguousMethodReference in AnyObjectIdMatthias Sohn2019-08-081-2/+2
* | RevWalk: Add a setFirstParent that mimics C git's --first-parentDave Borowitz2019-06-271-0/+338
|/
* BitmapCalculator and its test: add missing license headerMatthias Sohn2019-05-231-0/+42
* BitmappedReachabilityChecker: Reachability check using bitmapsIvan Frade2019-05-151-0/+69
* BitmapCalculator: Get the reachability bitmap of a commitIvan Frade2019-05-151-0/+139
* ReachabilityChecker: Default implementation with a RevWalkIvan Frade2019-05-152-0/+225
* Parse signature of GPG-signed commitsDavid Turner2018-09-041-0/+32
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-042-104/+104
* Return parsed objects from TestRepository.commit/tree/blob()Terry Parker2018-06-283-109/+116
* Correctly handle initialization of shallow commitsTerry Parker2018-06-261-0/+16
* Fix trivial usages of deprecated Repository#getAllRefsDavid Pursehouse2018-05-231-1/+1
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-182-3/+3
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-158-24/+24
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-112-102/+102
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-1/+2
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-072-74/+75
* Suppress "Unlikely argument type for equals()" warnings in testsDavid Pursehouse2017-11-061-0/+1
* Add missing newlines at ends of Java filesDavid Pursehouse2017-07-252-2/+2
* RevFlagSetTest: Fix compilation error flagged by error proneDavid Ostrovsky2017-03-181-1/+0
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-206-6/+6
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-195-0/+8
* Fix merge-base calculationChristian Halstrick2016-11-281-1/+26
* Organize importsDavid Pursehouse2016-11-142-7/+6
* Fix carrying over flags during a RevWalkChristian Halstrick2016-09-231-0/+146
* RevCommitListTest: Open Git and RevWalk in try-with-resourceDavid Pursehouse2016-02-051-17/+19
* RevCommitParseTest: Open ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2016-02-051-2/+3
* RevObjectTest: Open RevWalk in try-with-resourceDavid Pursehouse2016-02-051-3/+6
* RevTagParseTest: Open ObjectInserter.Formatter in try-with-resourceDavid Pursehouse2016-02-051-3/+4
* Remove unnecessary suppression of deprecation warnings in testsDavid Pursehouse2016-01-251-1/+0
* Revert "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry andAndrey Loskutov2016-01-191-25/+20
* Merge "Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends""Shawn Pearce2016-01-151-20/+25
|\
| * Revert "Remove deprecated Tree, TreeEntry, FileTreeEntry and friends"Shawn Pearce2016-01-151-20/+25
* | Merge "RevCommit: Better support invalid encoding headers"Shawn Pearce2016-01-112-0/+124
|\ \ | |/ |/|
| * RevCommit: Better support invalid encoding headersShawn Pearce2016-01-112-0/+124
* | Remove deprecated Tree, TreeEntry, FileTreeEntry and friendsShawn Pearce2016-01-091-25/+20
|/
* Push control of time into MockSystemReaderTerry Parker2015-10-202-4/+4
* Add tests for ObjectFilterJonathan Nieder2015-05-211-0/+186
* Replace deprecated release() methods by close()Matthias Sohn2015-05-212-8/+2
* ObjectWalk: make setRetainBody(false) the defaultShawn Pearce2015-05-101-5/+5
* Revert "Let ObjectWalk.markUninteresting also mark the root tree as"David Ostrovsky2015-04-261-15/+0
* Expand wildcard imports to specfic classesShawn Pearce2014-11-101-4/+4
* Let ObjectWalk.markUninteresting also mark the root tree asSaša Živkov2014-08-281-0/+15
* Rename RewriteTreeFilter to TreeRevFilter and make it publicDave Borowitz2014-06-121-0/+188
* RevWalk: Allow disabling parent rewritingDave Borowitz2014-05-051-0/+94
* Added TestCase for 7d5e1f Fixed RevWalk.isMergedInto()Sven Selberg2014-04-091-0/+80
* Fix RevWalkUtils.findBranchesReachableFrom not finding some branchesRobin Stocker2014-02-111-0/+128