aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/git.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/vcs: add repo.Contains methodDmitry Vyukov2020-12-251-0/+5
* pkg/kconfig: store minimization resultsJouni Hogander2020-12-101-4/+5
* pkg/vcs: use --force with git fetchDmitry Vyukov2020-12-101-3/+3
* pkg/vcs/git: optimize CheckoutBranchAlexander Egorenkov2020-11-201-1/+4
* tools/syz-kconf: detect -rcN tagsDmitry Vyukov2020-10-291-6/+6
* pkg/vcs: add repo OptPrecious and OptDontSandbox optionsDmitry Vyukov2020-10-211-18/+38
* pkg/vcs: add ReleaseTagDmitry Vyukov2020-10-211-10/+21
* pkg/vcs: use committer dateTetsuo Handa2020-10-101-4/+9
* pkg: get and store Maintainers dataPedro Lopes2020-07-311-8/+8
* pkg/vcs: don't sandbox syzkaller repoDmitry Vyukov2020-07-121-5/+19
* pkg/vcs: reset state even moreDmitry Vyukov2020-07-041-1/+2
* 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