aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/revwalk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-2/+2
* Backout RevObject's object-identity based equals implementationMatthias Sohn2010-08-151-5/+5
* Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-251-2/+3
* Fix FooterLine.matches(FooterKey) on same length keysShawn O. Pearce2010-05-041-0/+20
* Fix ObjectWalk corruption when skipping over empty treesShawn O. Pearce2010-02-021-0/+44
* Relax ObjectChecker to permit missing tagger linesShawn O. Pearce2010-01-231-1/+46
* Abstract out utility functions for creating test commitsShawn O. Pearce2010-01-128-102/+54
* Refactor RepositoryTestCase to use LocalDiskRepository insteadShawn O. Pearce2009-11-021-3/+3
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-2918-0/+3193