We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195c439 commit dedf403Copy full SHA for dedf403
index.html
@@ -76,7 +76,7 @@ <h2>use</h2>
76
}
77
78
// Iterate over the revision history.
79
- branch.history().on("commit", function( index, commit ) {
+ branch.history().on("commit", function(index, commit) {
80
// Print out `git log` emulation.
81
console.log("commit " + commit.sha);
82
console.log("\n");
0 commit comments