christkv / node-git

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

add message to git commit -a -m #14

Closed booo closed 12 years ago

booo commented 13 years ago

Please add the message to the git commit -a -m command.

See https://github.com/christkv/node-git/blob/master/lib/git/repo.js#L417

christkv commented 13 years ago

just submit a pull request with the fix and I'll merge it in, preferably with working test but at least not breaking tests

christkv commented 13 years ago

please submit pull request

jankeromnes commented 12 years ago

Resolved fixed! :) thanks @booo