MCPcopy Create free account
hub / github.com/ReZeroS/git / printCommit

Method printCommit

src/main/java/club/qqtim/command/Log.java:57–59  ·  view source on GitHub ↗
(String objectId, CommitObject commit)

Source from the content-addressed store, hash-verified

55 }
56
57 public static void printCommit(String objectId, CommitObject commit) {
58 printCommit(objectId, commit, Collections.emptyList());
59 }
60
61 public static void printCommit(String objectId, CommitObject commit, List<String> refNames) {
62 String refsStr = String.join(",", refNames);

Callers 2

runMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected