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: golang/glog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: golang/glog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    bcf3184 View commit details
    Browse the repository at this point in the history
  2. glog: add context variants to most log functions

    We export this new API to make the internal and external versions
    identical.
    
    The context is currently plumbed through to the internal/logsink
    package, but effectively discarded there.
    
    cl/560684897 (google-internal)
    cl/579771826 (google-internal)
    chressie authored and stapelberg committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b256bbe View commit details
    Browse the repository at this point in the history
Loading