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

Git errors on cli not logged #2

Closed
smith opened this issue Mar 8, 2010 · 1 comment
Closed

Git errors on cli not logged #2

smith opened this issue Mar 8, 2010 · 1 comment

Comments

@smith
Copy link
Contributor

smith commented Mar 8, 2010

Running the command with backticks captures STDOUT, but I think if there's a problem with a git command it's sent to STDERR, which makes the returned text be empty.

@koppen
Copy link
Owner

koppen commented Mar 8, 2010

Log errors from git. Closed by 139fcf5

Use Open3 for running git to get access to both STDOUT and STDERR.

This issue was closed.
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