syzkaller/pkg/vcs
Dmitry Vyukov 5ed211ca96 pkg/vcs: refactor bisection support
In preparation for syz-ci bisection:
- move bisection function into a separate interface
  they look out of place in vcs.Repo because most OSes
  don't implement it and most users don't case
- extract author name and more CC emails for commits
- move linux-specific PreviousReleaseTags into linux.go
- fix inconclusive bisection (more than 1 potential commits)
- add tests fr bisection
- add maintainers returned from get_maintainers.pl for commits
  that don't have enough emails (e.g. only author email)

Update #501
2019-03-17 18:06:44 +01:00
..
akaros.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
freebsd.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
fuchsia.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
git_repo_test.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
git_test.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
git.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
linux.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
netbsd.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
openbsd.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00
vcs_test.go all: switch to Go 1.12 2019-03-14 14:55:59 +01:00
vcs.go pkg/vcs: refactor bisection support 2019-03-17 18:06:44 +01:00