Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placate nervous releasers after git push stderr output shows in red #20

Closed
retronym opened this issue Sep 7, 2012 · 1 comment
Closed

Comments

@retronym
Copy link
Member

retronym commented Sep 7, 2012

Push changes to the remote repository (y/n)? [y] > y
[error] To git@git:efgfp/analytics.git
[error]    ec38e8a..24aa91c  master -> master
[error] To git@git:efgfp/analytics.git
[error]  * [new tag]         v0.7.17 -> v0.7.17
[info] Set current project to analytics-tools (in build file:/C:/code/analytics/)

I'd suggest to add a line here with "git push sends it's console output to standard error, which will cause the next few lines to be marked as [error].

@gseitz
Copy link
Member

gseitz commented Sep 8, 2012

Yeah, i haven't gotten around to doing that. Redirecting with the Process API didn't actually work (in contrast to what the documentation says) and adding 2>&1 as parameter is a no-go either. I'll add the line for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants