File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 522522 "git_index_new" : {
523523 "ignore" : true
524524 },
525+ "git_index_read" : {
526+ "args" : {
527+ "force" : {
528+ "isOptional" : true
529+ }
530+ }
531+ },
525532 "git_index_remove_all" : {
526533 "ignore" : true
527534 },
535+ "git_index_remove_bypath" : {
536+ "jsFunctionName" : " removeByPath"
537+ },
528538 "git_index_update_all" : {
529539 "ignore" : true
530540 },
541+ "git_index_write" : {
542+ "args" : {
543+ "force" : {
544+ "isOptional" : true
545+ }
546+ }
547+ },
531548 "git_index_write_tree_to" : {
532549 "ignore" : true
533550 }
10421059 }
10431060 }
10441061 },
1062+ "signature" : {
1063+ "functions" : {
1064+ "git_signature_new" : {
1065+ "isAsync" : false
1066+ }
1067+ }
1068+ },
10451069 "smart" : {
10461070 "functions" : {
10471071 "git_smart_subtransport_git" : {
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ TreeEntry.prototype.getBlob = function() {
8787 * @return {String }
8888 */
8989TreeEntry . prototype . path = function ( callback ) {
90- return path . join ( this . parent . path ( ) , this . name ( ) ) ;
90+ return path . join ( this . parent . path ( ) , this . filename ( ) ) ;
9191} ;
9292
9393/**
You can’t perform that action at this time.
0 commit comments