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