shijing
shijing
sry, mis-click
I don't think this can be fixed easily, because `NodeGit.Stash.apply` does not return the code it promised to: ``` > NodeGit.Repository.open('/Users/abc/workspace/twosigma/big-mono/s123').then(function (repo){ ... NodeGit.Stash.apply(repo, 0, null).then( function(result){ ..... console.log(" result...
it takes about the same time with or without half-open enabled: #### without half-open module: ``` $ time git meta merge 720f26ec535e80aec6ab1392037cf7e86eb984eb --no-ff -m 'merge' ``` > Merging meta-repo commit...
I met the same problem. It was because I ran `pod install`. Run with exact the repo code solves my problem.