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