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

exec, tests: consolidate git procs #380

Merged
merged 13 commits into from
Jul 1, 2021

Commits on Jun 29, 2021

  1. Configuration menu
    Copy the full SHA
    1d8de00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f346979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4460acc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ba58d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ede9b8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d775bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10472f6 View commit details
    Browse the repository at this point in the history
  8. tests(tracks): use git helper

    ee7 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    a02c8bf View commit details
    Browse the repository at this point in the history
  9. exec: fix doc comment

    I adapted this from my own code, where the `command` param is instead
    `path` - the location of the executable - and `poUsePath` is not a
    default option.
    ee7 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    60e468a View commit details
    Browse the repository at this point in the history
  10. exec: rename myExecCmdEx to exec

    There is also proc named `exec` in the `nimscript` module, but that one
    doesn't return a value.
    ee7 committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    53e1e21 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ebfdd14 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. exec, tests(probspecs): rename isShallow to shallow

    It's more like "perform a shallow clone", not "is a shallow clone".
    ee7 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    b655229 View commit details
    Browse the repository at this point in the history
  2. tests(tracks): fix long line

    ee7 committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5514629 View commit details
    Browse the repository at this point in the history