Uses of Class
org.eclipse.jgit.api.LogCommand

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.
 LogCommand LogCommand.setSkip(int skip)
          Skip the number of commits before starting to show the commit output.
 



Copyright © 2012. All Rights Reserved.