Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mislav/hub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mislav/hub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: windows-msi
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 23 files changed
  • 2 contributors

Commits on Dec 21, 2020

  1. Bump go-colorable, go-isatty

    mislav committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    d070f4b View commit details
    Browse the repository at this point in the history
  2. Fix displaying magenta color in PowerShell

    For some reason, `35` doesn't render at all in PowerShell, but `35;1` (the "highlight"
    version) does. Might be a bug in go-colorable.
    
    None of this is a problem when PowerShell is used from Windows Terminal.
    I don't get it.
    mislav committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    b2a4c94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24eaea3 View commit details
    Browse the repository at this point in the history
  4. Appease linter

    mislav committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    4099698 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea62b79 View commit details
    Browse the repository at this point in the history
  6. Always use web help format on Windows

    Neither `man` nor `less` are typically available. Git's help system
    defaults to web on Windows as well.
    mislav committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    8f98c7c View commit details
    Browse the repository at this point in the history
  7. WIP build and sign

    mislav committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    79bd796 View commit details
    Browse the repository at this point in the history
  8. TMP disable testing in CI

    mislav committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    4e6a63a View commit details
    Browse the repository at this point in the history
  9. fixup setup-macos-certificate

    mislav committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    4cc64ba View commit details
    Browse the repository at this point in the history
Loading