aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/git.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/vcs: be more strict in BaseForDiffAleksandr Nogikh2026-01-161-4/+12
* pkg/vcs: return multiple base commit candidatesAleksandr Nogikh2026-01-131-16/+51
* pkg/vcs: find base commit by blob sha hashesAleksandr Nogikh2026-01-091-0/+180
* pkg/vcs: extend ParseGitDiffAleksandr Nogikh2026-01-091-6/+24
* pkg/vcs: don't re-clone on network errorsAleksandr Nogikh2025-06-171-2/+10
* pkg/vcs: extend ListCommitHashesAleksandr Nogikh2025-05-131-9/+22
* pkg/vcs: export GitWrapperAleksandr Nogikh2025-01-091-180/+216
* pkg/vcs: extend ListCommitHashesAleksandr Nogikh2025-01-031-2/+9
* pkg/vcs: parse git diffsAleksandr Nogikh2024-10-251-0/+11
* pkg/vcs: expose commit patchDmitry Vyukov2024-10-151-2/+16
* pkg/vcs: change HeadCommit to CommitDmitry Vyukov2024-10-151-16/+12
* syz-ci: introduce gitArchive parametersTaras Madan2024-10-101-0/+9
* pkg/covermerger: optimize checkoutsTaras Madan2024-08-291-0/+16
* pkg/vcs: support fetches by a short git hashAleksandr Nogikh2024-03-051-2/+5
* pkg/vcs: make git fetch calls more specificAleksandr Nogikh2024-01-171-3/+7
* pkg/vcs: delete ListRecentCommits()Aleksandr Nogikh2023-12-201-11/+0
* pkg/vcs: circumvent ref conflicts during fetchAleksandr Nogikh2023-08-301-0/+13
* all: use special placeholder for errorsTaras Madan2023-07-241-5/+5
* pkg/vcs: force git branch checkoutLiz Prucka2023-06-151-3/+9
* pkg/vcs: extract merge bases of two commitsAleksandr Nogikh2023-04-281-0/+16
* pkg/vcs: lengthen command timeoutLiz Prucka2023-04-191-1/+1
* pkg/vcs: add two more vcs.Repo methodsAleksandr Nogikh2023-04-061-0/+12
* pkg/vcs: git clean submodulesLiz Prucka2023-02-031-2/+3
* pkg/vcs/git.go: fixed error in initializing submodulesLiz Prucka2022-08-111-1/+6
* pkg/vcs/git: fetch commits not older than five yearsAlexander Egorenkov2022-05-101-2/+6
* pkg/vcs: recursively clone git submodulesKris Alder2022-04-221-0/+9
* 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