| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | pkg/vcs: fix fetching of commits on non master branch | Dmitry Vyukov | 2018-12-16 | 1 | -2/+10 | |
| | | | | | Fixes #728 | |||||
| * | pkg/vcs: add openbsd support | Dmitry Vyukov | 2018-09-11 | 1 | -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 support | Dmitry Vyukov | 2018-06-27 | 1 | -13/+3 | |
| | | | | | For now only checking out and polling. | |||||
| * | pkg/vcs: pave way for multi-vcs support | Dmitry Vyukov | 2018-06-27 | 1 | -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/git | Dmitry Vyukov | 2018-06-27 | 1 | -0/+496 | |
| Rename pkg/git to pkg/vcs because we need to support not only git. | ||||||
