aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* 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
* [findBugs] Remove nonsense callMatthias Sohn2013-11-101-1/+0
* Recognize CRLF when parsing the short message of a commit or tagRobin Rosenberg2013-06-141-0/+13
* Remove unused repository field from RevWalkDave Borowitz2013-05-051-1/+1
* Require a DiffConfig when creating a FollowFilterDave Borowitz2013-05-051-1/+4
* Move base test classes to the junit bundle for reuse for Java 7 testsRobin Rosenberg2013-02-045-5/+5
* Hide deprecation warnings in some test classesRobin Rosenberg2012-12-271-0/+1
* RevWalk support for shallow clonesMarc Strapetz2012-11-212-21/+216
* Use assertEquals instead of == for literal primitivesRobin Rosenberg2012-09-161-1/+1
* cleanup: Prefer assertEquals over assertTrue(....equals(...))Robin Rosenberg2012-09-031-1/+1
* Enable loading history until a given commitMatthias Sohn2012-05-211-0/+140