Documentation
¶
Index ¶
- type Repo
- func (r *Repo) AddRemote(url string) error
- func (r *Repo) Commit(date time.Time, msg string) error
- func (r *Repo) CommitAll(dates []time.Time) error
- func (r *Repo) FastImport(dates []time.Time, intensity int, progress func(int, int)) error
- func (r *Repo) FastImportLayers(bgDates []time.Time, bgIntensity int, fgDates []time.Time, fgIntensity int, ...) error
- func (r *Repo) Push() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct {
Path string
}
func (*Repo) FastImport ¶
func (*Repo) FastImportLayers ¶
Click to show internal directories.
Click to hide internal directories.