45464748495051
public final String getCommandName() { return "annotate"; } public static AnnotateCommand on(Repository repository) { return new AnnotateCommand(repository); }
43444546474849