|
|
@ -394,11 +394,11 @@ public class RevWalk implements Iterable<RevCommit>, AutoCloseable { |
|
|
|
* <code>base</code> (and thus <code>base</code> is fully merged |
|
|
|
* <code>base</code> (and thus <code>base</code> is fully merged |
|
|
|
* into <code>tip</code>); false otherwise. |
|
|
|
* into <code>tip</code>); false otherwise. |
|
|
|
* @throws org.eclipse.jgit.errors.MissingObjectException |
|
|
|
* @throws org.eclipse.jgit.errors.MissingObjectException |
|
|
|
* one or or more of the next commit's parents are not available |
|
|
|
* one or more of the next commit's parents are not available |
|
|
|
* from the object database, but were thought to be candidates |
|
|
|
* from the object database, but were thought to be candidates |
|
|
|
* for traversal. This usually indicates a broken link. |
|
|
|
* for traversal. This usually indicates a broken link. |
|
|
|
* @throws org.eclipse.jgit.errors.IncorrectObjectTypeException |
|
|
|
* @throws org.eclipse.jgit.errors.IncorrectObjectTypeException |
|
|
|
* one or or more of the next commit's parents are not actually |
|
|
|
* one or more of the next commit's parents are not actually |
|
|
|
* commit objects. |
|
|
|
* commit objects. |
|
|
|
* @throws java.io.IOException |
|
|
|
* @throws java.io.IOException |
|
|
|
* a pack file or loose object could not be read. |
|
|
|
* a pack file or loose object could not be read. |
|
|
@ -431,11 +431,11 @@ public class RevWalk implements Iterable<RevCommit>, AutoCloseable { |
|
|
|
* |
|
|
|
* |
|
|
|
* @return next most recent commit; null if traversal is over. |
|
|
|
* @return next most recent commit; null if traversal is over. |
|
|
|
* @throws org.eclipse.jgit.errors.MissingObjectException |
|
|
|
* @throws org.eclipse.jgit.errors.MissingObjectException |
|
|
|
* one or or more of the next commit's parents are not available |
|
|
|
* one or more of the next commit's parents are not available |
|
|
|
* from the object database, but were thought to be candidates |
|
|
|
* from the object database, but were thought to be candidates |
|
|
|
* for traversal. This usually indicates a broken link. |
|
|
|
* for traversal. This usually indicates a broken link. |
|
|
|
* @throws org.eclipse.jgit.errors.IncorrectObjectTypeException |
|
|
|
* @throws org.eclipse.jgit.errors.IncorrectObjectTypeException |
|
|
|
* one or or more of the next commit's parents are not actually |
|
|
|
* one or more of the next commit's parents are not actually |
|
|
|
* commit objects. |
|
|
|
* commit objects. |
|
|
|
* @throws java.io.IOException |
|
|
|
* @throws java.io.IOException |
|
|
|
* a pack file or loose object could not be read. |
|
|
|
* a pack file or loose object could not be read. |
|
|
|