improve error output of git commands#1958
Conversation
|
Welcome @cortex3! |
cdrage
left a comment
There was a problem hiding this comment.
Missing a unit test, is there any way you can possibly do a simple one for utils_test.go?
Otherwise, the code looks great! :)
|
Hi @cdrage, The tests are still passing but let me know if you want me to extend them in any way. |
Honestly, tests are passing and this adds crucial information for the openshift section (which needs improvement to be honest...), this LGTM. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cdrage, cortex3 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
What type of PR is this?
/kind feature
What this PR does / why we need it:
improves error output of git commands see #1957 for context.
Example:
current output:
with my PR:
Which issue(s) this PR fixes:
Fixes #1957
Special notes for your reviewer: