christkv / node-git

A node.js git implementation modeled on ruby-git
242 stars 42 forks source link

a fix for diff parsing #8

Closed payload closed 13 years ago

payload commented 13 years ago

there was an annoying bug in the diff parsing. fixed it ^^

christkv commented 13 years ago

I'll be happy to pull it in once make test passes. Can you please ensure it does not break the test suite. Currently I can't run the test suite.

dodo commented 13 years ago

merged.

tests are back running and succeeding… (in my pullrequest)

sorry about the b0rked test suite, but async_testing got a api change from 0.1.0 to newer versions :/