aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add RevWalkUtils with count(start, end) methodRobin Stocker2012-01-161-0/+103
* Skip a number commits before starting to show the commit outputTomasz Zarna2012-01-021-0/+84
* Limit the number of commits in LogCommand outputTomasz Zarna2011-12-231-0/+84
* Allow detecting which files were renamed during a revwalkCarsten Pfeiffer2011-10-252-0/+179
* Fix IndexOutOfBoundsException when parsing PersonIdentMarc Strapetz2011-06-141-0/+15
* RevWalk: Avoid unnecessary re-parsing of commit bodiesShawn O. Pearce2011-02-132-0/+9
* Parse RevCommit bodies before calling RevFilter.include()Jesse Greenwald2011-01-251-0/+117
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-3118-0/+243
* Correct CommitBuilder, TagBuilder method to be build()Shawn O. Pearce2010-12-032-2/+2
* Fix parsing of multiple authors in PersonIdent.Marc Strapetz2010-08-261-2/+13
* Delete deprecated ObjectWriterShawn O. Pearce2010-08-231-6/+12
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-232-2/+2
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-232-4/+4
* Add a public RevTag.parse() methodShawn O. Pearce2010-08-201-0/+20
* Add a public RevCommit.parse() methodShawn O. Pearce2010-08-201-0/+21