aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/git.go
Commit message (Collapse)AuthorAgeFilesLines
...
* pkg/vcs: fix fetching of commits on non master branchDmitry Vyukov2018-12-161-2/+10
| | | | Fixes #728
* pkg/vcs: add openbsd supportDmitry Vyukov2018-09-111-5/+1
| | | | | | | This just says that we want to use git to checkout OpenBSD without any special/complex features. Update #712
* pkg/vcs: add fuchsia supportDmitry Vyukov2018-06-271-13/+3
| | | | For now only checking out and polling.
* pkg/vcs: pave way for multi-vcs supportDmitry Vyukov2018-06-271-181/+65
| | | | | Wrap current git interface in abstract interface. Provide constructor that create repo interface for the given os/vm.
* pkg/vcs: move from pkg/gitDmitry Vyukov2018-06-271-0/+496
Rename pkg/git to pkg/vcs because we need to support not only git.