GitXplorerGitXplorer
d

modlog

public
0 stars
1 forks
0 issues

Commits

List of commits on branch main.
Verified
08d56edf6c17bf7a2c1a243b853620fe8b099e64

Merge pull request #1 from dsimansk/pr/bump-go-mod-lib

ddprotaso committed a month ago
Unverified
5a8d41dfcbdd3162a889a5433bcb912fe905d51b

Update Golang mod library

ddsimansk committed a month ago
Unverified
064f50ff2e81b04064f6567a40337adc9722fa23

fix pseudoversion => sha calculation

ddprotaso committed 4 years ago
Unverified
ff3719c51da68a1c8413f8cb7f213142adfd807b

tweak commit messages so GitHub doesn't create spammy references

ddprotaso committed 4 years ago
Unverified
47a96ba29a5c4ee9ae9721a7f566fc97dddb0fb8

allow printing the revision logs for a single module

ddprotaso committed 4 years ago
Unverified
26d8a12d058bcae63bf59530186e2ab1d8f9b382

add apache2 license

ddprotaso committed 4 years ago

README

The README file for this repository.

modlog

modlog produces a verbose log of your dependency version bumps

Installation

go get github.com/dprotaso/modlog

Usage

$ modlog knative.dev/pkg origin/release-0.15 origin/release-0.16
bumping go.opencensus.io d835ff8...5fa069b:
  > 5fa069b Initialize View Start Time During View Registration (#1215)
  > 1901b56 Allow custom view.Meters to export metrics for other Resources (#1212)
  > 785d899 Delete views from measure ref when unregistering (#1211)
  > cd9ae5c Remove call to time.Now() on worker thread when handling record reqs (#1210)
  > 46dfec7 Reduce allocations (#1204)
  > d3cf45e Safely reject invalid-length span and trace ids (#1206)
  > 84d38db Allow creating additional View universes. (#1196)
  > a7631f6 replace gofmt with goimports (#1197)
...