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

[Beta] Backports #68189

Merged
merged 8 commits into from
Jan 14, 2020
Merged

[Beta] Backports #68189

merged 8 commits into from
Jan 14, 2020

Commits on Jan 13, 2020

  1. Fix up Command Debug output when arg0 is specified.

    PR #66512 added the ability to set argv[0] on
    Command. As a side effect, it changed the Debug output to print both the program and
    argv[0], which in practice results in stuttery output ("echo echo foo").
    
    This PR reverts the behaviour to the the old one, so that the command is only printed
    once - unless arg0 has been set. In that case it emits "[command] arg0 arg1 ...".
    jsgf authored and jonas-schievink committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    50132c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9efb92d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72b9452 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03436b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c4f913 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e780933 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    097240b View commit details
    Browse the repository at this point in the history
  8. Fix rebase damage

    jonas-schievink committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    289cd17 View commit details
    Browse the repository at this point in the history