robwierzbowski / grunt-build-control

Version control your built code.
MIT License
380 stars 36 forks source link

Added option to suppress git fetch output. #79

Closed fiznool closed 8 years ago

fiznool commented 8 years ago

When using this plugin in a Continuous Delivery environment, the output from git fetch --progress --verbose can add a lot of unnecessary logs. This PR adds an option to suppress these logs.

fiznool commented 8 years ago

Apologies, looks like my text editor has truncated a lot of the trailing whitespace, which causes a lot of extra entries in the diff. This view is a little easier on the eye!

kevinawoo commented 8 years ago

sorry for the late reply.

The trailing whitespace is required for markdown for line breaks. Can you fix that, and we'll get it merged?

fiznool commented 8 years ago

That's been changed now.