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

Return error output when git commands fail #3738

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 4, 2020

  1. Return stderr as a seperate stream

    CommandExecutor returns stderr as a seperate stream
    Patrick Robinson committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    32adf35 View commit details
    Browse the repository at this point in the history
  2. Log command output/stderr when they fail

    Patrick Robinson committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    a8fa81e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Return hash instead of OpenStruct

    Patrick Robinson committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    d21f1e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Fix linting/syntax

    Patrick Robinson committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    bf386d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Fix missed conversions from OpenStruct to Hash

    Patrick Robinson committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    ba2649d View commit details
    Browse the repository at this point in the history