Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use pscustomobject cast for sorted output of $GitPromptSettings #382

Merged
merged 1 commit into from
Jan 31, 2017
Merged

Use pscustomobject cast for sorted output of $GitPromptSettings #382

merged 1 commit into from
Jan 31, 2017

Commits on Jan 30, 2017

  1. Use pscustomobject cast for sorted output

    To get output sorted like the original source for `$GitPromptSettings`,
    we can use a cast instead of `New-Object`.
    
    This does change the type of the object in V2 from `PSObject` to
    `hashtable`, but it doesn't appear to cause any problems because
    property syntax works either way.
    lzybkr committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    43c7910 View commit details
    Browse the repository at this point in the history