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: google/go-licenses
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: google/go-licenses
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 5 contributors

Commits on May 4, 2022

  1. Fix stdout/stderr redirect (#130)

    :)
    elenalape authored May 4, 2022
    Configuration menu
    Copy the full SHA
    46c613a View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Use golang:1.18 as base image in Dockerfile (#133)

    Source code uses embed but 1.13 does not have it.
    jarnoan authored May 20, 2022
    Configuration menu
    Copy the full SHA
    5db6697 View commit details
    Browse the repository at this point in the history
  2. add support for UNLICENSE file matching (#40)

    * add support for UNLICENSE file matching
    
    * test
    
    * Update find.go
    
    * gofmt
    
    * fix unit test
    
    Co-authored-by: Yuan (Bob) Gong <4957653+Bobgy@users.noreply.github.com>
    Co-authored-by: Yuan Gong <gongyuan94@gmail.com>
    3 people authored May 20, 2022
    Configuration menu
    Copy the full SHA
    94bf8c3 View commit details
    Browse the repository at this point in the history
Loading