aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs
Commit message (Expand)AuthorAgeFilesLines
* .golangci.yml: reenable dupl checkerDmitry Vyukov2020-06-051-49/+23
* pkg/vcs: run git clean with switching commitsDmitry Vyukov2020-05-251-0/+1
* pkg/vcs: always extract tags from subjectDmitry Vyukov2020-05-182-15/+12
* pkg/vcs: Fix golangci-lint formatting errorPaul Chaignon2020-04-061-3/+4
* pkg/vcs: Support ssh git reposJukka Kaartinen2020-04-032-1/+6
* dashboard/config: switch to ORC unwinderAndrey Konovalov2020-02-261-4/+19
* tools: add script that checks copyright headersDmitry Vyukov2020-02-181-0/+3
* pkg/vcs: disable CONFIG_DEBUG_KOBJECT during bisectionDmitry Vyukov2020-01-161-0/+5
* pkg/vcs: disable CONFIG_DEBUG_INFO_BTF during bisectionDmitry Vyukov2020-01-071-0/+4
* pkg/vcs: Unset various git environment variables when invoking gitAndrew Donnellan2019-12-123-2/+32
* pkg/vcs: don't CC people on CC (sic)Dmitry Vyukov2019-12-102-3/+2
* pkg/report: use --git-min-percent=15 for get_maintainer.plDmitry Vyukov2019-12-101-2/+4
* pkg/vcs: don't bisect linux past 4.6Dmitry Vyukov2019-12-101-3/+11
* pkg/bisect: add test for #1527Dmitry Vyukov2019-12-102-20/+25
* dashboard/app: don't report bisections pointing to release commitsDmitry Vyukov2019-11-272-0/+14
* pkg/build: make linux implement binary signerDmitry Vyukov2019-11-251-0/+2
* pkg/build: produce more deterministic linux binariesDmitry Vyukov2019-11-181-0/+2
* pkg/bisect: detect wrong bisectionsDmitry Vyukov2019-11-073-3/+11
* pkg/vcs: detect old git binary that can't do bisectionDmitry Vyukov2019-10-221-0/+9
* pkg/vcs: make EnvForCommit return full compiler pathDmitry Vyukov2019-10-223-7/+6
* pkg/bisect: add initial testing support for cause bisectionZubin Mithra2019-10-226-126/+186
* pkg/vcs: handle git commits without a bodyAnton Lindqvist2019-09-242-1/+22
* pkg/vcs: disable CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER before v5.2Dmitry Vyukov2019-05-211-0/+4
* pkg/vcs: disable CONFIG_CAN for bisection before v4.13Dmitry Vyukov2019-03-221-0/+5
* pkg/vcs: fix fuchsia's git repo directory.Marco Vanotti2019-03-211-11/+11
* pkg/vcs: fix git tag --points-at invocationDmitry Vyukov2019-03-201-4/+3
* pkg/vcs: wrap git invocations in a helper methodDmitry Vyukov2019-03-201-29/+30
* pkg/vcs: remove unused functionsDmitry Vyukov2019-03-202-23/+0
* docs, pkg/vcs, sys/fuchsia: update fuchsia urlsMarco Vanotti2019-03-202-3/+3
* pkg/vcs: fix too long lineDmitry Vyukov2019-03-171-41/+43
* pkg/vcs: reset repo moreDmitry Vyukov2019-03-171-7/+15
* pkg/vcs: try to work around massive linux kernel build/boot breakagesDmitry Vyukov2019-03-171-7/+67
* pkg/vcs: refactor bisection supportDmitry Vyukov2019-03-1710-145/+404
* all: switch to Go 1.12Dmitry Vyukov2019-03-141-6/+6
* pkg/vcs: add freebsdMark Johnston2019-03-122-0/+33
* fuchsia: Update Syzkaller to pull from Fuchsia monorepo (#1021)Julia Hansbrough2019-02-271-2/+2
* pkg/vcs: implement few missing methods for akarosDmitry Vyukov2019-02-171-12/+0
* dashboard/app: poll commits infoDmitry Vyukov2019-02-179-179/+439
* all: reformat with Go 1.10Dmitry Vyukov2019-02-111-7/+7
* sys/linux: add NDISC packet formats to vnet.txtDan Robertson2019-02-111-7/+7
* Added vcs support for netbsdSiddharth M2019-01-242-0/+57
* pkg/vcs: relax check on git hash lengthDmitry Vyukov2019-01-102-8/+7
* pkg/vcs: treat 14-char git hash as hash tooDmitry Vyukov2019-01-042-1/+2
* pkg/vcs: fetch git tags when checking out particular commitDmitry Vyukov2019-01-041-1/+1
* pkg/vcs: disable sandboxing in testsDmitry Vyukov2018-12-181-0/+5
* pkg/osutil: provide better RenameDmitry Vyukov2018-12-171-1/+1
* pkg/vcs: don't use --no-tags when fetching gitDmitry Vyukov2018-12-171-1/+1
* pkg/vcs: fix fetching of commits on non master branchDmitry Vyukov2018-12-162-2/+173
* pkg/vcs: also recognize Tested-by: git commit tagsDmitry Vyukov2018-11-201-0/+2
* pkg/email, pkg/vcs: test that OpenBSD-style commits are handledDmitry Vyukov2018-10-111-2/+15