Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 607ed27

Browse filesBrowse files
committed
Typos
1 parent 552fae7 commit 607ed27
Copy full SHA for 607ed27

File tree

Expand file treeCollapse file tree

3 files changed

+20
-20
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+20
-20
lines changed
Open diff view settings
Collapse file

‎example/raw-revwalk.js‎

Copy file name to clipboardExpand all lines: example/raw-revwalk.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repo.open( path.resolve( '../.git' ), function( err ) {
1212
commit = new git.Commit( repo );
1313

1414
if( err ) { console.log( error.strError( err ) ); return; }
15-
15+
1616
oid.mkstr( '2a900f56b6dc6cc285b4d25b2407d9a3dfe76002' );
1717

1818
commit.lookup( repo, oid, function( err ) {
Collapse file

‎lib/tree.js‎

Copy file name to clipboardExpand all lines: lib/tree.js
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ Tree.prototype.walk = function(blobsOnly) {
7171

7272
function dfs(error, tree) {
7373
total--;
74-
75-
var size = tree.rawTree.size();
7674
if (error) return errors.push(error);
7775

76+
var size = tree.rawTree.size();
7877
for (var i = 0; i < size; i ++) {
7978
var rawEntry = tree.rawTree.entryByIndex(i),
8079
entry = new git.entry(tree.repo, rawEntry);
@@ -100,7 +99,7 @@ Tree.prototype.walk = function(blobsOnly) {
10099
event.emit('end', errors.length ? errors : null, entries);
101100
}
102101

103-
event.start = function(e) {
102+
event.start = function() {
104103
dfs(null, self);
105104
};
106105

Collapse file

‎v0.18.0.json‎

Copy file name to clipboardExpand all lines: v0.18.0.json
+17-16Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11145,7 +11145,7 @@
1114511145
{
1114611146
"filename": "revwalk.h",
1114711147
"jsClassName": "Revwalk",
11148-
"cppClassName": "Revwalk",
11148+
"cppClassName": "GitRevwalk",
1114911149
"cType": "git_revwalk",
1115011150
"freeFunctionName": "git_revwalk_free",
1115111151
"functions": [
@@ -11156,7 +11156,7 @@
1115611156
"name": "out",
1115711157
"isReturn": true,
1115811158
"cType": "git_revwalk **",
11159-
"cppClassName": "Revwalk",
11159+
"cppClassName": "GitRevwalk",
1116011160
"jsClassName": "Revwalk"
1116111161
},
1116211162
{
@@ -11166,6 +11166,7 @@
1116611166
"jsClassName": "Repository"
1116711167
}
1116811168
],
11169+
1116911170
"isAsync": false,
1117011171
"isConstructorMethod": true,
1117111172
"isPrototypeMethod": false,
@@ -11183,7 +11184,7 @@
1118311184
{
1118411185
"name": "walker",
1118511186
"cType": "git_revwalk *",
11186-
"cppClassName": "Revwalk",
11187+
"cppClassName": "GitRevwalk",
1118711188
"jsClassName": "Revwalk",
1118811189
"isSelf": true
1118911190
}
@@ -11204,7 +11205,7 @@
1120411205
{
1120511206
"name": "walk",
1120611207
"cType": "git_revwalk *",
11207-
"cppClassName": "Revwalk",
11208+
"cppClassName": "GitRevwalk",
1120811209
"jsClassName": "Revwalk",
1120911210
"isSelf": true
1121011211
},
@@ -11232,7 +11233,7 @@
1123211233
{
1123311234
"name": "walk",
1123411235
"cType": "git_revwalk *",
11235-
"cppClassName": "Revwalk",
11236+
"cppClassName": "GitRevwalk",
1123611237
"jsClassName": "Revwalk",
1123711238
"isSelf": true
1123811239
},
@@ -11260,7 +11261,7 @@
1126011261
{
1126111262
"name": "walk",
1126211263
"cType": "git_revwalk *",
11263-
"cppClassName": "Revwalk",
11264+
"cppClassName": "GitRevwalk",
1126411265
"jsClassName": "Revwalk",
1126511266
"isSelf": true
1126611267
}
@@ -11282,7 +11283,7 @@
1128211283
{
1128311284
"name": "walk",
1128411285
"cType": "git_revwalk *",
11285-
"cppClassName": "Revwalk",
11286+
"cppClassName": "GitRevwalk",
1128611287
"jsClassName": "Revwalk",
1128711288
"isSelf": true
1128811289
},
@@ -11310,7 +11311,7 @@
1131011311
{
1131111312
"name": "walk",
1131211313
"cType": "git_revwalk *",
11313-
"cppClassName": "Revwalk",
11314+
"cppClassName": "GitRevwalk",
1131411315
"jsClassName": "Revwalk",
1131511316
"isSelf": true
1131611317
},
@@ -11338,7 +11339,7 @@
1133811339
{
1133911340
"name": "walk",
1134011341
"cType": "git_revwalk *",
11341-
"cppClassName": "Revwalk",
11342+
"cppClassName": "GitRevwalk",
1134211343
"jsClassName": "Revwalk",
1134311344
"isSelf": true
1134411345
}
@@ -11360,7 +11361,7 @@
1136011361
{
1136111362
"name": "walk",
1136211363
"cType": "git_revwalk *",
11363-
"cppClassName": "Revwalk",
11364+
"cppClassName": "GitRevwalk",
1136411365
"jsClassName": "Revwalk",
1136511366
"isSelf": true
1136611367
},
@@ -11388,7 +11389,7 @@
1138811389
{
1138911390
"name": "walk",
1139011391
"cType": "git_revwalk *",
11391-
"cppClassName": "Revwalk",
11392+
"cppClassName": "GitRevwalk",
1139211393
"jsClassName": "Revwalk",
1139311394
"isSelf": true
1139411395
},
@@ -11423,7 +11424,7 @@
1142311424
{
1142411425
"name": "walk",
1142511426
"cType": "git_revwalk *",
11426-
"cppClassName": "Revwalk",
11427+
"cppClassName": "GitRevwalk",
1142711428
"jsClassName": "Revwalk"
1142811429
}
1142911430
],
@@ -11444,7 +11445,7 @@
1144411445
{
1144511446
"name": "walk",
1144611447
"cType": "git_revwalk *",
11447-
"cppClassName": "Revwalk",
11448+
"cppClassName": "GitRevwalk",
1144811449
"jsClassName": "Revwalk",
1144911450
"isSelf": true
1145011451
},
@@ -11471,7 +11472,7 @@
1147111472
{
1147211473
"name": "walk",
1147311474
"cType": "git_revwalk *",
11474-
"cppClassName": "Revwalk",
11475+
"cppClassName": "GitRevwalk",
1147511476
"jsClassName": "Revwalk",
1147611477
"isSelf": true
1147711478
},
@@ -11499,7 +11500,7 @@
1149911500
{
1150011501
"name": "walk",
1150111502
"cType": "git_revwalk *",
11502-
"cppClassName": "Revwalk",
11503+
"cppClassName": "GitRevwalk",
1150311504
"jsClassName": "Revwalk"
1150411505
}
1150511506
],
@@ -11520,7 +11521,7 @@
1152011521
{
1152111522
"name": "walk",
1152211523
"cType": "git_revwalk *",
11523-
"cppClassName": "Revwalk",
11524+
"cppClassName": "GitRevwalk",
1152411525
"jsClassName": "Revwalk",
1152511526
"isSelf": true
1152611527
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.