(String objectId, CommitObject commit)
| 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); |