Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CopyOpts ¶
type CopyOpts struct { FromRepo *git.Repo ToRepo *git.Repo RenderFunc func(in io.Reader, out io.Writer) error Ignore *gi.GitIgnore }
func (*CopyOpts) CopyDir ¶
CopyDir recursively copies a directory tree, attempting to preserve permissions. Source directory must exist, destination directory must *not* exist. Symlinks are ignored and skipped.
Click to show internal directories.
Click to hide internal directories.