aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/git.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/vcs: run git clean with switching commitsDmitry Vyukov2020-05-251-0/+1
* pkg/vcs: always extract tags from subjectDmitry Vyukov2020-05-181-15/+2
* pkg/vcs: Unset various git environment variables when invoking gitAndrew Donnellan2019-12-121-1/+22
* dashboard/app: don't report bisections pointing to release commitsDmitry Vyukov2019-11-271-0/+12
* pkg/bisect: detect wrong bisectionsDmitry Vyukov2019-11-071-3/+5
* pkg/bisect: add initial testing support for cause bisectionZubin Mithra2019-10-221-0/+24
* pkg/vcs: handle git commits without a bodyAnton Lindqvist2019-09-241-1/+15
* pkg/vcs: wrap git invocations in a helper methodDmitry Vyukov2019-03-201-29/+30
* pkg/vcs: reset repo moreDmitry Vyukov2019-03-171-7/+15
* pkg/vcs: refactor bisection supportDmitry Vyukov2019-03-171-62/+58
* dashboard/app: poll commits infoDmitry Vyukov2019-02-171-43/+102
* pkg/vcs: fetch git tags when checking out particular commitDmitry Vyukov2019-01-041-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-161-2/+10
* pkg/vcs: add openbsd supportDmitry Vyukov2018-09-111-5/+1
* pkg/vcs: add fuchsia supportDmitry Vyukov2018-06-271-13/+3
* pkg/vcs: pave way for multi-vcs supportDmitry Vyukov2018-06-271-181/+65
* pkg/vcs: move from pkg/gitDmitry Vyukov2018-06-271-0/+496