Class NameRevCommand

java.lang.Object
org.eclipse.jgit.api.GitCommand<Map<ObjectId,String>>
org.eclipse.jgit.api.NameRevCommand
All Implemented Interfaces:
Callable<Map<ObjectId,String>>

public class NameRevCommand extends GitCommand<Map<ObjectId,String>>
Command to find human-readable names of revisions.
Since:
3.0
See Also: