We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fb4fb commit ccc9817Copy full SHA for ccc9817
index.html
@@ -91,7 +91,7 @@ <h2>use</h2>
91
repo.branch( 'master', function( err, branch ) {
92
if( err ) { throw err; }
93
// Iterate over the revision history
94
- branch.tree().on( 'entry', function( entry ) {
+ branch.tree().walk(function( i, entry ) {
95
console.log( entry.name );
96
console.log( entry.content );
97
});
0 commit comments