Matt Lyons
Matt Lyons
Fixes #61
https://github.com/mattijs/node-rsync/blob/a8a63507f01ac7f8473b2684334cf790b6e8e1a9/rsync.js#L464-L479 I believe this is a typo on: https://github.com/mattijs/node-rsync/blob/a8a63507f01ac7f8473b2684334cf790b6e8e1a9/rsync.js#L475 `this._outputHandlers.stderr = stdout` should be `this._outputHandlers.stderr = stderr`
Java dep is currently an optional dependency which has the effect of allowing it to fail installing without failing the install of commit-msg. The problem with this is the Java...
I think it would be useful to add an environment variable to control whether the attributed user for the commits is directly notified on slack. A common case may be...