-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
You call git log without deactivating colors.
https://github.com/creationix/node-git/blob/master/lib/git-fs.js#L197
A user who has configures git to always print color will see a weird error message cause the regex-parser won't match. You can fix this by adding the option -c color.ui=never before the log in git log.
Generally you should add this option to all of your git commands and specially you could look into my own thin wrapper around git commands ;-) https://github.com/payload/node-treeeater/
I discovered this error while using https://github.com/mklabs/nabe
Metadata
Metadata
Assignees
Labels
No labels