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

Simplify scripts to use powershell switch args over booleans. #27

Merged
merged 2 commits into from
May 22, 2024

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    d398477 View commit details
    Browse the repository at this point in the history
  2. Fix import script when generating rev-list to always return a list.

    Note that in a situation where running the script with -generate_diffs
    and only 1 migration script is running, the rev-list will return only a
    single commit, which will be treated as a string instead of a list.
    Therefore when indexing it with commits[0], in a case of a string, it
    will return the first character instead of the first string as would be
    expected.
    stevewgr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3022fe9 View commit details
    Browse the repository at this point in the history