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: tcnksm/ghr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.2
Choose a base ref
...
head repository: tcnksm/ghr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 8 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 13, 2019

  1. Fix typo

    roschaefer authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    ca4a142 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #114 from roschaefer/patch-1

    Fix typo
    Songmu authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    f2b4dfd View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. Show the exact gofmt command in README

    This was another pitfall for me as a new contributor: I just typed in
    `gofmt -s` and thought the command would hang.. After searching on the
    internet I found out it's waiting on standard input. So, just improper
    use of the command.
    roschaefer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    4e4887f View commit details
    Browse the repository at this point in the history
  2. Fix #111

    roschaefer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    18e9052 View commit details
    Browse the repository at this point in the history
  3. Fix grammar and typos

    roschaefer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    8d960f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Merge pull request #118 from roschaefer/111_release_without_files

    111 release without files
    Songmu authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    4b1c4f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from roschaefer/dont_confuse_contributors_wit…

    …h_gofmt
    
    Show the exact `gofmt` command in README
    Songmu authored Sep 16, 2019
    Configuration menu
    Copy the full SHA
    a01dfd6 View commit details
    Browse the repository at this point in the history
  3. Checking in changes prior to tagging of version v0.13.0

    ## [v0.13.0](v0.12.2...v0.13.0) (2019-09-16)
    
    * Show the exact `gofmt` command in README [#117](#117) ([roschaefer](https://github.com/roschaefer))
    * just release without files [#118](#118) ([roschaefer](https://github.com/roschaefer))
    * Fix typo [#114](#114) ([roschaefer](https://github.com/roschaefer))
    Songmu committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    d43a5d2 View commit details
    Browse the repository at this point in the history
Loading