|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogCommand | |
|---|---|
| org.eclipse.jgit.api | |
| Uses of LogCommand in org.eclipse.jgit.api |
|---|
| Methods in org.eclipse.jgit.api that return LogCommand | |
|---|---|
LogCommand |
LogCommand.add(AnyObjectId start)
Mark a commit to start graph traversal from. |
LogCommand |
LogCommand.addPath(String path)
Show only commits that affect any of the specified paths. |
LogCommand |
LogCommand.addRange(AnyObjectId since,
AnyObjectId until)
Adds the range since..until |
LogCommand |
LogCommand.all()
Add all refs as commits to start the graph traversal from. |
LogCommand |
Git.log()
Returns a command object to execute a Log command |
LogCommand |
LogCommand.not(AnyObjectId start)
Same as --not start, or ^start |
LogCommand |
LogCommand.setMaxCount(int maxCount)
Limit the number of commits to output |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||