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: mattn/go-isatty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.3
Choose a base ref
...
head repository: mattn/go-isatty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.4
Choose a head ref
  • 7 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 25, 2017

  1. Merge pull request #20 from mattn/fix-ppc64

    use golang.org/x/sys on ppc64, ppc64le
    mattn authored Sep 25, 2017
    Configuration menu
    Copy the full SHA
    a5cdd64 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Update isatty_others.go

    aeppert authored Nov 7, 2017
    1 Configuration menu
    Copy the full SHA
    caebf45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from aeppert/master

    Update isatty_others.go
    mattn authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    baaa552 View commit details
    Browse the repository at this point in the history
  3. fix build on Windows

    revert caebf45
    mattn committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    b5b82d9 View commit details
    Browse the repository at this point in the history
  4. remove darwin

    mattn committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    63192fb View commit details
    Browse the repository at this point in the history
  5. test on osx/linux

    mattn committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    f4b977d View commit details
    Browse the repository at this point in the history
  6. fix godoc

    mattn committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    6ca4dbf View commit details
    Browse the repository at this point in the history
Loading