diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-05-17 15:54:17 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-05-17 15:58:58 +0200 |
| commit | edbe39a26d6535516aeafd0dca705c1ee02ad5b9 (patch) | |
| tree | 6c085e5ec618ffc291dd207148f4e9f6e9390a02 /pkg/bisect | |
| parent | 4e1c0dbaeab92f02cef51524975f6cc447667b80 (diff) | |
pkg/git: extract relevant email addresses from commits
Update #501
Diffstat (limited to 'pkg/bisect')
| -rw-r--r-- | pkg/bisect/bisect.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/bisect/bisect.go b/pkg/bisect/bisect.go index b26631de4..12fce5aae 100644 --- a/pkg/bisect/bisect.go +++ b/pkg/bisect/bisect.go @@ -88,6 +88,7 @@ func Run(cfg *Config) (*git.Commit, error) { what = "good" } env.log("first %v commit: %v %v", what, res.Hash, res.Title) + env.log("cc: %q", res.CC) return res, nil } |
