Versions in this module Expand all Collapse all v2 v2.0.0 Nov 17, 2020 Changes in this version + type VcsHandle struct + func (v *VcsHandle) CommitTitle(title string) + func (v *VcsHandle) NeedsCommit(message string, repobasedir string, names []string) + func (v VcsHandle) Add(repobasedir string, files []string) error + func (v VcsHandle) DebugCommits() commitlater.List + func (v VcsHandle) Discover() (bool, string) + func (v VcsHandle) FlushCommits() error + func (v VcsHandle) IgnoreAnywhere(repobasedir string, files []string) error + func (v VcsHandle) IgnoreFiles(repobasedir string, files []string) error + func (v VcsHandle) Name() string + func (v VcsHandle) SetFileTypeUnix(repobasedir string, files ...string) error + func (v VcsHandle) TestingInitRepo() error